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

Hoster to Astaro to Exchange and back

Hi,

I need some help and advice for the following setup:

I have a webhoster mit webspace and mail accounts. Now I want Astaro to get those mails, scan them and forward them to my exchange server. Due to the fact that I have an dial up connection, I can't set the mx record to my hostname or ip. For sending the mails, I need to send them over a smarthost and therefore I also want that the exchnage sends the message to Astaro and astaro to the smarthost.

Is this possible with Astaro, what and how do I need configure this setup?

Thanks in advice, Albeck.


This thread was automatically locked due to age.
  • Albeck, does your hosting service provide a smarthost service - that is, are you sure they will let your MTA (the Astaro) relay mail off them?

    Also, are you certain that your home ISP does not block SMTP (port 25) traffic to+from your home?

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • Yes, I am aware of both, but that's not the point. Do I need the POP3 proxy to get the mails from my hoster or the smtp. Or does smtp only work when the mx records points to astaro? Do I have to configure all mail accounts or is there a catch all? And how does I tell exchange to send mails to astaro and how do I configure astaro to relay and send mails to a smarthost?
  • In the SMTP Connector and virtual server in Exchange, set the IP/FQDN of the Astaro as smart host.

    In the Astaro SMTP Proxy, accept email for your domain and indicate a host definition that is your Exchange server.  On the 'Relaying' tab, allow relaying only from the Exchange server.  On the 'Advanced' tab, do not use 'Transparent' and, at the bottom, do add the information about your ISP's smart host.

    Cheers - Bob
    PS That's assuming that the port's not blocked and the ISP allows this service.
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • Well ok thanks so far, that is how mails get send, but how does my Exchange server get them? My mx record can't point to my astaro because of a dial up connection so mails won't just get there. Somehow my astaro has to get them active by pop3ing or "asking the mailhoster for new mails". So how do I do that?

    Thx so far, Albeck
  • Somehow my astaro has to get them active by pop3ing or "asking the mailhoster for new mails". So how do I do that?

    Not possible.

    My mx record can't point to my astaro because of a dial up connection so mails won't just get there.

    You can point an MX record at your Astaro using DynDNS.  On the DynDNS.com website, create an FQDN like albeck-home.dyndns.org.  In Astaro 'DNS', on the 'DynDNS' tab, create an entry that updates that whenever the IP changes on your External interface.  In public DNS for your domain, add a CNAME record like mail.albeck-home.org -> albeck-home.dyndns.org and create an MX record for mail.albeck-home.org.

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • Not possible.


    Well i thought this could be done with the POP3 Proxy... If not, I have to search an other solution like popcon to get the mails down form the hoster.

    You can point an MX record at your Astaro using DynDNS. On the DynDNS.com website, create an FQDN like albeck-home.dyndns.org. In Astaro 'DNS', on the 'DynDNS' tab, create an entry that updates that whenever the IP changes on your External interface. In public DNS for your domain, add a CNAME record like mail.albeck-home.org -> albeck-home.dyndns.org and create an MX record for mail.albeck-home.org.
     

    hell yeah, this is a total solution, but i would never ever point an mx to a dial up connection. I had this setup once but only for testing purpose but I would never relie on this configuration. Would you? I mean the downtimes from a dial up connection are to high and many mails won't be delivered when there are reconnects etc. For direct "mx" mails only static connections are the way to go.

    Next thing is, I don't see the point by relaying mails through astaro to the smarthost on their way out. I mean I could relay them directly in the Exchnage server to the smarthost, why should I choose the way through Astaro?

    And maybe to clear me up, for what purpose is the POP3 Proxy exactly, when not for getting the mails from a hoster like mentioned above?

    Thx, Albeck
  • for what purpose is the POP3 Proxy exactly, when not for getting the mails from a hoster like mentioned above
      Client to server POP proxy.
    __________________
    ACE v8/SCA v9.3

    ...still have a v5 install disk in a box somewhere.

    http://xkcd.com
    http://www.tedgoff.com/mb
    http://www.projectcartoon.com/cartoon/1
  • i would never ever point an mx to a dial up connection. I had this setup once but only for testing purpose but I would never relie on this configuration. Would you? I mean the downtimes from a dial up connection are to high and many mails won't be delivered when there are reconnects etc.

    Even worse, someone else could get your mails (if they also ran a SMTP server).

    I'd get a small virtual server somewhere (you can get these for 5-10 EUR/month) and use that as a "smart" MX to receive your mails and forward them to your Astaro via a VPN connection. It's a bit of a burden, but everything is better than a POP3 collector...