so, you have mails in queue, and you want to change their destination addresses from user@old-domain to user@new-domain, is that right?
Quote:
Is this even possible? All I see in aliases is individual users and not across domains.
|
yes, use a pcre table for virtual aliases to capture the user portion of the address.
once the tables are in place, you'll have to requeue the mail. first, test it on one of the mails:
Code:
postsuper -r queue_id
, and then do it:
[edit]
if old-domain is listed in relay_domains, you need to change to new-domain before requeuing.