Problem with POP3.

Discussion in 'Installation/Configuration' started by tumeks, Aug 2, 2007.

  1. tumeks

    tumeks New Member

    Hello!
    I Have problem with POP3, when i can log in to POP3 login and password is wrong always, but i put correct, when I using this same password and login to SMTP all is good, mails go out, but i can't read my POP3. Anyone know what is it?

    Thanks for up
    Tom
     
  2. falko

    falko Super Moderator ISPConfig Developer

    What's the exact error message? Any errors in your mail log? What's the output of
    Code:
    netstat -tap
    ? Which distribution do you use?
     
  3. tumeks

    tumeks New Member

    I'm using Debian 3.1, i'm connected with mail but login and password always is wrong, but i put correct. - SMTP working.
     
  4. falko

    falko Super Moderator ISPConfig Developer

    Are there any errors in /var/log/mail.log?
    Also, what's the exact error message you get in your email client?
     
  5. tumeks

    tumeks New Member

    in mail.log when i logging i have this log:

    Code:
    .... courierpop3login: Connection, ip=[::ffff:(My IP)]
    
     
  6. falko

    falko Super Moderator ISPConfig Developer

    Is there nothing else, no error message? Any errors in /var/log/auth.log? What's the error message you see in your email client?
     
  7. tumeks

    tumeks New Member

    Any error message

    In auth.log - any log

    I must reput login password in email client
     
  8. falko

    falko Super Moderator ISPConfig Developer

    Did you send an email first to that account before you tried to fetch emails? If not, please do so now, then try to log in with POP3 again.
     
  9. tumeks

    tumeks New Member

    OK, when i using SMTP i got this log:

    Code:
    
    Aug  6 17:00:25 knights postfix/smtpd[29431]: connect from emm243.internetdsl.tpnet.pl[83.15.172.243]
    Aug  6 17:00:25 knights postfix/smtpd[29431]: B0DDF3241E: client=emm243.internetdsl.tpnet.pl[83.15.172.243], sasl_method=LOGIN, sasl_username=web2_tumeks
    Aug  6 17:00:26 knights postfix/cleanup[2317]: B0DDF3241E: message-id=<000f01c11e88$8ba4e670$2603a8c0@tomek>
    Aug  6 17:00:26 knights postfix/qmgr[25092]: B0DDF3241E: from=<[email protected]>, size=2158, nrcpt=1 (queue active)
    Aug  6 17:00:26 knights postfix/smtpd[29431]: disconnect from emm243.internetdsl.tpnet.pl[83.15.172.243]
    Aug  6 17:00:26 knights postfix/smtp[19904]: B0DDF3241E: to=<[email protected]>, relay=mx5.go2.pl[193.17.41.45], delay=1, status=sent (250 OK queued as 1186412408
    Aug  6 17:00:26 knights postfix/qmgr[25092]: B0DDF3241E: removed
    
    When POP3:

    Code:
    Aug  6 17:07:47 knights courierpop3login: Connection, ip=[::ffff:83.15.172.243]
    
     
  10. falko

    falko Super Moderator ISPConfig Developer

    There are no errors in the log excerpts you posted...
     
  11. tumeks

    tumeks New Member

    In mail.err i don't have any logs about my account email.
     
  12. till

    till Super Moderator Staff Member ISPConfig Developer

    Then have a look at mail.log or mail or maillog, depending on your linux distribution.
     
  13. tumeks

    tumeks New Member

    I paste all log about maillog.
     
  14. falko

    falko Super Moderator ISPConfig Developer

    Are there any errors regarding Courier in /var/log/auth.log?
     
  15. tumeks

    tumeks New Member

    in auth.log i don't see any
     
  16. falko

    falko Super Moderator ISPConfig Developer

    Should be working then.

    Are you sure there are absolutely no error messages in your logs or in your email client? Please try to provide us some more information.
     
  17. tumeks

    tumeks New Member

    I'm checking in webmail and it's this same problem.
     
  18. falko

    falko Super Moderator ISPConfig Developer

    As I said above, I need some error messages, otherwise I cannot help you...
     
  19. tumeks

    tumeks New Member

    auth.log
    Code:
    Any logs about email
    
    mail.err
    Code:
    Aug 23 23:15:41 knights courierpop3login: LOGIN FAILED, ip=[::ffff:83.15.172.243]
    Aug 23 23:26:18 knights courierpop3login: LOGIN FAILED, ip=[::ffff:83.15.172.243]
    Aug 23 23:27:16 knights courierpop3login: LOGIN FAILED, ip=[::ffff:83.15.172.243]
    
    mail.info
    Code:
    Aug 23 23:26:18 knights courierpop3login: LOGIN FAILED, ip=[::ffff:83.15.172.243]
    Aug 23 23:27:16 knights courierpop3login: LOGIN FAILED, ip=[::ffff:83.15.172.243]
    
    mail.log
    Code:
    Aug 23 23:26:12 knights courierpop3login: Connection, ip=[::ffff:83.15.172.243]
    Aug 23 23:26:18 knights courierpop3login: LOGIN FAILED, ip=[::ffff:83.15.172.243]
    Aug 23 23:27:10 knights courierpop3login: Connection, ip=[::ffff:83.15.172.243]
    Aug 23 23:27:16 knights courierpop3login: LOGIN FAILED, ip=[::ffff:83.15.172.243]
    
    mail.warn
    Code:
    Aug 23 23:15:41 knights courierpop3login: LOGIN FAILED, ip=[::ffff:83.15.172.243]
    Aug 23 23:26:18 knights courierpop3login: LOGIN FAILED, ip=[::ffff:83.15.172.243]
    Aug 23 23:27:16 knights courierpop3login: LOGIN FAILED, ip=[::ffff:83.15.172.243]
    
    And it's all of logs of my email, when i trying login to my POP3 i can't always i must put login and password, but i put correct. I done account in ISPConfig.
     
  20. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the output of:

    grep knights /etc/passwd
     

Share This Page