Re: [exim] Check existing user

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Magnus Holmgren
Data:  
Para: exim-users
Assunto: Re: [exim] Check existing user
On Tuesday 20 June 2006 11:17, Kai Riasol took the opportunity to write:
> Sorry i mean,
>
>  deny   recipients      = lsearch;/etc/exim4/users


That looks like you're rejecting mail to the existing users and accepting the
rest. You will want to use accept or require instead of deny.

Next, the recipients condition looks up a full address. If /etc/exim4/users
contains usernames without domains you must use local_parts instead.

And finally, as Jeremy said, as long as the internal mail server rejects
nonexistent users you can use callout verification. Basically you use

require verify = recipient/callout

Read http://www.exim.org/exim-html-4.62/doc/html/spec_html/index.html#toc0335
and the following sections.

-- 
Magnus Holmgren        holmgren@???
                       (No Cc of list mail needed, thanks)