Re: [Exim] sender_verify_callback_domains

Top Page
Delete this message
Reply to this message
Author: Andreas Metzler
Date:  
To: exim-users
Subject: Re: [Exim] sender_verify_callback_domains
On Thu, Oct 23, 2003 at 06:09:33PM -0700, Sp Tim McCloskey wrote:
> Is there some way to make wildcards work in sender_verify_callback_domains?
> Using 3.2 with openldap1, yeah, I know... very old.

[...]
> sender_verify_callback_domains = /etc/exim/callback
> ...
>
> Where /etc/exim/callback contains:

[...]
> # possible?
> *offers*.com
> ! somelocaldomain.com
> ...
>
> Any thoughts or pointers appreciated.

[...]

Afaict it is not possible to use wildcards in this way (no wildlsearch
an nwildlsearch in exim3), but you can use a regex
^.*offers.*\.com$

See "Domain lists" in spec.txt.
               cu andreas