Dovecot closing connection

Discussion in 'Server Operation' started by Juddling, Jul 21, 2007.

  1. Juddling

    Juddling New Member

    My UNIX account juddling can log in to dovecot but another UNIX account payments can log in but then the connection is closed. I am using PAM authenitcation.

    [root@server40341 ~]# telnet localhost 110
    Trying 127.0.0.1...
    Connected to localhost (127.0.0.1).
    Escape character is '^]'.
    +OK Dovecot ready.
    USER juddling
    +OK
    PASS ############
    +OK Logged in.
    LIST
    +OK 0 messages:
    .
    QUIT
    +OK Logging out.
    Connection closed by foreign host.
    [root@server40341 ~]# telnet localhost 110
    Trying 127.0.0.1...
    Connected to localhost (127.0.0.1).
    Escape character is '^]'.
    +OK Dovecot ready.
    USER payments
    +OK
    PASS #############
    +OK Logged in.
    Connection closed by foreign host.
    [root@server40341 ~]#


    Do you know why this is happening? Please post if you need to see any conf files.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Any errors in the logs? Did you send an email to the payments account first?
     
  3. Juddling

    Juddling New Member

    Mail Error Log

    Jul 23 09:03:37 server40341 dovecot: pop3-login: Login: user=<juddling>, method=PLAIN, rip=82.34.16.210, lip=83.170.86.125
    Jul 23 09:03:37 server40341 dovecot: POP3(juddling): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Did you send an email to the payments account first before you tried to fetch emails?
     
  5. Juddling

    Juddling New Member

    Emails to payments

    Nope, no emails got sent except from hotmail as a test which was bounced back.
     
  6. falko

    falko Super Moderator Howtoforge Staff

    With what error message?
     

Share This Page