I'm trying to migrate a virtual email domain on a server (running postfix) to another server running directadmin.
The postfix setup has a regex table that defines destination addresses; including a catchall rule like
/(\w+)@address.com/ [email protected]
so that all of the emails sent to address.com that don't have explicit forwarding rules go to [email protected], but with mail-sorting suffixes so we know who the original recipient address was. (Yes, I know that the original recipient address is in the Received: header, but it's much easier to parse that info from a single destination address than it is to parse multiple Received headers of various formats and figure out which one was the first one.)
Anyone know if something like this is possible w/ directadmin?
TIA,
Sweth.
The postfix setup has a regex table that defines destination addresses; including a catchall rule like
/(\w+)@address.com/ [email protected]
so that all of the emails sent to address.com that don't have explicit forwarding rules go to [email protected], but with mail-sorting suffixes so we know who the original recipient address was. (Yes, I know that the original recipient address is in the Received: header, but it's much easier to parse that info from a single destination address than it is to parse multiple Received headers of various formats and figure out which one was the first one.)
Anyone know if something like this is possible w/ directadmin?
TIA,
Sweth.