Update dovecot/dovecot.conf
This commit is contained in:
@@ -26,7 +26,7 @@ protocol imap {
|
|||||||
mail_plugins {
|
mail_plugins {
|
||||||
imap_sieve = yes
|
imap_sieve = yes
|
||||||
}
|
}
|
||||||
mail_max_userip_connections = 50
|
mail_max_userip_connections = 5
|
||||||
imap_idle_notify_interval = 29 mins
|
imap_idle_notify_interval = 29 mins
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -66,7 +66,7 @@ service lmtp {
|
|||||||
|
|
||||||
service auth {
|
service auth {
|
||||||
### Auth socket for Postfix
|
### Auth socket for Postfix
|
||||||
unix_listener /path/2/private/auth {
|
unix_listener /path/2/postfix/private/auth {
|
||||||
mode = 0660
|
mode = 0660
|
||||||
user = postfix
|
user = postfix
|
||||||
group = postfix
|
group = postfix
|
||||||
@@ -79,12 +79,21 @@ service auth {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
service anvil {
|
||||||
|
unix_listener anvil-auth-penalty {
|
||||||
|
mode = 0660
|
||||||
|
user = vmail
|
||||||
|
group = vmail
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
###
|
###
|
||||||
### Client authentication
|
### Client authentication
|
||||||
#############################
|
#############################
|
||||||
|
|
||||||
auth_mechanisms = plain login
|
auth_mechanisms = plain login
|
||||||
auth_username_format = %{user | lower }
|
auth_username_format = %{user | lower }
|
||||||
|
auth_failure_delay = 15s
|
||||||
|
|
||||||
userdb passwd {
|
userdb passwd {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user