Advertisement
fduran

Linux mail server for sending only

Apr 21st, 2011
577
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. # Postfix mail server for sending messages only, not exposed to receive email
  2. # www.fduran.com
  3.  
  4. mv /etc/postfix/main.cf /etc/postfix/main.cf.orig
  5. echo "inet_interfaces = 127.0.0.1" > /etc/postfix/main.cf
  6. /etc/init.d/postfix restart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement