boh io per blindarlo ho fatto semplicemente così


smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
append_dot_mydomain = no
myhostname = mail.acme.it
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = acme.it
mynetworks = 127.0.0.0/8 192.168.1.0/24
mailbox_command = procmail -t -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
header_checks = regexp:/etc/postfix/header_checks


e nel main.cf non ho assolutamente nient'altro...