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 proxy gwia

we have installed groupwise7 behind ASG6.303 ASG is configured to work as smtp proxy. gwia is configured to send mails to smarthost (asg). ASG primary official Ip is not the official mail IP (MX record at dns). So we need to send outgoing mails with the right ip (same as mx record). We add a SNAT role to change the internal Mailserver (network defination) to external Mail IP (also defined at network). Now it is not possible to send any mails out. Before we made this role it was possible to send out mails but with the primary IP from ASG.
Do we not a extra filter package ? or is this configuration not possible ?
[:S]


This thread was automatically locked due to age.
  • Here's how I would see it....
    You would have a DNAT that passes SMTP from publicIP to mail server, current mail server will use its default gateway for sending mail out. So, lets say that the default gateway is 10.1.1.1 which comes out on publicIP .204

    For your groupwise server to be able to send email, no filters or NATs are required. It will use its default gateway, which should be 10.1.1.1 which will come out on publicIP .204 With this setup, you should be able to send email with groupwise.

    In your Astaro setup, you would need a rule to allow your groupwise server to send SMPT traffic, that is if you have all SMTP traffic blocked from other hosts.

    Does that help.
    Later on you might configure SMTP proxy, in which case there would not be a NAT rule to tunnel SMTP traffic.