mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix missing username format config in dovecot
This commit is contained in:
parent
712c037c20
commit
76e79f83ce
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ userdb {
|
||||||
|
|
||||||
userdb {
|
userdb {
|
||||||
driver = passwd-file
|
driver = passwd-file
|
||||||
args = /etc/dovecot/app-senders-passwd
|
args = username_format=%n /etc/dovecot/app-senders-passwd
|
||||||
}
|
}
|
||||||
|
|
||||||
protocol imap {
|
protocol imap {
|
||||||
|
|
Loading…
Add table
Reference in a new issue