Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: miguelalbore on August 17, 2006, 05:58:41 AM

Title: SMTP Auth for SME 7 ?
Post by: miguelalbore on August 17, 2006, 05:58:41 AM
I had SMTP Auth as a contrib for my old SME6.  I need this too for my new SME 7.

Any Idea?

Thank you
Title: SMTP Auth for SME 7 ?
Post by: miguelalbore on August 17, 2006, 06:02:51 AM
But i need this without SSL. Thank you again!!
Title: Re: SMTP Auth for SME 7 ?
Post by: CharlieBrady on August 17, 2006, 09:24:00 AM
Quote from: "miguelalbore"
I had SMTP Auth as a contrib for my old SME6.  I need this too for my new SME 7.


No, you do not. SMTP Auth is a buildin feature in SME7.
Title: SMTP Auth for SME 7 ?
Post by: AaronG on August 17, 2006, 09:37:43 AM
db configuration setprop smtpd access public

/sbin/e-smith/signal-event email-update


You will now notice that in the server manger you have the option for ssmtp and smtp
Title: SMTP Auth for SME 7 ?
Post by: CharlieBrady on August 17, 2006, 10:36:19 AM
Quote from: "AaronG"
db configuration setprop smtpd access public

/sbin/e-smith/signal-event email-update


That will have no effect, and certainly doesn't change outbound SMTP authentication.
Title: SMTP Auth for SME 7 ?
Post by: AaronG on August 17, 2006, 10:44:34 AM
Quote from: "CharlieBrady"
Quote from: "AaronG"
db configuration setprop smtpd access public

/sbin/e-smith/signal-event email-update


That will have no effect, and certainly doesn't change outbound SMTP authentication.


He said he wanted it WITHOUT SSL... now forgive me if i am incorrect but won't this achieve that?
Title: SMTP Auth for SME 7 ?
Post by: egerards on August 17, 2006, 11:31:51 AM
I think miguelalbore simply wants that users of the smtp service always have to authenticate themselves. I also had the contrib he mentioned installed when I was running SME6 and there you could enable standard SMTP with authorisation (always) required.

Currently it isn't possible to achieve this via the server manager on SME7.

Probably it's a small configuration item that needs to be changed. Anyone?
Title: SMTP Auth for SME 7 ?
Post by: miguelalbore on August 17, 2006, 04:56:21 PM
Hi Thank you for all your answers.

I have the problem that my SME 7 is used on many places, not neccesary on my LAN Network. Because of that i need that they can send email from any place since my SMTP SME Server on any place where everyone stay.

Any Idea?
Title: SMTP Auth for SME 7 ?
Post by: robwellesley on December 08, 2006, 07:30:13 AM
Quote from: "AaronG"
Quote from: "CharlieBrady"
Quote from: "AaronG"
db configuration setprop smtpd access public

/sbin/e-smith/signal-event email-update


That will have no effect, and certainly doesn't change outbound SMTP authentication.


He said he wanted it WITHOUT SSL... now forgive me if i am incorrect but won't this achieve that?


Nope.  If you want to authenticate on 25 (i.e. not have to use SSL on 465) then simply
# config setprop smtpd Authentication enabled

don't bother with
# signal-event email-update

You will now have the option of both smtp and ssmtp auth in the servermanager email panel - just choose it and click save
Title: SMTP Auth for SME 7 ?
Post by: robwellesley on December 08, 2006, 07:33:40 AM
Quote from: "CharlieBrady"


....... and certainly doesn't change outbound SMTP authentication.


indeed, for that i presume we would need to enable and 'setup' smtp-auth-proxy?

[root@test ~]# config show smtp-auth-proxy
smtp-auth-proxy=service
    Debug=0
    Passwd=
    Userid=
    status=disabled
Title: SMTP Auth for SME 7 ?
Post by: cno on January 04, 2007, 11:55:47 AM
this works for me. om ver.7,1 (tested on 3 diffrent servers)


start outlook and in outlook >>tools >> E-mail Accounts  >>edit
more settings >> "My outgoing server (SMTP) requires aut.
hak on "log on using" and put ind username and pass.
click on "advanced"  and in incomming server change that to
this server require an ..................(995) ok  next and close outlook and start again.

we can now send/recive mail outside the office
after we have done this the security warning don't show up either  :D
Title: SMTP Auth for SME 7 ?
Post by: tariqf on May 18, 2007, 11:51:11 AM
if I enable smtp auth will my webmail users still be able to send email out? or will I need to change something there also?
Title: SMTP Auth for SME 7 ?
Post by: ericchak on May 19, 2007, 08:02:30 AM
It works for me also now for either SSL on 465 and standard on 25, as some ISP blocked 25, can I change the port for standard (without SSL) using 125 or others?  Thanks
Title: SMTP Auth for SME 7 ?
Post by: ericchak on May 19, 2007, 01:19:27 PM
I mean both main port 25 and second 125 (or other port) without SSL and/or 465 SSL together.  Thank in advance