> we have a lot of UNIX workstations that use the sendmail NULL client feature
> to send all emails to our central mailhub that manage all our traffic.
The only way to do it !
> Would it be complicated to reproduce this map using EXIM ?
Indeed. Although propose many times, I don't think there is a repository of
example configs, so here is mine (written a long time ago, but we use it) ...
Any constructive comments greatfully accepted ...
log_received_recipients
qualify_domain = cl.cam.ac.uk
local_domains =
exim_path = /usr/lib/sendmail
spool_directory = /usr/exim/spool
freeze_tell_mailmaster
end
smtp: driver = smtp;
end
end
domainlist: driver = domainlist;
route_list = "* cl.cam.ac.uk"
lookuphost: driver = lookuphost,
self = send
transport = smtp;
end
* * F,2h,2m; G,16h,2h,1.5; F,4d,8h
end
#nd of Exim configuration file
--
*** Exim information can be found at
http://www.exim.org/ ***