• Selective Smart Host Routing

    From Andrzej Adam Filip@21:1/5 to Tim Daneliuk on Mon Mar 1 20:55:37 2021
    Tim Daneliuk <info@tundraware.com> wrote:
    Does anyone have a pointer to something that explains using multiple
    smart hosts (or just one) to selectively choose which destination
    domains go through which smart host, and which are delivered directly
    from the underlying sendmail server?

    TIA

    You can use FEATURE(mailertable) to select mailer and host based on
    destination domain.

    see "Using Mailertables" section in cf/README file in sendmail distribution. https://www.sendmail.org/~ca/email/doc8.12/cf/m4/mailertables.html

    What is missing for you?

    mailertable examples:

    # smart host equivalent
    . esmtp:example.net
    # routing subdomains
    .example.org relay:relay.example.org
    # force direct delivery
    example.com esmtp:example.com
    .examle.com esmtp:%1.example.com

    --
    [Andrew] Andrzej A. Filip

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Tim Daneliuk@21:1/5 to All on Mon Mar 1 14:33:01 2021
    Does anyone have a pointer to something that explains using multiple smart hosts (or just
    one) to selectively choose which destination domains go through which smart host,
    and which are delivered directly from the underlying sendmail server?

    TIA

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Tim Daneliuk@21:1/5 to Andrzej Adam Filip on Mon Mar 1 15:40:56 2021
    On 3/1/21 2:55 PM, Andrzej Adam Filip wrote:
    Tim Daneliuk <info@tundraware.com> wrote:
    Does anyone have a pointer to something that explains using multiple
    smart hosts (or just one) to selectively choose which destination
    domains go through which smart host, and which are delivered directly
    from the underlying sendmail server?

    TIA

    You can use FEATURE(mailertable) to select mailer and host based on destination domain.

    see "Using Mailertables" section in cf/README file in sendmail distribution. https://www.sendmail.org/~ca/email/doc8.12/cf/m4/mailertables.html

    What is missing for you?

    mailertable examples:

    # smart host equivalent
    . esmtp:example.net
    # routing subdomains
    .example.org relay:relay.example.org
    # force direct delivery
    example.com esmtp:example.com
    .examle.com esmtp:%1.example.com



    OK, just what I needed. Thanks.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)