[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Mutt con smtp_auth. Para un simple cliente



El viernes, 29 de agosto de 2003, a las 11:35, Daniel Villacres escribe:
> Quiero entonces configurar mutt de tal forma que envie correo usando
> autenticacion. Depende en algo la configuracion de Exim?

Exacto, mutt no "habla" SMTP, requiere que haya "algo como" exim que
sí "hable" SMTP instalado y configurado.

Con respecto a exim, es relativamente sencillo hacerle enviar correo
vía smarthost y con autentificación. Repasa tu /etc/exim/exim.conf.

# This transport is used for delivering messages over SMTP
# connections.

remote_smtp:
  driver = smtp
  authenticate_hosts = smtp.victimasdemutt.net

[...]

# Remote addresses are those with a domain that does not match any
# item in the "local_domains" setting above.

# Send all mail to a smarthost

smarthost:
  driver = domainlist
  transport = remote_smtp
  route_list = "* smtp.victimasdemutt.net bydns_a"

end

[...]

plain:
  driver = plaintext
  public_name = PLAIN
  client_send = "^username^password"

Si plain no funciona, prueba con login o cram_md5. Espero que
funcione.

Un saludo, Ismael
-- 
"Tout fourmille de commentaries; d'auteurs il en est grande cherté"



Reply to: