[Dovecot] [dovecot} Invalid mailbox name.
Hi,
I've got some trouble here..
i created some sieve rules, but the debug log says that there is a invalid mailbox name
error: msgid=<*>: failed to store into mailbox '/home/shared/.automail.Bugtracker/': Invalid mailbox name.
~/.dovecot.sieve
if address :is "to" "mantis-admin@<*>" { fileinto "/home/shared/.automail.Bugtracker/"; }
here's my doveconf -n output
# 2.0.19: /etc/dovecot/dovecot.conf # OS: Linux 3.2.0-32-generic x86_64 Ubuntu 12.04.1 LTS base_dir = /var/run/dovecot/ disable_plaintext_auth = no hostname = * mail_debug = yes mail_location = maildir:~/Maildir managesieve_notify_capability = mailto managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave namespace { list = yes location = maildir:/home/shared:CONTROL=~/.Maildir/control/Shared:INDEX=~/.Maildir/index/Shared prefix = shared/ separator = / subscriptions = yes type = public } namespace { inbox = yes location = prefix = separator = / type = private } passdb { driver = pam } passdb { args = /etc/dovecot/dovecot-ldap.conf driver = ldap } plugin { sieve = ~/.dovecot.sieve sieve_dir = ~/sieve zlib_save = gz zlib_save_level = 6 } postmaster_address = postmaster@* protocols = imap sieve service auth { unix_listener /var/spool/postfix/private/dovecot-auth { group = postfix mode = 0660 user = postfix } } service imap-login { inet_listener imaps { port = 993 ssl = yes } } ssl_ca = was automatically rejected:%n%r } protocol imap { mail_plugins = " zlib, acl, imap_zlib" }
any idea?
Mit freundlichen Gruessen / best regards papaya Software GmbH
i.A. Alexander Weber
-- papaya Software GmbH | Im MediaPark 5 | 50670 Koeln | Germany Tel./Ph.: +49-221-5743-8070 | Fax: +49-221-5743-8099 mailto:weber@papaya-cms.com | http://www.papaya-cms.com/
Geschaeftsfuehrer: Andreas Jacobi, André Schnitzler, Daniel Schäfer Sitz& Registergericht: Koeln | HRB 60030 | USt.-Id.-Nr.: DE 255642963
Am 29.10.2012 16:04, schrieb Timo Sirainen:
On 24.10.2012, at 17.46, Alexander Weber wrote:
if address :is "to" "mantis-admin@<*>" { fileinto "/home/shared/.automail.Bugtracker/"; }
Use mailbox name, not filesystem path:
fileinto "shared/automail/Bugtracker";
error: msgid=<*>: failed to store into mailbox 'shared/.automail.Bugtracker/': Invalid mailbox name. sieve: info: started log at Oct 29 16:10:03. error: msgid=<*>: failed to store into mailbox 'shared/automail/Bugtracker/': Invalid mailbox name.
nope, didn't work :/
On 29.10.2012, at 17.11, Alexander Weber wrote:
fileinto "shared/automail/Bugtracker";
error: msgid=<*>: failed to store into mailbox 'shared/.automail.Bugtracker/': Invalid mailbox name.
"shared/automail/Bugtracker" isn't the same as "shared/.automail.Bugtracker/".
Anyway that specific error message comes from the trailing '/'.
Am 29.10.2012 16:34, schrieb Timo Sirainen:
On 29.10.2012, at 17.11, Alexander Weber wrote:
fileinto "shared/automail/Bugtracker";
error: msgid=<*>: failed to store into mailbox 'shared/.automail.Bugtracker/': Invalid mailbox name.
"shared/automail/Bugtracker" isn't the same as "shared/.automail.Bugtracker/".
Anyway that specific error message comes from the trailing '/'.
I've tried every combination of this shared subfolder ( pretty wired :S ) but nevermind - i try procmail with sieve after procmail.
thanks anyway :)
participants (2)
-
Alexander Weber
-
Timo Sirainen