Displaying 6 results from an estimated 6 matches for "mailspool1".
Did you mean:
mailspool
2011 Dec 07
1
dovecot 2.1.rc1 and folders with umlauts
Hi,
if I try to crate a folder in Thunderbird 8 which contains
umlauts this happens:
- Create folder "T?r"
- Thunderbird show T&APw-r in folder list
In log:
Dec 07 17:45:39 imap(test1 at in-preetz.de): Debug: Namespace : /mailspool1/in-preetz.de/test1/mdbox/mailboxes/T&APw-r doesn't exist yet, using default permissions
Dec 07 17:45:39 imap(test1 at in-preetz.de): Debug: Namespace : Using permissions from /mailspool1/in-preetz.de/test1/mdbox: mode=0700 gid=-1
# ll /mailspool1/in-preetz.de/test1/mdbox/mailboxes/
insgesa...
2011 Dec 12
3
dovecot 2.1.rc1: sieve and folders with umlauts
Hi,
now the umlauts problem with sieve:
# cat /mailspool1/in-preetz.de/test1/.dovecot.sieve
## Generated by Roundcube Webmail SieveRules Plugin ##
require ["fileinto"];
# rule:[Test]
if anyof (header :contains "Subject" "test")
{
fileinto "m&APY-";
}
Error: DBBjDsXL5U7mIAAA/TNBsA: sieve: execution of...
2013 Oct 12
1
Error: Syncing mailbox virtual failed: Virtual mailbox missing configuration file
Hi,
if I use
doveadm search -u xx at xx.de savedbefore 15w
or other search queries i got as first line:
doveadm(xx at xx.de): Error: Syncing mailbox virtual failed: Virtual mailbox missing configuration file
The virtual Mailbox has a config file:
# cat /mailspool1/xx.de/xx/Maildir/virtual/Alle\ eigenen\ E-Mails/dovecot-virtual
*
all
root at srv-mail:~# doveconf -n
# 2.2.6 (81aedacbb01f): /etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.2 ext4
auth_mechanisms = plain login
dict {
expire = sqlite:/etc/dovecot/dovecot-dict-sql.conf.ext...
2012 Feb 12
3
2.1.rc5 Cannot delete folders from trash
Hi,
If I delete a folder "foo" in Thunderbird, it is moved to trash.
[root at dovecot1][tmp:exec](~) # ll /mailspool1/xxxx.de/test1/mdbox/mailboxes/Trash/
insgesamt 16K
drwx------ 4 vmail vmail 4,0K 31. Jan 22:16 .
drwx------ 8 vmail vmail 4,0K 31. Jan 22:16 ..
drwx------ 2 vmail vmail 4,0K 12. Feb 11:51 dbox-Mails
drwx------ 3 vmail vmail 4,0K 31. Jan 22:16 foo
[root at dovecot1][tmp:exec](~) #
[root at dovecot1...
2019 Sep 10
1
WARNING: using attachment_dir with plugin zlib can corrupt mails
>
> Actually the mail isn't saved corrupted. The bug is when reading the
> mail. So any existing corrupted mails become fixed after upgrading.
>
> Fix here:
> https://github.com/dovecot/core/commit/5068b11e594ad7cc1f7cedf2bd9280520e0e534d
>
Could this also apply to this Timo? We also using attachment_dir with
plugin zlib
2011 Dec 12
1
v2.1.rc1 managesieve TLS
...cribe
special_use = \Trash
}
prefix =
separator = /
type = private
}
passdb {
args = scheme=PLAIN username_format=%u /etc/imap.userdb
driver = passwd-file
}
plugin {
expire = Trash
expire2 = Trash/*
expire3 = Spam
expire_dict = proxy::expire
quota = dict:User quota::file:/mailspool1/%d/%n/dovecot-quota
quota_rule = *:storage=9000M:messages=1000000
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
}
postmaster_address = postmaster at localhost
protocols = " imap lmtp sieve pop3"
service auth {
inet_listener {
address = 192.168.10.117
port = 12345
}
}
serv...