On Thu, Jan 05, 2012 at 11:54:05AM -0500, Charles Marcus wrote:
> On 2012-01-05 5:15 AM, Stan Hoeppner <[email protected]> wrote:
> >There's no good reason not to use LDA, and many upsides to using it:
>
> I think there is one... I rely heavily on the x-original-to header I
> use a lot of aliases), and I think this is lost when using the
> dovecot LDA isn't it?
No, x-original-to is not lost if you tell postfix to prepend the
header. From pipe(8):
[..]
flags=BDFORXhqu.> (optional)
Optional message processing flags. By default, a
message is copied unchanged.
[..]
O Prepend an "X-Original-To: recipient" message header
with the recipient address as given to Postfix. Note:
for this to work, the
transport_destination_recipient_limit must be 1 (see
SINGLE-RECIPIENT DELIVERY above for details).
[..]
Dennis