On Tue, 2009-06-30 at 21:38 +0200, reg9009 wrote: > >>> Jun 28 14:56:43 deliver(): Error: sieve: > >>> msgid=<[email protected]>: 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 > ${us...@${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;
}
signature.asc
Description: This is a digitally signed message part
