Hey,
is it possible to forward incoming mails?
e.g. postmaster@domain.com (KumoMTA) to postmaster@domain2.com
Maybe I’m blind but I can’t find it in docs.
Thanks in advance
Hey,
is it possible to forward incoming mails?
e.g. postmaster@domain.com (KumoMTA) to postmaster@domain2.com
Maybe I’m blind but I can’t find it in docs.
Thanks in advance
Hey there @enthusiastic-dog, thanks for posting. Please read the “Troubleshooting” and “How to Ask for Help” buttons below. If you would like a 1:1 support session from the KumoMTA team, details are at the “Book a Support Session” button below.
You can probably use msg:set_recipient() to do that.
In kumo.on('smtp_server_message_received', function(message, conn_meta)) and/or kumo.on('http_message_generated', function(message)).
msg:set_recipient can change/redirect a message. If you want to make a copy to forward somewhere, you can use inject_v1 - KumoMTA Docs