On 02/11/2011 05:50 PM, Zach Wily wrote:
This was designed to implement a graveyard service for mailthat can't be delivered via the preferred service.http://www.postfix.org/postconf.5.html#smtp_fallback_relayI tried this, but when a message to aws-email fails, it enters SOFTBOUNCE state and sits in the queue.
You have soft_bounce = yes enabled. This is a bad idea for production systems. http://www.postfix.org/postconf.5.html#soft_bounce -- J.