Restructure the dovecot configuration file

master
Pierre Jaury 9 years ago
parent 6c492e854e
commit 5075faea5b

@ -5,6 +5,13 @@ protocols = imap lmtp sieve
postmaster_address = %{env:POSTMASTER_ADDRESS} postmaster_address = %{env:POSTMASTER_ADDRESS}
hostname = %{env:MAIL_HOSTNAME} hostname = %{env:MAIL_HOSTNAME}
service dict {
unix_listener dict {
group = mail
mode = 0660
}
}
############### ###############
# Mailboxes # Mailboxes
############### ###############
@ -112,12 +119,6 @@ service lmtp {
} }
} }
service dict {
unix_listener dict {
group = mail
mode = 0660
}
}
############### ###############
# Filtering # Filtering

Loading…
Cancel
Save