Postfix an localhost binden

Postfix, QMail, Sendmail, Dovecot, Cyrus, Courier, Anti-Spam
Post Reply
floschi
Userprojekt
Userprojekt
Posts: 3247
Joined: 2002-07-18 08:13
Location: München
Contact:
 

Postfix an localhost binden

Post 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?
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: Postfix an localhost binden

Post by Joe User »

/etc/postfix/main.cf
-> inet_interfaces
-> mynetworks_style
-> mynetworks
wirsing
Posts: 604
Joined: 2002-11-20 21:32
Location: Vaihingen und Karlsruhe
 

Re: Postfix an localhost binden

Post by wirsing »

/etc/postfix/master.cf:
Zeile

Code: Select all

smtp [...] 
ändern in

Code: Select all

127.0.0.1:smtp [...] 
Post Reply