Page 1 of 1

Почтовый сервер не видит авторизацию

Posted: Tue Dec 20, 2016 11:31 pm
by silverspoon
Почтовый клиент жалуется что не подходит логин/пароль, хоть его не меняли. Через Webmail тоже не заходит, пишет

Code: Select all

"Connection to storage server failed"
.

Лог dovecot говорит:

Code: Select all

Dec 21 01:28:31 imap(xxxxx): Warning: autocreate plugin is deprecated, use mailbox { auto } setting instead
Dec 21 01:28:31 imap(xxxxx): Error: user xxxxx: Initialization failed: namespace configuration error: inbox=yes namespace missing
Dec 21 01:28:31 imap(xxxxx): Error: Invalid user settings. Refer to server log for more information.

Что делать?

Re: Почтовый сервер не видит авторизацию

Posted: Wed Dec 21, 2016 12:04 am
by Stesh
silverspoon wrote:Что делать?
Так dovecot сам и дает ответ

Code: Select all

namespace configuration error: inbox=yes namespace missing
Редактируем файл /etc/dovecot/conf.d/15-mailboxes.conf
После

Code: Select all

namespace inbox {
добавляем

Code: Select all

inbox = yes
Затем service dovecot restart