Skip to content

Instantly share code, notes, and snippets.

@thomasstr
Created December 1, 2022 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasstr/a244c9b1d91ac12abb494359b8a705b2 to your computer and use it in GitHub Desktop.
Save thomasstr/a244c9b1d91ac12abb494359b8a705b2 to your computer and use it in GitHub Desktop.
exim params
AUTH:
domain_login:
driver = plaintext
public_name = LOGIN
client_send = : postmaster:password
ROUTERSTART:
domain:
driver = manualroute
domains = ! +local_domains
transport = domain_transport
hosts_randomize = true
route_list = * relay1.domain.tld::25 randomize byname
host_find_failed = defer
no_more
TRANSPORTSTART:
domain_transport:
driver = smtp
hosts = relay1.domain.tld
#hosts_require_auth = relay1.domain.tld
#hosts_require_tls = relay1.domain.tld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment