Autor: Colin Harford
Data:
A: exim-users
Assumpte: [Exim] seperate alias files for each domain...
So, running Exim 4.1.x on FreeBSD and wanting to setup a seperate alias
file for each domain that the machine looks after.
(Mail storage is done via procmail to a users Maildir folder if anyone
is really interested).
This is what I put in the config file:
system_aliases:
driver = redirect
allow_fail
allow_defer
data = ${lookup{$local_part}lsearch{/etc/mail/$domain}}
file_transport = address_file
pipe_transport = address_pipe
This is the error I get in the exim_mainlog:
2003-05-20 17:09:16 19IF46-000BBe-Rc == www@???
R=userforward defer (-1): failed to stat /nonexistent/. (No such file
or directory)
Any ideas, the file does exist...
(mail!/etc/mail) [root-ttyp0]
# ls -l | grep infinithost.com
- -rw-r--r-- 1 root wheel 1425 May 20 16:41 infinithost.com
Cheers,
CH
PS; gawd, it feels like a Monday...