28 lines
407 B
Django/Jinja
28 lines
407 B
Django/Jinja
service auth {
|
|
inet_listener auth-inet {
|
|
port = 12345
|
|
}
|
|
}
|
|
|
|
service lmtp {
|
|
inet_listener lmtp {
|
|
port = 2424
|
|
}
|
|
}
|
|
|
|
auth_mechanisms = plain login
|
|
|
|
passdb passwd-file {
|
|
passwd_file_path = /etc/dovecot/users
|
|
}
|
|
|
|
userdb passwd-file {
|
|
passwd_file_path = /etc/dovecot/users
|
|
}
|
|
|
|
mail_home = /var/vmail/%{user | domain}/%{user | username}
|
|
mail_path = ~/mail
|
|
|
|
ssl = required
|
|
auth_allow_cleartext = no
|