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 imap ssl gmail howto?

I've tried now hours of hours without success. I am not able to make the ASG 7.305 working with IMAP and SMTP over SSL with our gmail accounts. Anybody with a little HowTo? Maybe one or two catchwords will help...

THX a lot


This thread was automatically locked due to age.
  • Do you see any of your IMAP/SMTP traffic blocked in the packet filter logs?  You may just need to tweak your packet filters.
  • I have a gmail account that I use that requires IMAP ssl (gmail).  I receive all my messages but cannot send from behind my Astaro 7.4***.  The client tells me it cannot reach the server (external in this case).  The Astaro log tells me that there is no route to host.  Looks like it is trying to use port 25.  I am using TLS at port 587.  My client is Outlook 2007.

    Note IMAP SSL for incomming server is SSL at port 993.

    I want to open this up so I can send mail out IMAP w/o opening too much.

    Thanks,

    Mike
  • After looking around and looking at my last reply.  I noticed that the outbound from my client TLS port did not exist in the Astaro SG.  So....

    Add a service under definitions(clicking on + New Service Definition) and use the following settings:
    [LIST=1]
    • Type of Definition: TCP
    • Destination Port: 587 because is is the TLS port external mail server required.
    • Source 1:65535 works for me.
    • Comment
    [/LIST]as you wish and I named it SMTP TLS so I know what it is.

    Next
    Under Network Security / Packet Filter
    Add the following rule.  (Click on + New rule):
    [LIST=1]
    • Group: I left as "Please select".
    • Position: This depends on where you created it.
    • Source: Internal (Network)
    • Service: SMTP TLS (This was created above).
    • Destination: Any (You may tighten this up if you need to).
    • Action: Allow
    • Time Event: 
    • Log
    [/LIST]Traffice is checked

    Now my IMAP Office 2007 Client can send email (it already received).

    Note: that your check the log provided the hint in that my packed was being dropped.

    Hope This Helps!!

    Regards,

    Mike