On 18.12.2007 22:57, Ronny wrote:
Can you get greeting text if you simply telnet to server?

I get the same error:

$ telnet localhost 143
Trying 127.0.0.1...
Connected to zoidberg.
Escape character is '^]'.
Fatal: EOF while reading environment from master
Connection closed by foreign host.

$ telnet localhost 110
Trying 127.0.0.1...
Connected to zoidberg.
Escape character is '^]'.
Fatal: EOF while reading environment from master
Connection closed by foreign host.



By the way, after trying to login i have to clean the directory /var/run/dovecot. Otherwise i get this error:

$ telnet localhost 110
Trying 127.0.0.1...
Connected to zoidberg.
Escape character is '^]'.
Fatal: write_full(master_fd) failed: Transport endpoint is not connected
Connection closed by foreign host.


Cheers
Ronny
Can't sure about this but maybe this problem because different types of EOF symbols used in Unix and Windows systems. So it trying to read from master but unable to do so, because receive EOF symbol from beginning.

Reply via email to