Le 31/01/2011 12:50, Andy Spiegl a écrit :
> [snip]
>> do you expand your aliases before a content_filter? ... etc.
> I still have a very basic postfix setup.
try after adding
dovecot_destination_recipient_limit = 1
if it still doesn't work, tell us how you defined the "dovecot"
transport? is it a pipe based transport in master.cf?
If so, take a look at the "COMMAND ATTRIBUTE SYNTAX" section in
http://www.postfix.org/pipe.8.html
check the "flags=...". excerpt:
O Prepend an "X-Original-To: recipient" mes-
sage 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).
This feature is available as of Postfix 2.0.
> SpamAssassin etc. will come
> later when I've solved the prefix issue...
when you do that, make sure you expand aliases after the filter (just
before delivery).
> [snip]