You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assuming that you have set up username as a normal user, with
conventional routing for
[username@domain.net](mailto:username@domain.net)
to that mailbox, all you need to do is set up a redirection, using a
router like this:
user_in_domain:
driver = redirect
data = ${if match{$domain}{\N^(.*)\.domain\.net$\N}\
{$1}fail}@domain.net
If you set envelope_to_add in the appendfile transport, the original
envelope address is preserved in the message in an Envelope-to: header
line.