Вопрос

We have dovecot 1.0.15, and when I try to authenticate with email "a+b", I fail to do it. But with email "a_b" it's OK. We didn't configure any "plus addressing" in dovecot. Could anyone please give me advice how to fix this problem with authentication in dovecot with emails that have "+" in address? Thanks in advance!

Это было полезно?

Решение

Just add + to auth_username_chars in your dovecot.conf

auth_username_chars = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@+

Ref: Dovecot Mailinglist

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top