On Fri, 14 Sep 2007, T. Horsnell wrote: > I want to forward all mail to a smart host except > that which is addressed to users which exist in the > local host's alias file (i.e root and suchlike), > and I only want to receive mail from the localhost. > > Can anyone point me to a suitable example config file please.
Use the default configuration file with a hosts = smarthost line added to the smtp transport. When you run Exim, just tell it to spawn queue runners and not to listen, i.e. -q15m but not -bd. Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
