Re: [Exim] user verification

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Philip Hazel
Datum:  
To: Joachim Wieland
CC: exim-users
Betreff: Re: [Exim] user verification
On Mon, 11 Feb 2002, Joachim Wieland wrote:

> reasonable. Let me conclude: By rejecting invalid RCPT's, I could
> probably reduce traffic on the machine but instead I have to pay with
> reduced privacy because people could check valid addresses, right?


Right.

> Well, originally I just wanted to know how I could trigger a bounce
> message out of a director or how I configure a director to be the source
> of a bounce message.
>
> Something like:
>
> nouserbouncer:
>    driver = redirect
>    data = :fail:
>    domains = ...
>    condition = ... user not here ...
>    bounce_message_text = "no such user"


Yes, that's right, but since you are mentioning "redirect", you are
talking Exim4-speak, where there are no "directors", only "routers".
That router will almost work. Try

 nouserbouncer:
    driver = redirect
    allow_fail                               <=== you need this
    data = :fail: no such user               <=== message with :fail:
    domains = ...
    condition = ... user not here ...



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