Postfix: lost connection after EHLO

Hi. Sorry for my English, plz :-)

So, here is a problem.

System: Postfix + Dovecot + MySQL | FreeBSD 8.2

Just set up server, all (about mail) works perfectly (for example - sending via Roundcube web-interface), but when I try to send email using Thunderbird mail client - it says "Server send bad helo" (something like this).

In /var/log/maillog I have:

Code:
Jan 18 10:37:22 akira postfix/smtpd[5465]: lost connection after EHLO from pageant.charades.volia.net[93.74.55.57]
    Jan 18 10:37:22 akira postfix/smtpd[5465]: disconnect from pageant.charades.volia.net[93.74.55.57]

In the same mail client I have a lot of mailboxes - they wok normally.

Yes, I try search in Google - I do it last 2 days :-(

My main.cf of Postfix is here:
http://rtfm.co.ua/uploads/main.txt

Also, I set up TheBat mail client - have the same problem, here is part of its own logs (sorry - in Russian):

Code:
18.01.2012, 13:03:08: FETCH - Аутентификация прошла успешно (Обычный метод)
     18.01.2012, 13:03:08: SEND  - Отправка почты - писем в очереди: 1
     18.01.2012, 13:03:09: FETCH - Соединение завершено - получено писем: 0
    !18.01.2012, 13:03:09: SEND  - Сервер сообщает, что он не готов, ответ: "421 "
     18.01.2012, 13:03:09: SEND  - Соединение завершено - отправлено писем: 0

[ Google-Translated it -- Mod. ]

Code:
18.01.2012, 13:03:08: FETCH - Authentication succeeded (conventional method)
      18.01.2012, 13:03:08: SEND - sending mail - letters in the queue: 1
      18.01.2012, 13:03:09: FETCH - connection finished - letters received: 0
     ! 18.01.2012, 13:03:09: SEND - Server reports that he is not ready, reply: "421"
      18.01.2012, 13:03:09: SEND - connection finished - sent letters: 0
 
Back
Top