a simple conf for send-only local postfix mailserver
Sunday, August 8, 2010 8:25:33 AM
# apt-get install postfix
# dpkg-reconfigure postfix
# vi /etc/postgix/main.cf
...
mydestination = localhost.localdomain, localhost
...
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
...
inet_interfaces = loopback-only
...
# /etc/init.d/postfix stop
# /etc/init.d/postfix start
# dpkg-reconfigure postfix
# vi /etc/postgix/main.cf
...
mydestination = localhost.localdomain, localhost
...
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
...
inet_interfaces = loopback-only
...
# /etc/init.d/postfix stop
# /etc/init.d/postfix start






