Koozali.org: home of the SME Server

SMTP Auth for SME 7 ?

miguelalbore

SMTP Auth for SME 7 ?
« 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

miguelalbore

SMTP Auth for SME 7 ?
« Reply #1 on: August 17, 2006, 06:02:51 AM »
But i need this without SSL. Thank you again!!

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: SMTP Auth for SME 7 ?
« Reply #2 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.

Offline AaronG

  • ****
  • 90
  • +0/-0
    • http://www.healthinc.com.au
SMTP Auth for SME 7 ?
« Reply #3 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
...

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
SMTP Auth for SME 7 ?
« Reply #4 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.

Offline AaronG

  • ****
  • 90
  • +0/-0
    • http://www.healthinc.com.au
SMTP Auth for SME 7 ?
« Reply #5 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?
...

egerards

SMTP Auth for SME 7 ?
« Reply #6 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?

miguelalbore

SMTP Auth for SME 7 ?
« Reply #7 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?

Offline robwellesley

  • *
  • 92
  • +0/-0
SMTP Auth for SME 7 ?
« Reply #8 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

Offline robwellesley

  • *
  • 92
  • +0/-0
SMTP Auth for SME 7 ?
« Reply #9 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

Offline cno

  • *
  • 36
  • +0/-0
SMTP Auth for SME 7 ?
« Reply #10 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
........................

Offline tariqf

  • *****
  • 179
  • +0/-0
SMTP Auth for SME 7 ?
« Reply #11 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?

ericchak

SMTP Auth for SME 7 ?
« Reply #12 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

ericchak

SMTP Auth for SME 7 ?
« Reply #13 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