On Wed, May 25, 2011 08:47, Benoît Taine wrote: > Le 25/05/2011 09:35, [email protected] a écrit : > -- [email protected] > R: smarthost for [email protected] > [email protected] > router = smarthost, transport = remote_smtp_smarthost > host mail.gandi.net [2001:4b98:c:521::11] > host mail.gandi.net [217.70.184.11] > host 465 [0.0.1.209]
That last entry looks suspicious. Have you by any chance set the smarthost to "mail.gandi.net:465"? If so, what you've created is a list containing two items - "mail.gandi.net" and "465" - which would match the debug output above. You need to double the colons - i.e. mail.gandi.net::465. Regards, Adam -- ## List details at https://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/
