PDA

View Full Version : The Perfect Server - Ubuntu Hardy Heron - Postfix auth trouble


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

falko
9th May 2008, 15:57
What's in /etc/postfix/main.cf and /etc/postfix/sasl/smtpd.conf?

Kai
13th May 2008, 18:55
Thank you for the reply and sorry to bother you with another PEBCAK problem.

Got "No such file or directory" on "cat /etc/postfix/sasl/smtpd.conf".
Killed the vm and redid the guide, now it reports what it should :)