RE: [exim] spam messages freeze

Pàgina inicial
Delete this message
Reply to this message
Autor: Steffen Heil
Data:  
A: 'Wolfgang Kohnen \(FEYERABEND\)', exim-users
CC: 
Assumpte: 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