Jan Dittberner
af156f24c6
This commit configures IMAP to work properly and makes logs of mgr and dovecot available.
9 lines
No EOL
266 B
Text
9 lines
No EOL
266 B
Text
passdb {
|
|
driver = passwd-file
|
|
args = username_format=%n /etc/dovecot/imap_user.txt
|
|
}
|
|
userdb {
|
|
driver = passwd-file
|
|
args = username_format=%n /etc/dovecot/imap_user.txt
|
|
default_fields = uid=catchall gid=catchall home=/home/%n mail=maildir:/home/%n/Maildir
|
|
} |