Re: [EXIM] problem with closed mailing list

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Philip Hazel
Data:  
Para: stefan noll
CC: EXIM Mailingliste
Assunto: Re: [EXIM] problem with closed mailing list
On Mon, 2 Nov 1998, stefan noll wrote:

> What is an SENDER MATCH FAILURE?


It means you set

sender = something

and the sender of the message failed to match the something. I suggest
you add

debug_print = $sender_address

to your director and try again with -d set. This will cause it to output
the value of the sender address that it is trying to match.

> Which format is needed for a senders file?
>    colon-separated oder for each address a new line ?
>    Full qualified EMAiladress like noll@??? or login-name?


If you are searching using lsearch, then it is one address per line.
Each address must be fully qualified. Exim always operates with fully
qualified addresses.

-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.



--
*** Exim information can be found at http://www.exim.org/ ***