Displaying 11 results from an estimated 11 matches for "listescape_char".
2020 Apr 22
2
Seive + Spamprobe terminates with signal 6
...= file:/etc/dovecot/sieve/retrain-as-spam.sieve
imapsieve_mailbox1_causes = COPY
imapsieve_mailbox1_name = Junk
imapsieve_mailbox2_before = file:/etc/dovecot/sieve/retrain-as-good.sieve
imapsieve_mailbox2_causes = COPY
imapsieve_mailbox2_from = Junk
imapsieve_mailbox2_name = *
listescape_char = mail_log_cached_only = yes
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
mail_log_fields = uid box msgid size
sieve_before = file:/etc/dovecot/sieve/global.sieve
sieve_dir = ~/sieve
sieve_execute_bin_dir = /etc/dovecot/sieve
sieve_extensions = +not...
2015 Jul 30
0
Question RE listescape and separators
...should not be an issue!?
I tried to use listescape but either the plugin is not loading (how can
I verify this?) or it does not escape the dot in the mailbox name.
The listescape settings are the defaults:
namespace {
separator = /
(...)
}
mail_plugins = $mail_plugins listescape
plugin {
listescape_char = "\\"
}
What am I doing wrong? How can I make dots in mailboxes possible?
Best regards,
Jakob Curdes
2010 Apr 30
1
listescape und sieve
Hello,
bug or feature?
I'm using Dovecot 1.2.11. And because of a migration projekt I'm tempted
to use the listescape plugin.
If I understood well, it
plugin {
escape_char = "%"
}
should change the escape character to %. But it doesnt. Bug or feature?
But more important:
# sieve
fileinto "a.b";
does not work as expected - the folder is
2012 Sep 26
1
Plugin "lazy_expunge" and subfolder
Hi Timo, hi all,
we want to use the "lazy_expunge" plugin (from dovecot 2.1.10) and had
configured it in a test environemnt like described in
"http://wiki2.dovecot.org/Plugins/Lazyexpunge" (1 namespace)
There are some subfolders from "INBOX" (like "INBOX/SPAM") in a "maildir++"
configuration. All actions on first level directories
2019 Mar 24
0
Cannot get sieve script replication to work
...}
mailbox "Verwijderde items" {
special_use = \Trash
}
mailbox Verzonden {
special_use = \Sent
}
mailbox "Verzonden items" {
special_use = \Sent
}
prefix =
separator = /
}
passdb {
args = /etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
plugin {
listescape_char = %%
mail_replica = tcp:10.5.0.2:12345
old_stats_refresh = 30 secs
old_stats_track_cmds = yes
quota = dict:User quota::proxy::quota
quota_grace = 10%%
quota_rule2 = Trash:storage=+100M
quota_status_nouser = DUNNO
quota_status_success = DUNNO
sieve = file:~/sieve;active=~/dovecot.s...
2015 Jan 13
0
dovecot-2.2.15 process dovecot/imap segfaults when dict process has troubles
...tc/dovecot/dovecot-sql.conf.ext
driver = sql
}
plugin {
acl = vfile:/data/poczta/acl/global-acls:cache_secs=60
acl_shared_dict = file:/data/poczta/acl/shared-mailboxes.db
fts = squat
fts_squat = partial=4 full=10
last_login_dict = proxy::lastlogin
last_login_key = lastlogin/%u/%s/%r
listescape_char = \
quota = dict:User quota::proxy::quota
quota_rule2 = Trash:storage=+100M
sieve = file:~/sieve;active=~/.dovecot.sieve
sieve_default = /etc/dovecot/sieve/sieve_default_spam-to-junk.sieve
stats_command_min_time = 1 mins
stats_domain_min_time = 12 hours
stats_ip_min_time = 12 hours...
2018 Oct 25
0
Shared mailboxes - Can't open mailbox shared-boxes/user/name.lastname: Character not allowed in mailbox name: '.'
...= yes
? type = private
}
passdb {
? args = /etc/dovecot/master-users
? driver = passwd-file
? master = yes
? pass = yes
}
passdb {
? args = /etc/dovecot/dovecot-ldap.conf.ext
? driver = ldap
}
plugin {
? acl = vfile:/etc/dovecot/global-acls:cache_secs=300
? acl_shared_dict = proxy::acl
? listescape_char = \
? mail_log_events = delete undelete expunge copy mailbox_delete
mailbox_rename
? mail_log_fields = uid box msgid size
? sieve = file:~/Maildir/sieve/;active=~/.dovecot.sieve
? sieve_before = /etc/dovecot/global.sieve
? sieve_max_actions = 32
? sieve_max_redirects = 4
}
postmaster_address...
2014 Feb 12
2
No Access to public folder
...= no
type = public
}
passdb {
args = /etc/dovecot/dovecot-ldap.conf
driver = ldap
}
plugin {
acl = vfile
autocreate = Trash
autocreate2 = Spam
autocreate3 = Sent
autocreate4 = Drafts
autosubscribe = Trash
autosubscribe2 = Spam
autosubscribe3 = Sent
autosubscribe4 = Drafts
listescape_char = \
quota = maildir:User quota
quota_rule = *:storage=0
sieve = /var/vmail/sieve/%d/%u/sieve-script
sieve_dir = /var/vmail/sieve/%d/%u
sieve_global_path = /var/vmail/sieve/default.sieve
sieve_storage = /var/vmail/sieve/%d/%u
}
protocols = imap sieve
service auth {
executable = /usr/li...
2019 Feb 01
2
Crash when using dict quotas with sqlite database
...1_before = file:/usr/lib/dovecot/sieve/report-spam.sieve
imapsieve_mailbox1_causes = COPY
imapsieve_mailbox1_name = Spam
imapsieve_mailbox2_before = file:/usr/lib/dovecot/sieve/report-ham.sieve
imapsieve_mailbox2_causes = COPY
imapsieve_mailbox2_from = Spam
imapsieve_mailbox2_name = *
listescape_char = %%
mail_replica = tcp:10.5.0.2:12345
old_stats_refresh = 30 secs
old_stats_track_cmds = yes
quota = dict:User quota::proxy::quota
quota_grace = 10%%
quota_rule2 = Trash:storage=+100M
quota_status_nouser = DUNNO
quota_status_success = DUNNO
sieve = file:/var/vmail/%d/%n/sieve;act...
2010 Aug 05
18
dot-containing foldernames \HasNoChildren bug ?
Hello,
we experience problems with dovecot configuration using the listescape
plugin to allow dots
in foldernames. In some mail clients, dot-containing folders won't show
any subfolders. This seems to
be related to the fact that the \HasNoChildren flag is set on such
folders even if subfolders do exits.
Here is an example from telnet session:
* LIST (\HasNoChildren) "/"
2015 Sep 23
2
[dovecot-2.2.18] dsync error: Error: Can't delete mailbox INBOX: INBOX can't be deleted. Problem with name of folders?
...%%05lu___ham
antispam_spool2dir_spam =
/data/poczta/tmp/spamspool/%u__%%020lu-%%05lu___spam
antispam_trash_pattern_ignorecase = trash;Deleted *
antispam_verbose_debug = 1
fts = squat
fts_squat = partial=4 full=10
last_login_dict = proxy::lastlogin
last_login_key = lastlogin/%u/%s/%r
listescape_char = \
quota = dict:User quota::proxy::quota
quota_rule2 = Trash:storage=+100M
quota_warning = storage=85%% quota-warning 85 %u
sieve = file:~/sieve;active=~/.dovecot.sieve
sieve_default = /etc/dovecot/sieve/sieve_default_spam-to-junk.sieve
stats_command_min_time = 1 mins
stats_domain_mi...