Re: [Courier-imap] Problem about "not support the selected authentication method" after version upg
Brought to you by:
mrsam
|
From: Neko C. <ep...@gm...> - 2018-11-02 03:24:37
|
Hi Sam Varshavchik. In my server result: # courierauthconfig --configfiles userdb=/usr/local/etc/authlib/userdb authdaemonrc=/usr/local/etc/authlib/authdaemonrc authldaprc= authmysqlrc=/usr/local/etc/authlib/authmysqlrc authpgsqlrc=/usr/local/etc/authlib/authpgsqlrc mailuser=courier mailgroup=courier mailuid=465 mailgid=465 sbindir=/usr/local/sbin Follow your solution, I corrected PEM file as below -r-------- 1 courier courier 7423 11月 2 09:45 usr/local/etc/courier-imap/certificate/ epopen.com/fullchain-privkey_combined.pem And restart courier-imap and got work NG. Finally, do # chown -R courier:courier usr/local/etc/courier-imap And restart Courier-imap, openssl test PASS and Thunderbird can be connect to server. But Thunderbird report NEW error. The current operation on 'inbox' did not succeed. The mail server for account sy...@ep... responded: Mailbox does not exist, or must be subscribed to. Using "maildir" from courier-imap 4.x and convert by "maildirmake". I will investigation it and report if require. Thank you for taking your time to help me debug. :D Sam Varshavchik <mr...@co...> 於 2018年11月2日 週五 上午10:35寫道: > Neko Chang writes: > > > About pem file, 5.0 & 4.18.2 both owner/group/permission and content > "same" > > as below. > > > > -r-------- 1 root wheel 7423 11月 1 10:00 /usr/local/etc/courier- > > imap/certificate/ > > As I explained in my previous message, this file's ownership is wrong. > All > certificate and config files must be owned by mailuser:mailgroup, that's > shown by courierauthconfig --configfiles > > chown the certificate file to the user and group reported by > courierauthconfig --configfiles command. > > > _______________________________________________ > Courier-imap mailing list > Cou...@li... > Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap > -- Regards, Wei-Jen Chang |