RE: [exim] spam messages freeze

Top Page
Delete this message
Reply to this message
Author: Steffen Heil
Date:  
To: 'Wolfgang Kohnen \(FEYERABEND\)', exim-users
CC: 
Subject: RE: [exim] spam messages freeze
Hi

> envelope-to: <> to non existent users and these messages
> freeze, since there is no address to bounce to.


1. Never accept mail for non-existent mailboxes. Use verify = recipient in
acl_rcpt_to.
2. Bounces cannot be bounced. Maybe try ignore_bounce_error_after = 0s.

Regards,
Steffen