The Perfect Server - Ubuntu Hardy Heron - Postfix auth trouble

Discussion in 'HOWTO-Related Questions' started by Kai, May 8, 2008.

  1. Kai

    Kai New Member

    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
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's in /etc/postfix/main.cf and /etc/postfix/sasl/smtpd.conf?
     
  3. Kai

    Kai New Member

    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 :)
     

Share This Page