Re: [Exim] AUTH= support for lmtp transport

Top Page
Delete this message
Reply to this message
Author: Oliver Eikemeier
Date:  
To: Claas Hilbrecht
CC: Exim users list
Subject: Re: [Exim] AUTH= support for lmtp transport
Claas Hilbrecht wrote:

> The attached patch adds the AUTH= support to exim for LMTP transports (eg.
> MAIL FROM=<> AUTH=<user>). This is very useful for cyrus if you use plus
> adressing. The following transport can put messages directly to a users
> mailbox. So a message directed to
> "cyrus_mailbox_name+subfolder_in_cyrus@???" goes directly to the
> "subfolder_in_cyrus" mailbox instead of the INBOX. I use the following
> transport for LMTP with auth support:
>
> cyrus_lmtp:
>  rcpt_include_affixes = yes
>  driver = lmtp
>  auth = ${lookup mysql{select auth from mailcfg_email_mailboxes where \
>                mailbox='${quote_mysql:$local_part}' limit 1}}
>  socket = /var/run/cyrus/socket/lmtp


Shouldn't that be named 'authenticated_sender'?