Alexandre NEY wrote: > Aha true thanks Andrew ! > > But the user does not receive the mail in the end (probably because of those > weirdly configured MX for this domain) > > Why does exim try the secondary MX, shouldn't it try the primary MX an hour > later or something ? >
If you really wanted to never try their ISP, you could add the following router to your config file _before_ the dnslookup router. manual_cr-mip: driver = manualroute domains = cr-mip.fr transport = remote_smtp route_data = 114-154.206-83.static-ip.oleane.fr no_more You could also use the IP for the primary MX rather than the DNS name on the route_data line. This should be considered a temporary solution until the user at the other end gets their email setup all sorted out. Cheers cya Andrew > Thanks ! > > Alex > -----Message d'origine----- > De : Andrew [mailto:[email protected]] > Envoyé : mercredi 18 novembre 2009 13:33 > À : Alexandre NEY > Cc : [email protected] > Objet : Re: [exim] Grey listing problem > > Alexandre NEY wrote: >> Hello everyone, >> >> I am having some problems with some email addresses that are behind a >> greylisting system. >> >> 2009-11-18 12:34:43 1NAio6-00052q-VN <= [email protected] H=localhost >> (mailgw.blueacacia.com) [127.0.0.1] P=esmtpa >> A=fixed_login:[email protected] S=672 >> [email protected] >> 2009-11-18 12:34:53 1NAio6-00052q-VN SMTP error from remote mail server >> after RCPT TO:<[email protected]>: host >> 114-154.206-83.static-ip.oleane.fr [83.206.154.114]: 450 4.7.1 >> <[email protected]>: Sender address rejected: Greylisted, see >> http://isg.ee.ethz.ch/tools/postgrey/help/cr-mip.fr.html >> 2009-11-18 12:34:58 1NAio6-00052q-VN => [email protected] >> R=lookuphost T=remote_smtp H=mail3.systonic.fr [212.234.39.14] >> 2009-11-18 12:34:58 1NAio6-00052q-VN Completed >> >> As you can see, exim does not try to resend the mail. I am using a cPanel >> installation but they won't support my installation because I have added >> mailscanner so I thought I would try here and in the mailscanner ML >> > > It doesn't need to resend as it delivered successfully to > mail3.systonic.fr, one of the backup mx's for cr-mip.fr > >> Thanks to anyone who can help me a little to troubleshoot this issue and >> have a good day all ! >> >> Alex >> > > -- Awdcomp computing services. Mobile: 0433 263 470 Web: www.awdcomp.net Email: [email protected] -- ## 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/
