RE: [Exim] Exim Help

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Bhavesh Shah
Ημερομηνία:  
Προς: John Jetmore
Υ/ο: exim-users
Αντικείμενο: RE: [Exim] Exim Help
Hi John,
Yes single email works fine.
Here is the router configuration

verify_check_specials:
           driver = domainlist
           condition = "${if eq local_part@$domain}{X@???}{yes}{no}}"
           verify_only
           fail_verify
           route_list = *


but for multiple recipient to block can you suggest what should my ACL or router should look like?
Thanks and appreciate it.
Bhavesh
-----Original Message-----
From: John Jetmore [mailto:jetmore@cinergycom.com]
Sent: Friday, April 11, 2003 7:35 AM
To: Bhavesh Shah
Cc: exim-users@???
Subject: RE: [Exim] Exim Help


does the condition you already have (which only compares one email address
work? If so include the whole acl (or router or whatever) and the
contents of the file you're comparing against.

--John

On Fri, 11 Apr 2003, Bhavesh Shah wrote:

> Hi John,
> Thanks for your reesponse .
> I tried that but it didn't help.
> Please Help.
> Thanks
> Bhavesh
>
>     -----Original Message-----
>     From: John Jetmore [mailto:jetmore@cinergycom.com]
>     Sent: Fri 4/11/2003 5:59 AM
>     To: Bhavesh Shah
>     Cc: exim-users@???
>     Subject: Re: [Exim] Exim Help

>
>
>
>     On Thu, 10 Apr 2003, Bhavesh Shah wrote:

>
>     > Hi, I would like to have an exim help :
>     > I would like to modify following condition so that it will do file lookup instead f ONE mail.
>     > condition = "\
>     >              ${if eq {$local_part@$domain}{account@???}{yes}{no}}"
>     >

>
>     condition = ${lookup{$local_part@$domain}lsearch{/path/to/file}{Yes}{No}}

>
>     ?

>
>
>
>