This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SMTP - default relay

Our ISP forces us to use their MTA. No connections on port 25 are allowed to the real (internet) world. On version 2.2 we could solve this by entering folowing information in the SMTP Routes section

* : IP_smtp_server_of_our_ISP
ourdomain.com : 192.168.1.1

But how do we configure something like this in version 3.2? It won't accept a * as domain....


This thread was automatically locked due to age.
Parents
  • I cheched the manual....

    On page 113 it says:
    "In the outgoing mail window, select the network or hosts TO which outgoing mail should be relayed"

    But in Webadmin it says:
    "Outgoing mail: Allowed networks"

    So the manual should be updated to:
    "In the outgoing mail window, select the network or hosts FROM which outgoing mail should be relayed"

    Still...
    How do I define a default relay to get our mails out???
  • Maybe you can edit the config-default file for the mail server (exim I think).

    Barry
  • I found a (temporary) work around...

    I added a DNAT rule:
    From Public_IP TO ANY:SMTP => To My_ISP_SMTP_SERVER:SMTP

    It't will send all 'external' traffic to our ISP's mail server. 

    I prefer to use this method, instead of messing around with the config files, to be compatible with a possible new version that will allow us to enter a 'default' smtp relay
Reply
  • I found a (temporary) work around...

    I added a DNAT rule:
    From Public_IP TO ANY:SMTP => To My_ISP_SMTP_SERVER:SMTP

    It't will send all 'external' traffic to our ISP's mail server. 

    I prefer to use this method, instead of messing around with the config files, to be compatible with a possible new version that will allow us to enter a 'default' smtp relay
Children
No Data