Displaying 18 results from an estimated 18 matches for "sieve_duplicate_default_period".
2020 Oct 30
1
Sieve filter script EXECUTION FAILED
...psieve_mailbox3_causes = COPY
imapsieve_mailbox3_name = Archive
quota_rule2 = .EXPUNGED:ignore
sieve = file:~/.sieve;active=~/.active_sieve
sieve_before = file:/usr/lib/dovecot/sieve/bcc.sieve
sieve_before3 = file:/usr/lib/dovecot/sieve/filespam.sieve
sieve_default_name = spamassassin
sieve_duplicate_default_period = 1h
sieve_duplicate_max_period = 12d
sieve_extensions = +vnd.dovecot.pipe +vnd.dovecot.environment +vnd.dovecot.filter +editheader
sieve_filter_bin_dir = /usr/lib/dovecot/sieve /usr/local/virtual/
sieve_pipe_bin_dir = /usr/lib/dovecot/sieve
sieve_plugins = sieve_imapsieve sieve_extprogra...
2020 Jul 03
0
Mail replication fails between v2.2.27 and v2.3.4.1
...trainer/%%lu-%u-%%05lu-spam
antispam_trash = trash;Trash;Deleted Items;Deleted Messages
mail_log_events = delete
mail_log_fields = uid box msgid from subject
sieve = ~/.dovecot.sieve
sieve_before = /home/vmail/global.sieve
sieve_default = /home/vmail/global.sieve
sieve_dir = ~/sieve
sieve_duplicate_default_period = 1h
sieve_duplicate_max_period = 1d
sieve_execute_bin_dir = /usr/local/lib/dovecot/sieve-execute
sieve_extensions = +spamtest +spamtestplus
sieve_global_extensions = +vnd.dovecot.execute
sieve_plugins = sieve_extprograms
sieve_spamtest_max_header = X-Spam-Status: required=([0-9.]+)
s...
2020 Jun 11
0
executing script on mail arrival from sieve
...spam when it is moved too the Spam folder and to mark messages as seen when they are archived:
plugin {
sieve_plugins = sieve_imapsieve sieve_extprograms
#sieve_global = /usr/lib/dovecot/sieve/global/
sieve_default = /usr/lib/dovecot/sieve/default.sieve
sieve_default_name = spamassassin
sieve_duplicate_default_period = 1h
sieve_duplicate_max_period = 12d
# From elsewhere to Spam folder
imapsieve_mailbox1_name = Junk
imapsieve_mailbox1_causes = COPY
imapsieve_mailbox1_before = file:/usr/lib/dovecot/sieve/report-spam.sieve
# From Spam folder to elsewhere
imapsieve_mailbox2_name = *
imapsieve_mai...
2018 Nov 22
0
Same emails appearing multiple time after upgrade to version 2.33
...gs = scheme=CRYPT username_format=%u /etc/dovecot/users
driver = passwd-file
}
plugin {
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
mail_log_fields = uid box msgid size
mail_replica = tcp:62.210.220.186:2727
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
sieve_duplicate_default_period = 1h
sieve_duplicate_max_period = 1d
sieve_extensions = +vnd.dovecot.duplicate
sieve_global_dir = /var/lib/dovecot/sieve/
sieve_global_path = /var/lib/dovecot/sieve/default.sieve
zlib_save = gz
zlib_save_level = 6
}
protocols = imap pop3
service aggregator {
fifo_listener replication-...
2020 Jun 11
2
executing script on mail arrival from sieve
I currently have a basic script to process some mails, it runs from cron
every 10 minutes, basically, sieve copies some mails to subfolder on mail
arrival, script fetches mails if any from this subfolder then processes
these mail, get maybe 1 or 2 or often none
but cron runs the script every 10 minutes, most times not needed as
nothing is retrieved
it's pretty crude - but works
getmail
2020 Oct 22
0
Sieve_before
...ogin
quota_rule2 = .EXPUNGED:ignore
sieve = file:~/.sieve;active=~/.active_sieve
sieve_before = file:/usr/lib/dovecot/sieve/bcc.sieve
sieve_before2 = file:/usr/lib/dovecot/sieve/filespam.sieve
sieve_before3 = file:/usr/lib/dovecot/sieve/darkmode.sieve
sieve_default_name = spamassassin
sieve_duplicate_default_period = 1h
sieve_duplicate_max_period = 12d
sieve_extensions = +editheader
sieve_plugins = sieve_imapsieve sieve_extprograms
sieve_trace_level = matching
sieve_user_log = ~/sieve.log
}
I do not have a protocol sieve { } section and I have not setup sieve for roundcuve at this point. I do have...
2018 Dec 18
0
Errors with missing links to files when using Single Instance Storage and zlib (Dovecot 2.3.4)
...er = sql
}
plugin {
? acl = vfile
? acl_shared_dict = proxy::acl
? fts = solr
? fts_autoindex = yes
? fts_solr = url=http://localhost:8983/solr/dovecot/
? mail_replica = tcp:192.168.0.138:12345
? replication_dsync_parameters = -d -l 30 -U
? sieve = ~/.dovecot.sieve
? sieve_dir = ~/sieve
? sieve_duplicate_default_period = 1h
? sieve_duplicate_max_period = 1d
? sieve_global_dir = /usr/home/vmail/sieve/global/
? sieve_global_path = /usr/home/vmail/default.sieve
? sieve_vacation_default_period = 1d
? zlib_save = gz
? zlib_save_level = 6
}
protocols = imap sieve
service aggregator {
? fifo_listener replication-...
2020 Oct 30
4
Sieve filter script EXECUTION FAILED
> On 30/10/2020 19:25 Bernd Petrovitsch <bernd at petrovitsch.priv.at> wrote:
>
>
> On 30/10/2020 17:11, @lbutlr wrote:
> [...]
> > echo $1 | sed -e '|</head>|<style>* {color:white !important; background-color: black !important; } </style></head>|'
>
> What should the sed stuff do?
> TTBOMK '|' is not known by sed ...
2020 Oct 21
2
Sieve_before
On 10/21/20 2:12 PM, @lbutlr wrote:
> Do I HAVE to have a default.sieve, that's the only thing that I can think the has changed in that folder.
RE: compile, fyi note @
https://wiki2.dovecot.org/Pigeonhole/Sieve/Usage#Manually_Compiling_Sieve_Scripts
https://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration#Executing_Multiple_Scripts_Sequentially
the conditions under which you need to
2023 Mar 15
1
Bug with lmtp_save_to_detail_mailbox
> On 15/03/2023 13:12 EET Dejan <me at dejanstrbac.com> wrote:
>
>
> > lmtp_save_to_detail_mailbox = yes
>
> Plus-delivery conflicts with existing, reserved files such as
> "subscriptions":
>
> Message for kim+subscriptions@ results in:
>
> lmtp(kim@***.com)<14493><SK7sEvaHEWSdOAAAvAYmHA>: Error:
>
2016 Aug 02
3
Problem with sieve configuration on dovecot+debian_jessie+ISPC3
...ii-numeric
relational regex imap4flags copy include variables body enotify
environment mailbox date ihave vnd.dovecot.duplicate
passdb {
args = /etc/dovecot/dovecot-sql.conf
driver = sql
}
plugin {
quota = dict:user::file:/var/vmail/%d/%n/.quotausage
sieve = /var/vmail/%d/%n/.sieve
sieve_duplicate_default_period = 14d
sieve_extensions = +vnd.dovecot.duplicate
sieve_max_redirects = 6
sieve_plugins = sieve_extprograms
}
protocols = imap pop3
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
unix_listener auth-userdb {...
2016 Dec 20
2
doveadm expunge -A Error: Dictionary commit failed
Il 19/12/2016 14:28, Aki Tuomi ha scritto:
>
>
> On 19.12.2016 15:25, Alessio Cecchi wrote:
>> Hi,
>>
>> with the latest dovecot-ee version (dovecot-ee-2.2.26.1-10) if I run
>> ?doveadm expunge -A mailbox Spam savedbefore 30d? dovecot an error:
>>
>> doveadm: Error: dict-client: Commit failed: Dict server timeout: No
>> input for 1916.209 secs (1
2023 Jan 06
1
replicator: Panic: data stack: Out of memory when allocating 268435496 bytes
...{
> mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
> mail_log_fields = uid, box, msgid, from, subject, size, vsize, flags
> push_notification_driver = dlog
>
> sieve = file:~/sieve;active=~/sieve/.dovecot.sieve
> #sieve = ~/.dovecot.sieve
> sieve_duplicate_default_period = 1h
> sieve_duplicate_max_period = 1h
> sieve_extensions = +duplicate +notify +imapflags +vacation-seconds
> sieve_global_dir = /usr/local/etc/dovecot/sieve
> sieve_before = /usr/local/etc/dovecot/sieve/duplicates.sieve
>
>
> mail_replica = tcp:10.221.0.19:12345
> #...
2019 Nov 26
5
Duplicate e-mail with Dovecot and Sieve
...environment mailbox date ihave duplicate
mmap_disable = yes
passdb {
? args = /etc/dovecot/dovecot-ldap.conf
? driver = ldap
}
passdb {
? args = /etc/dovecot/dovecot-ldap-archive.conf
? driver = ldap
}
plugin {
? sieve = file:/var/www/html/ooo/%n/script
? sieve_dir = /var/www/html/ooo/%n/
? sieve_duplicate_default_period = 1m
? sieve_duplicate_max_period = 1d
? sieve_extensions = +vnd.dovecot.duplicate +notify +imapflags
+vacation-seconds
? sieve_global = /etc/dovecot/sieve/
? sieve_max_redirects = 10
? sieve_user_log = file:/var/www/html/ooo/%n/sieve_error.log
? sieve_vacation_default_period = 1d
? sieve_v...
2018 Dec 27
0
Errors with missing links to files when using Single Instance Storage and zlib (Dovecot 2.3.4)
...plugin {
? acl = vfile
? acl_shared_dict = proxy::acl
? fts = solr
? fts_autoindex = yes
? fts_solr = url=http://localhost:8983/solr/dovecot/
? mail_replica = tcp:192.168.0.138:12345
? replication_dsync_parameters = -d -l 30 -U
? sieve = ~/.dovecot.sieve
? sieve_dir = ~/sieve
? sieve_duplicate_default_period = 1h
? sieve_duplicate_max_period = 1d
? sieve_global_dir = /usr/home/vmail/sieve/global/
? sieve_global_path = /usr/home/vmail/default.sieve
? sieve_vacation_default_period = 1d
? zlib_save = gz
? zlib_save_level = 6
}
protocols = imap sieve
service aggregator {
? fifo_listener repli...
2023 Jan 07
1
replicator: Panic: data stack: Out of memory when allocating 268435496 bytes
...undelete expunge copy mailbox_delete
>> mailbox_rename
>> ?mail_log_fields = uid, box, msgid, from, subject, size, vsize, flags
>> ?push_notification_driver = dlog
>>
>> ?sieve = file:~/sieve;active=~/sieve/.dovecot.sieve
>> ?#sieve = ~/.dovecot.sieve
>> ?sieve_duplicate_default_period = 1h
>> ?sieve_duplicate_max_period = 1h
>> ?sieve_extensions = +duplicate +notify +imapflags +vacation-seconds
>> ?sieve_global_dir = /usr/local/etc/dovecot/sieve
>> ?sieve_before = /usr/local/etc/dovecot/sieve/duplicates.sieve
>>
>>
>> ?mail_replica = tcp...
2023 Jan 06
2
replicator: Panic: data stack: Out of memory when allocating 268435496 bytes
One step further in my quest to create a replacement mail server.
I now have my old mail server (2.3.19.1, macOS + MacPorts) and my new (2.3.20, Alpine Linux, Docker, apk package). When I turn on replication it works, but, after a while I see:
Jan 06 00:50:31 replicator: Panic: data stack: Out of memory when allocating 268435496 bytes
Jan 06 00:50:32 replicator: Fatal: master:
2019 Sep 13
4
fts_solr: Error: fts_solr: received invalid uid '0'
...el="noreferrer noopener" target="_blank">172.17.10.12:8983/solr/dovecot/</a>
quota = dict:User quota::no-unset:proxy::sqlquota
quota_rule = *:storage=10G
sieve = file:~/sieve;active=~/.dovecot.sieve
sieve_before = /var/spool/dovecot/globalsieve/duplicate.sieve
sieve_duplicate_default_period = 1h
sieve_duplicate_max_period = 1d
}
protocols = " imap lmtp sieve pop3"
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
}
service decode2text {
executable = script /usr/lib/dovecot/<a href="http://d...