8 Jul
2009
8 Jul
'09
6:42 a.m.
On Tue, 2009-06-30 at 21:38 +0200, reg9009 wrote:
Jun 28 14:56:43 deliver(): Error: sieve: msgid=4A47687D.30903@some.domain: failed to store into mailbox '': Invalid mailbox name .. dovecot unix - n n - - pipe flags=DRhu user=vmail:vmail argv=/opt/dovecot-1.2/libexec/dovecot/deliver -c /etc/dovecot-1.2/sql/dovecot.sql.conf -f ${sender} -s -d ${user}@${nexthop} -n -m INBOX/${extension}
Oh, I think this could be a bug/missing feature in Stephan's code. The idea is that to make the above configuration easier "deliver -m namespace_prefix/" will actually store the message to INBOX:
ns = mail_namespace_find(namespaces, &name);
.. if (*name == '\0') { /* delivering to a namespace prefix means we actually want to deliver to the INBOX instead */ return NULL; }