-
Notifications
You must be signed in to change notification settings - Fork 181
add support for TXT record "forward-email-options=" and "pass-through-mx" option as a starter #44
Comments
👍 Same question. |
There's no way to do this since it goes highest priority first, even if I send a 550 status code. See https://serverfault.com/a/143482 for more insight. However we could do something where if no recipients were found, but there was a special TXT record set on the domain, instead of returning error it would just proxy along to the next MX server if it exists. |
|
+1 for this request. Sadly enough I'm not good with coding at all. But I would love this feature as it is very handy to setup an e-mail that has to be sent to multiple addresses in the same domain when your provider doesn't give you this option. For example I would want to have [email protected] go [email protected] and [email protected] This could be a pretty nice feature that is impossible to do even with for example gsuite. I guess you might win a lot of extra users of your service with this option. |
Adding this to #189 |
Like
if address@ not in TXT listing than
mx*.forwardemail.net reject and email pass to the next MX server?
(i need to split couple of email addresses to different mail services)
The text was updated successfully, but these errors were encountered: