Virtual Users And Domains With Postfix, Courier And MySQL (Ubuntu 7.10)

Discussion in 'HOWTO-Related Questions' started by dsepulveda, Jan 8, 2008.

  1. dsepulveda

    dsepulveda New Member

    i have a problem whit my server mail


    ubuntu710server imapd: Disconnected, ip=[::ffff:172.16.212.1], time=31
    ubuntu710server imapd: LOGIN FAILED, user=dsepulveda, ip=[::ffff:172.16.212.1]
    ubuntu710server imapd: Disconnected, ip=[::ffff:172.16.212.1], time=31

    I need help pliss
     
  2. volksman

    volksman New Member

    check your /var/log/auth.log or /var/log/syslog for more info and post it here.
     
  3. dsepulveda

    dsepulveda New Member

    /var/log/auth.log

    Jan 7 12:29:31 ubuntu710server postfix/smtpd[5410]: sql auxprop plugin using
    mysql engine
    Jan 7 12:34:22 ubuntu710server postfix/smtpd[5476]: sql auxprop plugin using mysql engine
    Jan 7 12:39:01 ubuntu710server CRON[5527]: pam_unix(cron:session): session opened for user root by (uid=0)
    Jan 7 12:39:01 ubuntu710server CRON[5527]: pam_unix(cron:session): session closed for user root
    Jan 7 13:09:02 ubuntu710server CRON[5803]: pam_unix(cron:session): session opened for user root by (uid=0)
    Jan 7 13:09:02 ubuntu710server CRON[5803]: pam_unix(cron:session): session closed for user root
    Jan 7 13:17:02 ubuntu710server CRON[5884]: pam_unix(cron:session): session opened for user root by (uid=0)
    ubuntu710server CRON[5884]: pam_unix(cron:session): session closed for user root
    ubuntu710server CRON[6079]: pam_unix(cron:session): session opened for user root by (uid=0)
    ubuntu710server CRON[6079]: pam_unix(cron:session): session closed for user root
    /var/log/syslog

    Jan 7 08:09:01 ubuntu710server /USR/SBIN/CRON[15094]: (root) CMD ( [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime)$
    Jan 7 08:11:49 ubuntu710server dhclient: DHCPREQUEST on eth2 to 172.16.212.254 port 67
    Jan 7 08:11:49 ubuntu710server dhclient: DHCPACK from 172.16.212.254
    Jan 7 08:11:49 ubuntu710server dhclient: bound to 172.16.212.130 -- renewal in 872 seconds.
    Jan 7 08:17:02 ubuntu710server /USR/SBIN/CRON[15174]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
     
  4. volksman

    volksman New Member

    You need to capture the logs during an attempt to login in order for us to see any errors regarding the failure.
     
  5. dsepulveda

    dsepulveda New Member


    Jan 8 05:06:02 ubuntu710server postfix/master[5032]: reload configuration /etc/postfix
    Jan 8 05:06:05 ubuntu710server imapd: Connection, ip=[::ffff:172.16.212.1]
    Jan 8 05:06:07 ubuntu710server imapd: LOGIN FAILED, user=test1, ip=[::ffff:172.16.212.1]
    Jan 8 05:06:16 ubuntu710server imapd: LOGOUT, ip=[::ffff:172.16.212.1], rcvd=48, sent=484
     
  6. volksman

    volksman New Member

    Ok let's try this way:

    Open a shell and type

    Code:
    tail -f /var/log/auth.log
    then open another shell and type

    Code:
    tail -f /var/log/syslog
    Then try to login to your mail server. You will get your error.

    Copy and paste the output of each shell into a note here.

    Without more info your problem will never get solved.
     
  7. c0mputernick

    c0mputernick New Member

    check your passwords

    I ran into this problem as well when i setup my server. Turned out to be a password problem. Login to phpmyadmin and reset the password so you know its correct and see if that will let you login. Normally the login failed messages have to do with passwords not being correct. Just another place to look at least ;-)
     

Share This Page