RE: [exim] spam messages freeze

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Steffen Heil
Fecha:  
A: 'Wolfgang Kohnen \(FEYERABEND\)', exim-users
Cc: 
Asunto: 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