matrix
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
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
|
||||
Reference in New Issue
Block a user