how to setup Exchange Send Connect FQDN for redundant ISP

Anonymous
2024-07-19T20:07:35+00:00

We have used Exchange for many years for our clients, but recently with Internet Outages increasing we are moving toward redundant/mixed media (fiber, COAX, 4G/5G) to ensure if one goes down, the client has Internet. We are pretty much through the firewall changes, but did have a question how to support having the ability to change the FQDN for the Send Connector depending on which ISP is currently up and running? Obviously we have gone to each of the two ISPs and setup reverse record (PTR) for the two MX records, but how do you specify this for the FQDN for the send connector as it only supports a single host name.

Thanks in advance,

Brian Warner

Windows for business | Windows Server | Networking | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2024-07-22T01:16:00+00:00

    Hello,

    Thank you for posting in Microsoft Community forum.

    For send connectors in Exchange servers, typically only one fully qualified domain name can be specified, which may cause issues when switching ISPs.

    To ensure that email sending is not interrupted due to a malfunction of a particular ISP, we recommend that you try the following methods:

    1. Try switching manually. Set up two send connectors: create separate send connectors for each ISP, with each connector specifying a different FQDN and corresponding SMTP server. When a problem is detected with an ISP, manually disable the current send connector and enable the backup send connector.
    2. Attempt to create a script for automated switching. Write a PowerShell script to detect the current active ISP and automatically switch the FQDN of the sending connector. Use Task Scheduler: Configure the script to run periodically or trigger when a network switch is detected.
    3. Use load balancer devices or software that support SMTP to configure the FQNFNs of different ISPs. When an ISP is unavailable, the load balancer will automatically switch to a backup ISP.

    The simplest implementation method is to automatically switch the FQDN through a script. Manual switching is suitable for small networks and temporary solutions, while load balancers are suitable for large enterprises and environments that require high availability. Choose a solution that suits your needs to ensure the continuity and reliability of email sending.

    I hope the information above is helpful.

    If you have any questions or concerns, please feel free to let us know.

    

    Regards,

    Jill Zhou

    0 comments No comments
  2. Anonymous
    2024-07-22T04:39:08+00:00

    Thanks, Jill. Like your suggestions and thoughts. You are suggesting for #2 that we use;

    Set-SendConnector

    Right? We can use something like:

    (Invoke-WebRequest -uri "https://api.ipify.org/").Content

    and set the FQDN based on this with a scheduled task, right? Really wish there was something built into Exchange to handle this.

    Thanks,,

    Brian

    0 comments No comments