I am setting up a mailserver on my Linode, following your instructions for a Postfix / Dovecot / Mysql installation.
It isn't working. My mail.log includes this error:
dovecot: auth-worker(9629): Error: sql(
admin@hammeringbits.net): User query failed: Table 'mailserver.users' doesn't exist (using built-in default user_query: SELECT home, uid, gid FROM users WHERE username = '%n' AND domain = '%d')
I've checked the instructions, and I don't see any designation of a user_query value in the Dovecot (nor Postfix) configuration. I don't have a table 'user' as the instructions don't call for creation of one.
Any help would be appreciated.