AW: [Exim] exim - smarthost config problem - dynamic IP reje…

Página Inicial
Delete this message
Reply to this message
Autor: Bauer, Felix
Data:  
Para: java, ph10
CC: exim-users
Assunto: AW: [Exim] exim - smarthost config problem - dynamic IP rejection
> Hello,
hi,
[snip]
> Now I use exim 4.24 as my MTA.After a lot of reading I found out that

the
> solution would be to use smarthost approach. I want for all my

outgoing
> emails to use my ISP mail server.
> I did telnet on my ISP mail server and noticed they offer AUTH PLAIN

and
> LOGIN options.


An available mailserver is not the same as a mailrelay. A couple of
providers are only offering this service for an additional fee. (some do
not!) A good point is to ask your ISP himself, if they provide this
service and all authentification-stuff. some ISP aren't even doing
authentification but examin the clients ip and check if they are singed
on for this service.

>        smarthost:
>            driver = manualroute
>            transport = remote_smtp
>            route_list ="* ssmtp.hostname.com bydns_a"


this should be enough I guess (I use a similar one for my setup)

[snip]
cheerio
-fe