Skip to main content

SRS not functioning properly

Comments

4 comments

  • Zoop
    Theres also another problem with system mails sent from the server itself (at the moment, these are mainly information about the other mails being bounced) that wont be sent. The system mails are also sent over the smarthost and thus expect spf/dkim on the hostname (which cant be easily done on cpanel and is discouraged to do) so they also get bounced. Is there a way to make sure that system and php mail function are excluded from the smarthost, and let the server itself handle it?
    0
  • cPanelMichael
    so since our vps provider offered their own mailservice, we started using that.

    Hello, Could you provide some more details about this? Are you using a custom mail server on another server, or does it integrate with cPanel in some way? Thank you.
    0
  • Patrick Gerrits
    Hi, i'm using the same mail service and also having the same problem. Mail forwarding is not working due to SPF issues. To enable the transip mail service we needed to do the following: set smarthost support to: * vps.transip.email add following rules to the advanced exim editor: ROUTERSTART remoteserver_route: driver = manualroute transport = remoteserver_relay domains = !+local_domains route_list = * vps.transip.email TRANSPORTSTART remoteserver_relay: driver = smtp port = 587 hosts_require_auth = $host_address hosts_require_tls = $host_address AUTH remoteserver_login: driver = plaintext public_name = LOGIN hide client_send = : XXXXXXXXXXXXXX
    0
  • cPanelMichael
    To enable the transip mail service we needed to do the following:

    Hello, The mail service provider you are using does not appear to support SRS per their documentation at:
    0

Please sign in to leave a comment.