mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 12:28:06 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user