October 2, 2009 in exim with 0 Comments
edit exim4.conf and add this
domainlist smarthost_domains = domain1:domain2.com
then in routers section
smarthost: driver = manualroute domains = +smarthost_domains transport = remote_smtp route_list = +smarthost_domains IP_or_DNS_of_smarthost
April 15, 2009 in exim, technology with 0 Comments
. Useful Commands (do not include brackets!)
See the mail queue count:
exim -bpc
Continue Reading…