I followed the instructions at this location to setup a mail server on my system, however they did not work (all sorts of permission problems and directory configurations were wrong).
I did another search and found this site.
The instructions are much better on the second site and I was able to follow them and understand what was happening.
However, I have some problems. I think the switch in configurations may have caused some issues, as I cannot authenticate via POP3:
Code: Select all
Oct 31 20:27:52 matthew courierpop3login: Connection, ip=[::ffff:127.0.0.1]
Oct 31 20:27:52 matthew courierpop3login: LOGIN: ip=[::ffff:127.0.0.1], command=CAPA
Oct 31 20:27:55 matthew courierpop3login: LOGIN: ip=[::ffff:127.0.0.1], command=USER
Oct 31 20:27:55 matthew courierpop3login: LOGIN: ip=[::ffff:127.0.0.1], command=PASS
Oct 31 20:27:55 matthew courierpop3login: LOGIN: ip=[::ffff:127.0.0.1], username=postmaster@<mydomain>
Oct 31 20:27:55 matthew courierpop3login: LOGIN: ip=[::ffff:127.0.0.1], password=secret
Oct 31 20:27:55 matthew authdaemond: received auth request, service=pop3, authtype=login
Oct 31 20:27:55 matthew authdaemond: authmysql: trying this module
Oct 31 20:27:55 matthew authdaemond: SQL query: SELECT id, "", clear, uid, gid, "/home/vmail", "", "", "", "" FROM users WHERE id = "postmaster@<mydomain>" AND (enabled=1)
Oct 31 20:27:55 matthew authdaemond: mysql_query failed, reconnecting: Unknown column 'id' in 'field list'
Oct 31 20:27:55 matthew authdaemond: mysql_query failed second time, giving up: Unknown column 'id' in 'field list'
Oct 31 20:27:55 matthew authdaemond: authmysql: TEMPFAIL - no more modules will be tried
Oct 31 20:27:55 matthew courierpop3login: LOGIN FAILED, user=postmaster@<mydomain>, ip=[::ffff:127.0.0.1]
Oct 31 20:27:55 matthew courierpop3login: authentication error: Input/output error
Thanks in advance.