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 configuration?

I am using clients behind the ASG to send smtp mail out to the ISP.

What do I put in the firewall host (mx) field, my firewall name?

Do I put the ISP's smtp mail server in the postmaster field? Here lies the problem, because we have a number of different e-mail servers to send mail out to.
We use e-mail servers on bigpond.com and bigpond.net.au

I have tried using the ASG manual and google search to locate configuration info on smtp proxies and my firewall reference manual wasn't any help.

Ian M


This thread was automatically locked due to age.
Parents
  • I cannot 100% catch what is the issue you have...

    In the mx field you can put any fully qualified domain name you want... it will be the name that your Server will answer with...best would be to put the same hostname as your MX record.

    The postmaster field is the address of the Administrator where complaints for the domains you manage will be sent.

    If you use ASG to ONLY SEND OUT mails... then do not worry about those settings... in that case you may just want to permit relay for your internal network and use a smart host that will be the mail server of your ISP.

    Regards
    Neko
  • Sorry for hijacking this thread...

    I think we have the same issue...

    I have the following (using ASG v7):

    2 email server (Domain1.com and Domain2.com)
    2 DSL connection w/ static ip.
       -Domain1.com uses 1st IP
       -Domain2.com uses 2nd IP

    My problem is email won't relay to the specific mail server. Example: from my yahoo acct, I emailed user@domain1.com and user@domain2.com. I didn't receive any emails coming from my yahoo acct. But if I use the built-in email client in my Email Servers to email my yahoo acct, no problem. I got both emails from domain1.com and domain2.com.

    Can somebody help me? 

    In my SMTP Proxy, I put domain1.com and internal IP of the email server. Then add in "per-domain profile" the domain2.com and its IP.

    Is this correct? Or I'm missing something in the configurations?

    Denry
  • @ANSW3R: Please do not obsfucate the domains. You have a problem with incoming email which is routed by the domains' MX records. What are the names of the actual domains?
  • My domains are:

    southbizventures.com - pointing to my 1st ISP (PPPoE) static IP.
    philchamp.com - pointing to my 2nd ISP (PPPoE) static IP also.

    Hope it helps...

    By the way, my southbizventures.com domain can receive mail from my yahoo acct. Now problem is my other domain (philchamp.com) can't receive mail.

    2 ISP connection with no fail over and my default GW is the 1st ISP.
  • My domains are:
    2 ISP connection with no fail over and my default GW is the 1st ISP.


    This will not work, because answer traffic to connections coming in via the 2nd ISP will be sent via the 1st ISP line. This ISP will probably do egress filtering and throw away the traffic because it carried a source address which is not his own.

    You can either move the MXes for philchamp.com to the 1st ISP too, or set up an interface policy route:

    Route Type: Interface route
    Source Interface: Any
    Source Network: ISP 2 interface address
    Service: Any
    Destination Network: Any
    Target Interface: ISP 2 Interface
Reply
  • My domains are:
    2 ISP connection with no fail over and my default GW is the 1st ISP.


    This will not work, because answer traffic to connections coming in via the 2nd ISP will be sent via the 1st ISP line. This ISP will probably do egress filtering and throw away the traffic because it carried a source address which is not his own.

    You can either move the MXes for philchamp.com to the 1st ISP too, or set up an interface policy route:

    Route Type: Interface route
    Source Interface: Any
    Source Network: ISP 2 interface address
    Service: Any
    Destination Network: Any
    Target Interface: ISP 2 Interface
Children
No Data