shadedecho
Programmer
I have courier-pop installed on my debian system, along with newly installed mysql 4.1.8. I cannot get courier-pop to talk to this version of mysql. The username and password are correct, and it has permission to read the database and tables. In fact, I can issue command line mysql statments on the machine similar to what i would have expected the courier-authdaemon to have done, and I get no errors.
However, when I try to POP my mail box from my local machine, using the username and password in the mysql table, it fails to authenticate, and i get:
Dec ???????? shared authdaemond.mysql: failed to connect to mysql server (server=127.0.0.1, userid=mailman)
Dec ???????? shared courierpop3login: LOGIN FAILED, ip=[::ffff:xxx.xxx.xxx.xxx]
in /var/log/mail.err
where ????... is the timestamp and xxx.xxx... is the IP address of my local machine that I am trying to POP from to my mail server.
It says "failed to connect" which leads me to believe that something about courier is unable to connect to a mysql 4.1 server for some reason. Anyone know what's up?
I have identical tables (with identical usernames and passwords, etc) over in a mysql 4.0.22 server on an adjacent machine, and when i instead point this courier mail server at that mysql instance, everything works just fine, so I know it's not something with my courier setup.
However, when I try to POP my mail box from my local machine, using the username and password in the mysql table, it fails to authenticate, and i get:
Dec ???????? shared authdaemond.mysql: failed to connect to mysql server (server=127.0.0.1, userid=mailman)
Dec ???????? shared courierpop3login: LOGIN FAILED, ip=[::ffff:xxx.xxx.xxx.xxx]
in /var/log/mail.err
where ????... is the timestamp and xxx.xxx... is the IP address of my local machine that I am trying to POP from to my mail server.
It says "failed to connect" which leads me to believe that something about courier is unable to connect to a mysql 4.1 server for some reason. Anyone know what's up?
I have identical tables (with identical usernames and passwords, etc) over in a mysql 4.0.22 server on an adjacent machine, and when i instead point this courier mail server at that mysql instance, everything works just fine, so I know it's not something with my courier setup.