Skip to content
Snippets Groups Projects
Commit 6fa4e2fc authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

dovecot: Cleanup config (unneeded/duplicate sections/options)

parent 7b8e5920
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,6 @@ disable_plaintext_auth = yes
mail_location = mdbox:~/.mdbox
mail_plugins = $mail_plugins zlib notify mail_log
# enable imap notify
mailbox_list_index=yes
# remove domain part from username and lowercase it
auth_username_format = %Ln
......@@ -48,6 +45,9 @@ plugin {
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
mail_log_fields = uid box msgid size
zlib_save_level = 6
zlib_save = gz
}
protocols = imap pop3 sieve lmtp
service auth {
......@@ -73,18 +73,6 @@ service pop3-login {
port = 0
}
}
service managesieve-login {
inet_listener sieve {
# use default port
#port = 4190
}
inet_listener sieve-obsolete {
port = 2000
}
}
service managesieve {
}
service lmtp {
unix_listener /var/spool/postfix/private/dovecot-lmtp {
group = postfix
......@@ -112,10 +100,6 @@ protocol imap {
mail_max_userip_connections = 30
mail_plugins = $mail_plugins
}
protocol lda {
mail_plugins = $mail_plugins sieve
postmaster_address = postmaster@archlinux.org
}
protocol lmtp {
postmaster_address = postmaster@archlinux.org
mail_plugins = $mail_plugins sieve
......@@ -123,10 +107,3 @@ protocol lmtp {
protocol sieve {
managesieve_logout_format = bytes ( in=%i : out=%o )
}
plugin {
sieve = ~/.dovecot.sieve
sieve_dir = ~/.sieve
zlib_save_level = 6
zlib_save = gz
}
auth_failure_delay = 2s
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment