我尝试让邮件服务器在 PostgreSQL 上工作,但出现以下错误:
Apr 16 20:48:57 alm authdaemond: PGSQL_CONNECTION could not be established
Apr 16 20:48:57 alm authdaemond: FATAL: database "mail_admin" does not exist.
我遵循本手册并尝试以某种方式使其在 PostgreSQL 而不是 MySQL 中工作: https ://www.howtoforge.com/virtual-users-and-domains-with-postfix-courier-mysql-and-squirrelmail-ubuntu-14.04- lts
是的,我有数据库邮件,它是用户 mail_admin,并且该用户可以访问邮件数据库。
这是更多错误日志。
Apr 16 20:58:35 alm imapd: LOGIN FAILED, [email protected], ip=[::ffff:91.154.218.57]
Apr 16 20:58:36 alm postfix/smtpd[21430]: warning: SASL authentication failure: Password verification failed
Apr 16 20:58:36 alm postfix/smtpd[21430]: warning: unknown[78.128.113.99]: SASL PLAIN authentication failed: authentication failure
Apr 16 20:58:37 alm postfix/smtpd[21430]: lost connection after AUTH from unknown[78.128.113.99]
Apr 16 20:58:37 alm postfix/smtpd[21430]: disconnect from unknown[78.128.113.99] ehlo=1 auth=0/1 commands=1/2
我终于得到了这个工作。
users 表几乎不需要更改,因为 authpgsql Courier 在 MySQL authmysql 中的工作方式不同。
就像它需要这些列:
在 crypt 列 crypted 密码存储为 crypt: https://xnode.org/page/Crypt_Generator可以在前面提到的地址上生成
那么 home 必须按照您托管的每个域进行设置: /home/vmail/domain1.com/ /home/vmail/domain2.com/
文件 authpgsqlrc 需要这个: