[Linux-Biella] [Mailer-Daemon@uno.loc: Mail delivery failed:
returning message to sender]
Cristiano Deana
cris a deana.it
Ven 20 Maggio 2005 10:04:30 CEST
Il Thursday 19 May 2005 19:08, vallini.daniele a bilug.linux.it ha scritto:
> In sostanza se exim contatta direttamente email2.bmm.it rischia di passare
> per spam per via dell' IP bacato che mi passa libero. Se invece passo tutta
> la cianfrusaglia all' SMTP di libero esso vi girera' il tutto con un suo IP
> valido. A conti fatti e' anche meglio la seconda ipotesi poiche' exim deve
> contattare un solo server SMTP che inoltre e' gia' di casa Ho poca
> esperienza di MTA, correggimi se ho capito sbagliato.
Ha capito perfettamente.
> In conclusione e' inutile che tenga in piedi exim, indispensabile solo
> perche' mutt non gestisce il protocollo SMTP. Quindi vedo di tornare ai
> miei vecchi pine o sylpheed.
Non e' necessario. Ogni MTA prevede la possibilita' di inoltrare TUTTE le
proprie mail (tranne le locali, ovviamente) ad un altro smtp.
ho guggolato:
http://sysadmin.oreilly.com/news/exim_0701.html
If you're an end user, you may want instead to send everything to your ISP's
mail server, to let it handle the routing and queueing. It's easy. Suppose
your ISP's mail server is called mail.myisp.com. All you have to do is
replace the default router with this one:
smarthost:
driver = domainlist
transport = remote_smtp
route_list = * mail.myisp.com byname
In that route_list setting, the asterisk means "for all remote domains", and
the byname means "look up the server's IP address using the system's
name-resolution function (gethostbyname)". (If you want to avoid any kind of
lookup, you can put the smart host's IP address instead of the name, but you
still need the byname.)
--
Cristiano Deana
"Ho iniziato a usare FreeBSD perche' m$ usava me. ed e' spiacevole"
Maggiori informazioni sulla lista
Linux