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 29, 2009 in postfix, technology with 0 Comments
flush mail queue
#postfix flush or #postfix -f
Continue Reading…