Remove sieve to enable hardlink deduplication in LMTP

LMTP does not deduplicate messages
if sieve plugin is used.

We don't check for Auto-Submitted header anymore
as iOS application has a notification service
and should not display "You have a new message".
This commit is contained in:
link2xt
2024-07-05 17:02:21 +00:00
parent b1d11d7747
commit 969fdd7995
5 changed files with 8 additions and 36 deletions

View File

@@ -115,10 +115,7 @@ protocol lmtp {
#
# mail_lua and push_notification_lua are needed for Lua push notification handler.
# <https://doc.dovecot.org/configuration_manual/push_notification/#configuration>
#
# Sieve to mark messages that should not be notified as \Seen
# <https://doc.dovecot.org/configuration_manual/sieve/configuration/>
mail_plugins = $mail_plugins quota mail_lua notify push_notification push_notification_lua sieve
mail_plugins = $mail_plugins quota mail_lua notify push_notification push_notification_lua
}
plugin {
@@ -140,10 +137,6 @@ plugin {
push_notification_driver = lua:file=/etc/dovecot/push_notification.lua
}
plugin {
sieve_default = file:/etc/dovecot/default.sieve
}
service lmtp {
user=vmail