Page 1 of 1

next input sent too soon: pipelining was not advertised

Posted: Fri Jul 28, 2017 7:58 pm
by constin
Проблема в том, что thunderbird не очень соблюдает RFC при тесте аккаунта слишком торопится и не может настроить аккаунт из-за этой ошибки.

Решение в том, чтобы сделать exim немного помягче. В начале конфига /etc/exim4/exim4.conf.template добавляем

smtp_enforce_sync = false

перегружаем exim

----
English: problem with thunderbird creating acccount could be fixed with adding this code:
smtp_enforce_sync = false

to exim config /etc/exim4/exim4.conf.template

then restart exim.

--------