Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: veoroj on October 26, 2006, 05:07:08 AM

Title: auto relay from other network...
Post by: veoroj on October 26, 2006, 05:07:08 AM
Hi! I've just setup a SME 7.0 Server and Gateway mode. Is there any way to configure its SMTP auto relay because all of our company branches from remtoe networks can't send emails using their outlook. I enabled its smtp-auth-proxy and start it as a service but it wont work.

Please help!
Title: auto relay from other network...
Post by: chris burnat on October 29, 2006, 02:25:45 PM
Just in case... How have you configured Outlook?  You need to use port 465 and do a little tweaking - Outlook does not provide you with correct configuration out of the box for this job.   There are at least a couple of postings and howtos (if my memory serves me well) on contribs on this topic, do a search.  If you hit a brickwall, lety me know, I will try to find it for you.  All the best.  chris
Title: auto relay from other network...
Post by: crazybob on October 29, 2006, 07:07:54 PM
Even though it is written for Outlook Express, all settings are called out in this mini how to

http://www.srdhosting.com/downloads/outlook-express-setup.pdf

Bob
Title: auto relay from other network...
Post by: chris burnat on October 30, 2006, 01:29:29 AM
Also note that Outlook send test email with no date header, sme7 block them...
Check this bug for more info:
http://bugs.contribs.org/show_bug.cgi?id=383
Title: auto relay from other network...
Post by: veoroj on November 01, 2006, 05:02:26 AM
what im planning to use is to have a pop before smtp feature. My configuration shows:

config show smtpd
smtpd=service
    Authentication=enabled
    Instances=40
    InstancesPerIP=5
    MaximumDateOffset=0
    PatternsScan=enabled
    Proxy=enabled
    TCPPort=25
    TCPProxyPort=25
    VirusScan=enabled
    access=public
    status=enabled
    tnef2mime=enabled

I used port 465 on my outlook but still wont work.
Title: auto relay from other network...
Post by: chris burnat on November 01, 2006, 07:15:40 AM
Quote
I used port 465 on my outlook but still wont work.


Have you checked bug http://bugs.contribs.org/show_bug.cgi?id=383
Settings are:
2) Setting Outlook for SSMTP using Port 465 requires some care, especially
since the test facility provided by Outlook is of no use with SME7.  So its a
hit and miss business.   The catch here is to:
(i) Enable authentication for SMTP in Outlook "Outgoing Server panel" and click
" Use same settings as my incoming mail server".
(ii) Enabling SSL for Outgoing server in Outlook "Advance panel"
(iii) And change Port 25 to Port 465 - Outlook forgot about this one.

And when you test, do no rely on Outlook test email, iot does not work...
Send a real mail to a valid account.
Hope it helps.