RE: [exim] spam messages freeze

Etusivu
Poista viesti
Vastaa
Lähettäjä: Steffen Heil
Päiväys:  
Vastaanottaja: 'Wolfgang Kohnen \(FEYERABEND\)', exim-users
Kopio: 
Aihe: 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