On 07/14/2010 01:27 AM, Thomas Arnett wrote:
On Jul 13, 2010, at 7:03 PM, Wietse Venema wrote:
What are the symptoms of the problem?
postfix/pipe[22169]: 5991748: to=<u...@example.com>, relay=dovecot, delay=1.9,
delays=1.8/0.05/0/0.03, dsn=5.3.0, status=bounced (Command died with signal 7:
"/usr/libexec/dovecot/deliver")
postfix/bounce[22171]: 5991748: sender non-delivery notification: 50A2A4E
After the patch:
postfix/pipe[15018]: A481A3B: to=<u...@example.com>, relay=dovecot, delay=0.32,
delays=0.26/0.02/0/0.04, dsn=4.3.0, status=deferred (Command died with signal 7:
"/usr/libexec/dovecot/deliver")
postfix/pipe[15173]: A481A3B: to=<u...@example.com>, relay=dovecot, delay=60,
delays=59/0.06/0/0.2, dsn=2.0.0, status=sent (delivered via dovecot service)
-- TA
Add "-o soft_bounce=yes" to your pipe transport.
Done.
J.