Re: [Exim] domainlist question

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Nico Erfurth
Ημερομηνία:  
Προς: Marc Perkel, Exim-Users (E-mail)
Αντικείμενο: Re: [Exim] domainlist question
Marc Perkel schrieb:
> I know how to make a domain list where the list is just a list of domains:
>
> domainlist preprocess_domains = lsearch;/etc/exim/preprocess
>
> BUT ----
>
> Suppse the file has a domain list where the first field is the domain
> and the second field is something else:
>
> domain1.com:yes
> domain2.com:yes
> domain3.com:yes
>
> I need a domain list of the first field. How do I do it?


You already have it.
lsearch;/etc/exim/preprocess will look for the first key only.

Remember, lsearch is NOT a simple inclusion, it's a lookup that works on
plainfiles and delimetes key from values by :

Nico