From HEXONET Wiki
(Created page with "{{Sidebar}}__NOTOC__ == xDNS (extended DNS) - X-SMTP (Email-Forwarding) == === X-SMTP Records === X-SMTP records have the following syntax: <pre> www.domain.com. 3600 IN X-SMT...") |
|||
Line 23: | Line 23: | ||
'''Result:''' | '''Result:''' | ||
Emails sent to '''any''' address *@mydomain.com (e.g. [email protected] or [email protected]) will be forwarded to ''[email protected]'' ("Catchall"). | Emails sent to '''any''' address *@mydomain.com (e.g. [email protected] or [email protected]) will be forwarded to ''[email protected]'' ("Catchall"). | ||
+ | |||
+ | <pre> | ||
+ | abuse.mydomain.com. 3600 IN X-SMTP name@MAILFORWARD [email protected] | ||
+ | </pre> | ||
+ | |||
+ | '''Result:''' | ||
+ | Emails sent to ''[email protected]'' will be forwarded to ''[email protected]''. |
Revision as of 17:03, 23 February 2018
xDNS (extended DNS) - X-SMTP (Email-Forwarding)
X-SMTP Records
X-SMTP records have the following syntax:
www.domain.com. 3600 IN X-SMTP (local)@MAILFORWARD <target-email-address>
PLEASE NOTE: The secluding dot after the domain name (www.domain.com.) is required in any case!
X-SMTP Examples
mydomain.com. 3600 IN X-SMTP name@MAILFORWARD [email protected]
Result: Emails sent to [email protected] will be forwarded to [email protected].
mydomain.com. 3600 IN X-SMTP @MAILFORWARD [email protected]
Result: Emails sent to any address *@mydomain.com (e.g. [email protected] or [email protected]) will be forwarded to [email protected] ("Catchall").
abuse.mydomain.com. 3600 IN X-SMTP name@MAILFORWARD [email protected]
Result: Emails sent to [email protected] will be forwarded to [email protected].