[Exim] Re: Relaying problem

Top Page
Delete this message
Reply to this message
Author: Cédric MARCOUX
Date:  
To: exim-users
Subject: [Exim] Re: Relaying problem
"Bob Whitman" <pcpeek1@???> wrote in
news:BAY13-F83HD7PQ0rsnj00040eb2@???:

> Hi Folks,
>
> I have exim 4.22-1 running on a FreeBSD 4.9 box. I can send mail fine
> from the command line, but when I try to use a webmail client that I
> have installed on the same server, I get an error (550) when I send
> mail telling me relaying isn't permitted.
>
> It seems that exim thinks the webmail app is sending from an external
> domain.... Can't figure this out.
>
> Has anyone seen this before?
>
> Thanks,
> Bob
>
> _________________________________________________________________
> Looking to buy a house? Get informed with the Home Buying Guide from
> MSN House & Home. http://coldwellbanker.msn.com/
>
>
> --
>
> ## List details at http://www.exim.org/mailman/listinfo/exim-users
> Exim details at http://www.exim.org/ ##
>
>
>


Use smart_route insted of default DNS Lookup used by exim.
ISP begin to protect more and more their relay again spammer, so DNS Lookup
don't work anymore...

In the exim/configure
router configuration
put this line BEFORE dnslookup:

smart_route:
driver = manualroute
domains = !+local_domains
transport = remote_smtp
route_list = * your.isp.smtp.server.com