Kai
8th May 2008, 22:19
Hi!
I have manged to get to the verfication of the authentication procedure.
But my result is not what it should be:
root@host:/etc/postfix/ssl# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 host.my-domain.net ESMTP Postfix (Ubuntu)
ehlo host.my-domain.net
250-host.my-domain.net
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
quit
221 2.0.0 Bye
Connection closed by foreign host.
Seems I am missing:
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
Any clues on how to diagnose this error?
However, I skiped DNS server and qouta installation (as I wont use it) and some stuff about localhost in the domain part at the dpkg-reconfigure postfix (bad move?).
Thanks in advance
Kai
I have manged to get to the verfication of the authentication procedure.
But my result is not what it should be:
root@host:/etc/postfix/ssl# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 host.my-domain.net ESMTP Postfix (Ubuntu)
ehlo host.my-domain.net
250-host.my-domain.net
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
quit
221 2.0.0 Bye
Connection closed by foreign host.
Seems I am missing:
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
Any clues on how to diagnose this error?
However, I skiped DNS server and qouta installation (as I wont use it) and some stuff about localhost in the domain part at the dpkg-reconfigure postfix (bad move?).
Thanks in advance
Kai