Re: [EXIM] virtual host question -Reply

Top Page
Delete this message
Reply to this message
Author: Philip Hazel
Date:  
To: Gregory Skouby
CC: exim-users
Subject: Re: [EXIM] virtual host question -Reply
On Sat, 5 Sep 1998, Gregory Skouby wrote:

> virtual:
> driver = aliasfile
> domains = lsearch:/usr/local/etc/exim/alias.virtual
> search_type = lsearch*@
> file = /usr/local/etc/exim/alias.virtual
> include_domain


[snip]

> It never seems to be searching my alias.virtual file.


I have spotted your problem. The line

domains = lsearch:/usr/local/etc/exim/alias.virtual

should be

   domains = lsearch;/usr/local/etc/exim/alias.virtual
                    ^
                    ^
                    ^   


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



--
*** Exim information can be found at http://www.exim.org/ ***