# See /usr/share/postfix/main.cf.dist for a commented, more complete version
+compatibility_level = 2
+
biff = yes
# appending .domain is the MUA's job.
mydestination = localhost, localhost.localdomain
#relay_domains = /etc/postfix/ml-domains
relay_domains = mysql:/etc/postfix/mysql/relay_domains.cf
-mynetworks = 127.0.0.0/8, 192.168.0.0/24, 192.168.2.0/24
+mynetworks = 127.0.0.0/8, [::1]/128, 192.168.0.0/24, 192.168.2.0/24
inet_protocols = all
mailbox_command = /usr/bin/procmail -a "$EXTENSION"
mailbox_size_limit = 512000000
reject_unauth_pipelining,
reject_unknown_client_hostname,
reject_rbl_client zen.spamhaus.org,
-# reject_rbl_client dnsbl.sorbs.net,
-# reject
+ #reject_rbl_client dnsbl.sorbs.net,
+ #reject
smtpd_delay_reject = yes
smtpd_helo_required = yes
# Don't talk to mail systems that don't know their own hostname.