06.08.2012 16:27, Golub Mikhail пишет:
Добрый день.

Понадобилось почту с Exim отправлять через smarthost с авторизацией (plain).

Неужели все так "сложно"?
http://wiki.exim.org/AuthenticatedSmtpSmartHost

Надеялся, что будет попроще, типа так:
smarthost_transport:
  driver = smtp
  auth = plain
  user = username
  pass = userpass
Так ведь действительно все просто:

begin transports
  remote_smtp:
    driver = smtp
    hosts_require_auth = smart.host.addr.tld.

...

begin authenticators
  plain:
    driver = plaintext
    public_name = PLAIN
    client_send = ^login^password

--
Богун Дмитрий aka vugluskr


_______________________________________________
Exim-users mailing list
[email protected]
http://mailground.net/mailman/listinfo/exim-users

Ответить