Matthias Egger: > Background: > > After getting complaints about mails which could not be delieverd to us > i checked the logfiles and found nothing. By nothing i really mean > nothing. Postfix did not even log a "connect from".
Then your logging is broken. When smtpd logging does not show, either syslogd is not running, or you deleted the logfile without restarted syslogd. To defer all incoming mail, including local submission: /etc/postfix/main.cf transport_maps = static:retry You must execute "postfix reload" after this change. Wietse