[Dovecot] dovecot-sieve vacation vs qmail-ldap

Timo Sirainen tss at iki.fi
Thu Feb 18 17:19:13 EET 2010


On Tue, 2010-02-16 at 13:34 +0100, Lazy wrote:
> > lda is executed as
> > exec /var/qmail/bin/preline -f /usr/local/dovecot/libexec/dovecot/deliver -s
..
> +       /* if DTLINE (qmail Delivered-To: header) is not null use it
> as a destination address */
> +       if (destaddr == NULL) {
> +               destaddr = getenv("DTLINE");
> +               if (destaddr != NULL) {
> +                       if (strlen(destaddr) > 18 )
> +                           destaddr = i_strdup(address_sanitize(destaddr+14));
> +                       else
> +                           destaddr = NULL;
> +               }
> +       }

Isn't it possible to use deliver -a $DTLINE or something?

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


More information about the dovecot mailing list