Hi, On Sun, Feb 29, 2004 at 06:16:43PM -0600, Jonathan E. Brickman wrote: > A while ago I was using 'exim' quite successfully as an SMTP server > under cygwin/XP. Then more and more email service providers started > configuring their SMTP servers to not accept email sent from an ISP's > dynamic IP list, as one step in defense against spam. At first I just > set up exim's config file with a list of domains to route to my ISP's > smarthost; but then that list of domains got longer and longer, and exim > rapidly ceased to be practical -- and I never managed to get exim to > first try direct sends, and then do smarthost sends, for all > transmission, despite a large number of attempts using several different > items in the exim manual. Anyone have a simple solution?
why not forward all the mail to a smarthost? Works for me with the following configuration: send_to_gateway: driver = manualroute transport = remote_smtp route_list = * <put your smarthost here> Gruss Olaf Föllinger -- Olaf Föllinger Berater S.E.S.A. Software und Systeme AG Alt-Moabit 91a D-10559 Berlin Germany Tel: +49 30 390722 -291 Fax: +49 30 390722 -222 Mobil: +49 173 6227080 http://www.sesa.de mailto: [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/