Renato:
> Oct 17 15:15:26 localhost postfix/local[2248]: B3322200238:
> to=<renato@localhost>, orig_to=<renato>, relay=local, delay=3.6,
> delays=3.5/0/0/0.05, dsn=4.3.0, status=deferred (temporary failure)
This means one of the following:
- procmail exited with status EX_TEMPFAIL
- Postfix had a fatal run-time error after fork() (for example
unable to execute procmail). But in that case it would log a
"fatal" message first.
Some Linux systems log warnings in a different file than normal
activity. That is incredibly unhelpful, and makes trouble shooting
much harder.
If you never see any warnings in your maillog file, then that
is a tip-off that your warnings are hidden in some other file.
To test:
$ postlog -p warn test...
Wietse