Base de Conhecimento

Routing all mails to a smarthost with SMTP Authentication

Suporte > Base de Conhecimento > Fix Trubleshoting > Routing all mails to a smarthost with SMTP Authentication

  • Pergi ke halaman "Exim Configuration Editor" di WHM.

  • Pilih "Advanced Editor".

Add a Router in the Section: Routerstart.

  send_via_spamexperts:
  driver = manualroute
  domains = ! +local_domains
  transport = spamexperts_smtp
  route_list = "* smtp-trial.antispamcloud.com::587 byname"
  host_find_failed = defer
  no_more

Add a Authentication in Section: Auth.

  spamexperts_login:
  driver = plaintext
  public_name = LOGIN
  client_send = : username@example.com : yourUserPassword

Add a Transport to the Section: Transportstart.

  spamexperts_smtp:
  driver = smtp
  hosts = smtp-trial.spamexperts.com
  hosts_require_auth = smtp-trial.antispamcloud.com
  hosts_require_tls = smtp-trial.antispamcloud.com

 

Restart Exim.

Esta resposta lhe foi útil?
45 Usuários acharam útil 135 Votos

Veja também