[Dovecot] Dovecot 1.2rc7 / Sieve Plugin problem / Namespaces

Timo Sirainen tss at iki.fi
Wed Jul 8 06:42:59 EEST 2009


On Tue, 2009-06-30 at 21:38 +0200, reg9009 wrote:
> >>> Jun 28 14:56:43 deliver(): Error: sieve:
> >>> msgid=<4A47687D.30903 at 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;
	}

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20090707/1b9f4ac1/attachment.bin 


More information about the dovecot mailing list