[Dovecot] [dovecot} Invalid mailbox name.

Alexander Weber weber at papaya-cms.com
Wed Oct 24 17:46:39 EEST 2012


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 = </etc/ssl/*
ssl_cert = </etc/ssl/*
ssl_cipher_list = HIGH:MEDIUM:+TLSv1:!SSLv2:+SSLv3
ssl_key = </etc/ssl/*
userdb {
   driver = passwd
}
userdb {
   args = /etc/dovecot/dovecot-ldap.conf
   driver = ldap
}
protocol imaps {
   imap_client_workarounds = delay-newmail
   mail_max_userip_connections = 10
}
protocol lda {
   deliver_log_format = msgid=%m: %$
   mail_plugins = sieve
   postmaster_address = postmaster
   quota_full_tempfail = yes
   rejection_reason = Your message to <%t> 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 at 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
-- 



More information about the dovecot mailing list