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

Need help getting mail to my internal mail server

ASG V8
I have looked and thought I did everything I needed to do but.....
Lets start by saying I use DynDns so I can have such things as a mail and web server.  Dyn Dns is sending out the mail on port 2525 because Comcast blocks port 25.  This mail is going to come from "IP Range = 216.146.32.0 - 216.146.33.255" or as I have it set up as "216.146.32.0 / 255.255.254.0".
I set up the internal network.
Packet Filter = 
Source = Internal (Network)
Service = Email Messaging + port 2525 I made my own including port 2525
Destination = Any

NAT = 
Traffic Source = Any
Traffic Service = Email Messaging + port 2525
Traffic Destination = External (WAN) (Network)
NAT mode = (DNAT) Destination
Destination = Mail Server set up like this
-- Type = Host
-- Interface = Any
-- IpAddress = 192.168.0.XX

Destination Service = Empty

I am not getting any emails that I have sent to it by external means.

I came from the IPCop Community and really like this product so please give me some guidance.


This thread was automatically locked due to age.
Parents
  • Also is there a place to specify the addresses that are coming from DYNDNS.

    Sorry, I don't understand what you are trying to accomplish with this.

    Is this a home-use situation?  If so, you should configure Mail Security instead, but, back to your question...

    One basic philosophy of using networking devices is that the first part of NAT, packet filter, policy route and other rules is the traffic selector, and that determines whether the packet will be selected for that rule.  If the packet is selected, no further rules of that type are considered.

    The traffic selector for your mailserver DNAT depends on what traffic you are expecting from where.  In your case, it appears that you are using a DynDNS service to relay port-25 emails to you on port 2525.  I would expect that you would create a new 'Definition >> Services' named "SMTP-Alt" = 2525, and that your traffic selector would be:

    {host definition for the IP of DynDNS service} -> SMTP-Alt -> External (WAN) Address



    So, your DNAT would look like:

    Traffic Source = {host definition with IP of the DynDNS service}
    Traffic Service = SMTP-Alt
    Traffic Destination = External (WAN) (Address)

    NAT mode = (DNAT) Destination

    Destination = {host definition for mailserver}
    Destination Service = {Empty or SMTP, depending on your server's configuration}


    Cheers - Bob
  • I have done that for the rule you specified.

    Now to your first statement about setting up through Mail Security.
    So I do not need to add any rules through the system or are you saying my problem Now should be able to be solved in Mail Security?

    Thanks.
Reply
  • I have done that for the rule you specified.

    Now to your first statement about setting up through Mail Security.
    So I do not need to add any rules through the system or are you saying my problem Now should be able to be solved in Mail Security?

    Thanks.
Children
No Data