Relay Incoming SMTP Mail through Vertrauen

Problem:
Your ISP restricts or blocks inbound connections to TCP port 25 so you are unable to have the Synchronet Mail Server receive email messages from public mail (SMTP) servers (which by standard convention always attempt delivery on TCP port 25).

Solution:
Have another Mail Server (listening on TCP port 25) receive mail for your host on your behalf and then forward that mail to your Synchronet Mail Server (on TCP port 587), thus providing the service of a Mail Exchange (MX). Vertrauen can provide this Mail Exchange service for your Synchronet BBS (yes, for free).

How-to:

  1. Insure your Synchronet Mail Server is configured to accept SMTP mail submissions on port 587 (this is a default configuration, so it should already)
  2. Email digital man and ask for mail exchange services while providing the hostname of your BBS
  3. Once you get confirmation from digital man, you need to setup a DNS MX record for your BBS's hostname:
    • If you are not using the yourbbs.synchro.net dynamic name service, then you'll need to contact your domain name registrar to add the MX record.
    • Otherwise (you are using yourbbs.synchro.net), add “ -mx mail.synchro.net” to the end of your DYNDNS timed event command-line in SCFG->External Programs->Timed Events.

How it Works

  1. When someone sends an email message to someone@yourbbs.synchro.net, their mail client sends the email message to their outgoing mail server (e.g. their ISP or an email service, like gmail or Yahoo!).
  2. Their outgoing mail server then performs a DNS request for the MX record associated with yourbbs.synchro.net
  3. The MX record for yourbbs.synchro.net resolves to mail.synchro.net
  4. Their outgoing mail server connects to mail.synchro.net (on TCP port 25, the standard SMTP port) to deliver the mail for yourbbs.synchro.net
  5. Vertrauen's mail server (mail.synchro.net) looks up the destination email address (i.e. someone@yourbbs.synchro.net) in its alias.cfg file and accepts the mail message, noting the forwarding address (e.g. someone@yourbbs.synchro.net:587).
  6. At this point, the email sender's mail server assumes the mail message has been delivered to the recipient successfully
  7. A few moments later, the Vertrauen SendMail Thread attempts to deliver the mail message to someone@yourbbs.synchro.net:587. If the delivery attempt succeeds, the mail message is deleted on Vertrauen. If the delivery attempt fails, multiple retries are attempted over many hours before the mail message is determined undeliverable and a detailed “bounce message” is created for (and attempted to be delivered to) the original mail sender.

Policy:
This mail exchange service can be terminated for one or all clients for any reason at any time. Most notably, if your BBS receives excessive SPAM through Vertrauen, you will lose access to this service. Your relayed mail messages are not private and there cannot be any expectation of privacy.

See Also

howto/vert_mx.txt · Last modified: 2018/03/01 12:21 by digital man
Back to top
CC Attribution 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0