############################## # Author: A-NAME-HERE # File: /etc/mail/mailertable # Change Log: # Who When What # ---- ----------- -------------------------------------------- # # # Syntax: # # : # # where keys are Domain Names or FQDNs; and the values are # a defined MAILER in sendmail, followed by a colon, followed # by an FQDN (optionally enclosed in square brackets to force # A record lookup rather than MX record lookup) or an IP address # (which must be enclosed in square brackets) # # See Sendmail, Chap 4.8.24, Page 188 # ############################## # Routing for a whole Domain somedomain.tld esmtp:[gwia.somedomain.tld] # Routings for specific hosts support.somedomain.tld esmtp:mail.support.somedomain.tld # Routing for a hosted Domain otherdomain.tld smtp:[hosting.somedomain.tld] # Routing via IP ip.domain.tld esmtp:[10.1.1.2] ################################## ## End of /etc/mail/mailertable ## ##################################