Wietse Venema: > Arian Sanusi: > > /var/log/mail.log: > > > Jan 20 11:31:40 chichak postfix/error[31253]: 6716E6A79: > > > to=<arian+$lo...@sanusi.ch>, orig_to=<ar...@sanusi.ch>, relay=none, > > > delay=0.42, delays=0.37/0/0/0.04, dsn=4.3.0, status=deferred (mail > > > transport unavailable)
Based on an *EARLIER* error, the "qmgr" daemon has decided not to deliver this mail. It temporariliy switches deliveries from "lmtp" to "error". This is a safety mechanism that prevents Postfix from going crazy and continuously beating a dead horse. Therefore: > You need to look earlier in the logfile. Look for fatal or warning > records. grep panic /the/maillog/file grep fatal /the/maillog/file Look for the first time that the problem happened, i.e. before the safet mechanism kicks in. Wietse