Page 1 of 1

Postfix an localhost binden

Posted: 2003-10-30 13:48
by floschi
Sorry, dass ich diese Frage schon wieder stelle, aber die alte wurde gelöscht und ich arbeite normalerweise nicht mit Postfix.

Wie kann ich einen laufenden Postfix so einstellen, dass er nur an localhost gebunden ist?

Re: Postfix an localhost binden

Posted: 2003-10-30 13:56
by Joe User
/etc/postfix/main.cf
-> inet_interfaces
-> mynetworks_style
-> mynetworks

Re: Postfix an localhost binden

Posted: 2003-11-04 17:21
by wirsing
/etc/postfix/master.cf:
Zeile

Code: Select all

smtp [...] 
ändern in

Code: Select all

127.0.0.1:smtp [...]