Recipient delimiter and lmtp proxying
Dave
dovecot-e51 at deemzed.uk
Mon Jun 20 18:37:38 UTC 2016
On 17/06/2016 13:39, Dave wrote:
> On 16/06/2016 20:49, Dave wrote:
...
> driver = sql
> override_fields = proxy=y destuser=%{orig_user}
...
> <"user+Junk\ Email"@domain>
>
> will extract user in director, but passes through the unescaped:
>
> <user+Junk Email at domain>
>
> to the backend, which leads to a 501 5.5.4 Invalid parameter.
Just following up on my (one-man) thread, in case it is of future use to
anyone:
Eventually, setting:
destuser="%{orig_username}"@%{orig_domain}
worked around the issue mentioned above, allowing both
recipient-delimiter'ed usernames and quoted local to be passed front to
back without issue.
--
Dve
More information about the dovecot
mailing list