You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
Restructure the dovecot configuration file
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user