buddajah
November 1st, 2007, 12:23 AM
i cannot login to courier pop via client or telnet. can someone help me out. maybe i missed something ? or more likely messed the config up somehow. any help or advice would be helpful.
here are the logs -
mail.err:
Oct 31 18:30:44 pill courierpop3login: LOGIN FAILED, ip=[::ffff:127.0.0.1]
Oct 31 18:31:16 pill courierpop3login: LOGIN FAILED, ip=[::ffff:127.0.0.1]
Oct 31 19:03:59 pill courierpop3login: LOGIN FAILED, ip=[::ffff:127.0.0.1]
Oct 31 19:09:42 pill courierpop3login: LOGIN FAILED, ip=[::ffff:127.0.0.1]
mail.info:
Oct 31 18:30:44 pill courierpop3login: LOGIN FAILED, ip=[::ffff:127.0.0.1]
Oct 31 18:31:16 pill courierpop3login: LOGIN FAILED, ip=[::ffff:127.0.0.1]
Oct 31 19:03:14 pill authdaemond.mysql: restarting authdaemond children
Oct 31 19:03:14 pill authdaemond.mysql: modules="authmysql", daemons=5
Oct 31 19:03:15 pill authdaemond.mysql: modules="authmysql", daemons=5
Oct 31 19:03:59 pill courierpop3login: LOGIN FAILED, ip=[::ffff:127.0.0.1]
Oct 31 19:09:00 pill authdaemond.mysql: restarting authdaemond children
Oct 31 19:09:00 pill authdaemond.mysql: modules="authmysql", daemons=5
Oct 31 19:09:01 pill authdaemond.mysql: modules="authmysql", daemons=5
Oct 31 19:09:42 pill courierpop3login: LOGIN FAILED, ip=[::ffff:127.0.0.1]
text of courier config files -
authmodulelist
authdaemon
authdaemonrc
##VERSION: $Id: authdaemonrc.in,v 1.8 2001/10/07 02:16:22 mrsam Exp $
authmodulelist="authmysql"
authmodulelistorig="authcustom authcram authuserdb authldap authpgsql authmysql authpam"
daemons=5
version=""
authdaemonvar=/var/run/courier/authdaemon
authmysqlrc
MYSQL_SERVER 127.0.0.1
MYSQL_USERNAME user
MYSQL_PASSWORD pass
MYSQL_SOCKET /var/run/mysqld/mysqld.sock
#Use MYSQL_SOCKET instead of MYSQL_PORT.
#If you can't do that, use MYSQL_PORT
#If your socket path is in a different location, please modify it.
MYSQL_PORT 0
MYSQL_DATABASE database
MYSQL_USER_TABLE accounts
MYSQL_CRYPT_PWFIELD cypher
MYSQL_CLEAR_PWFIELD text
MYSQL_UID_FIELD uid
MYSQL_GID_FIELD gid
MYSQL_LOGIN_FIELD addy
MYSQL_HOME_FIELD home
MYSQL_NAME_FIELD name
MYSQL_MAILDIR_FIELD concat (home, '/', maildir)
MYSQL_QUOTA_FIELD quota
MYSQL_AUXOPTIONS_FIELD
CONCAT("disableimap=",disableimap,",disablepop3=",disablepop3,",disablewebmail=",disablewebmail,",sharedgroup=",sharedgroup)
MYSQL_WHERE_CLAUSE access='y'
pop3d
PIDFILE=/var/run/courier/pop3d.pid
MAXDAEMONS=40
MAXPERIP=4
AUTHMODULES="authdaemon"
AUTHMODULES_ORIG="authdaemon"
DEBUG_LOGIN=0
POP3AUTH="LOGIN PLAIN,CRAM-MD5 CRAM-SHA"
POP3AUTH_ORIG="LOGIN CRAM-MD5 CRAM-SHA1"
POP3AUTH_TLS="LOGIN PLAIN"
POP3AUTH_TLS_ORIG="LOGIN PLAIN"
PORT=110
ADDRESS=0
TCPDOPTS="-nodnslookup -noidentlookup"
IMAP_CAPABILITY="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA
AUTH=CRAM-MD5 AUTH=CRAM-SHA1 IDLE"
POP3DSTART=YES
MAILDIRPATH=Maildir
Please let me know if there is anything else you need and i can post it here. thank you
here are the logs -
mail.err:
Oct 31 18:30:44 pill courierpop3login: LOGIN FAILED, ip=[::ffff:127.0.0.1]
Oct 31 18:31:16 pill courierpop3login: LOGIN FAILED, ip=[::ffff:127.0.0.1]
Oct 31 19:03:59 pill courierpop3login: LOGIN FAILED, ip=[::ffff:127.0.0.1]
Oct 31 19:09:42 pill courierpop3login: LOGIN FAILED, ip=[::ffff:127.0.0.1]
mail.info:
Oct 31 18:30:44 pill courierpop3login: LOGIN FAILED, ip=[::ffff:127.0.0.1]
Oct 31 18:31:16 pill courierpop3login: LOGIN FAILED, ip=[::ffff:127.0.0.1]
Oct 31 19:03:14 pill authdaemond.mysql: restarting authdaemond children
Oct 31 19:03:14 pill authdaemond.mysql: modules="authmysql", daemons=5
Oct 31 19:03:15 pill authdaemond.mysql: modules="authmysql", daemons=5
Oct 31 19:03:59 pill courierpop3login: LOGIN FAILED, ip=[::ffff:127.0.0.1]
Oct 31 19:09:00 pill authdaemond.mysql: restarting authdaemond children
Oct 31 19:09:00 pill authdaemond.mysql: modules="authmysql", daemons=5
Oct 31 19:09:01 pill authdaemond.mysql: modules="authmysql", daemons=5
Oct 31 19:09:42 pill courierpop3login: LOGIN FAILED, ip=[::ffff:127.0.0.1]
text of courier config files -
authmodulelist
authdaemon
authdaemonrc
##VERSION: $Id: authdaemonrc.in,v 1.8 2001/10/07 02:16:22 mrsam Exp $
authmodulelist="authmysql"
authmodulelistorig="authcustom authcram authuserdb authldap authpgsql authmysql authpam"
daemons=5
version=""
authdaemonvar=/var/run/courier/authdaemon
authmysqlrc
MYSQL_SERVER 127.0.0.1
MYSQL_USERNAME user
MYSQL_PASSWORD pass
MYSQL_SOCKET /var/run/mysqld/mysqld.sock
#Use MYSQL_SOCKET instead of MYSQL_PORT.
#If you can't do that, use MYSQL_PORT
#If your socket path is in a different location, please modify it.
MYSQL_PORT 0
MYSQL_DATABASE database
MYSQL_USER_TABLE accounts
MYSQL_CRYPT_PWFIELD cypher
MYSQL_CLEAR_PWFIELD text
MYSQL_UID_FIELD uid
MYSQL_GID_FIELD gid
MYSQL_LOGIN_FIELD addy
MYSQL_HOME_FIELD home
MYSQL_NAME_FIELD name
MYSQL_MAILDIR_FIELD concat (home, '/', maildir)
MYSQL_QUOTA_FIELD quota
MYSQL_AUXOPTIONS_FIELD
CONCAT("disableimap=",disableimap,",disablepop3=",disablepop3,",disablewebmail=",disablewebmail,",sharedgroup=",sharedgroup)
MYSQL_WHERE_CLAUSE access='y'
pop3d
PIDFILE=/var/run/courier/pop3d.pid
MAXDAEMONS=40
MAXPERIP=4
AUTHMODULES="authdaemon"
AUTHMODULES_ORIG="authdaemon"
DEBUG_LOGIN=0
POP3AUTH="LOGIN PLAIN,CRAM-MD5 CRAM-SHA"
POP3AUTH_ORIG="LOGIN CRAM-MD5 CRAM-SHA1"
POP3AUTH_TLS="LOGIN PLAIN"
POP3AUTH_TLS_ORIG="LOGIN PLAIN"
PORT=110
ADDRESS=0
TCPDOPTS="-nodnslookup -noidentlookup"
IMAP_CAPABILITY="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA
AUTH=CRAM-MD5 AUTH=CRAM-SHA1 IDLE"
POP3DSTART=YES
MAILDIRPATH=Maildir
Please let me know if there is anything else you need and i can post it here. thank you