bobmet820 / unraid-simplefeatures

Automatically exported from code.google.com/p/unraid-simplefeatures
0 stars 0 forks source link

None authentication for SMTP doesn't work #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set authentication to None
2. Send test email

What is the expected output? What do you see instead?
Send email without AUTH LOGIN

What version of the product are you using? On what operating system?
0.9b

Please provide any additional information below.
SMTP log:
Nov 23 00:10:28 snigel sSMTP[8394]: Set TLSCert="" 
Nov 23 00:10:28 snigel sSMTP[8394]: Set AuthMethod="" 
Nov 23 00:10:28 snigel sSMTP[8394]: Set AuthUser="" 
Nov 23 00:10:28 snigel sSMTP[8394]: Set AuthPass="" 
Nov 23 00:10:28 snigel sSMTP[8394]: 220 fed1rmimpo306.cox.net bizsmtp ESMTP 
server ready 
Nov 23 00:10:28 snigel sSMTP[8394]: EHLO smtp.west.cox.net 
Nov 23 00:10:28 snigel sSMTP[8394]: 250 OK 
Nov 23 00:10:28 snigel sSMTP[8394]: AUTH LOGIN 
Nov 23 00:10:28 snigel sSMTP[8394]: 500 5.5.1 command unrecognized 
Nov 23 00:10:28 snigel sSMTP[8394]: Server didn't like our AUTH LOGIN (500 
5.5.1 command unrecognized)

Original issue reported on code.google.com by ha...@lindestaf.com on 23 Nov 2011 at 8:12

GoogleCodeExporter commented 9 years ago
Added fix.

Original comment by andrew.w...@gmail.com on 22 Feb 2012 at 1:17

GoogleCodeExporter commented 9 years ago
Hello,

Why is "None authentication for SMTP doesn't work" back for me ?

My config:

Unraid version:5.0-rc8a 
root@NOE:~# uname -a
Linux NOE 3.4.11-unRAID #1 SMP Mon Sep 17 17:36:21 PDT 2012 i686 Intel(R) 
Pentium(R) CPU G630 @ 2.70GHz GenuineIntel GNU/Linux

SimpleFeatures:
Author: Bergware. Version: 1.1.0.  unRAID™ webGui © 2010-2011 Lime 
Technology LLC

installplg /boot/config/plugins/simpleFeatures.email.notify-1.0.5-noarch-1.plg
...
*************************************************************
* SimpleFeatures Email Notify has been installed.
* This plugin requires SimpleFeatures webGUI to operate
* Copyright 2012, Bergware International & Andrew Hamer-Adams
* Version: 1.0.5
*************************************************************

log for email test:

Nov 28 18:07:48 NOE sSMTP[10333]: Set UseTLS="False"
Nov 28 18:07:48 NOE sSMTP[10333]: Set UseSTARTTLS="False"
Nov 28 18:07:48 NOE sSMTP[10333]: Set UseTLSCert="False"
Nov 28 18:07:48 NOE sSMTP[10333]: Set TLSCert=""
Nov 28 18:07:48 NOE sSMTP[10333]: Set AuthMethod="none"
Nov 28 18:07:48 NOE sSMTP[10333]: Set AuthUser=""
Nov 28 18:07:48 NOE sSMTP[10333]: Set AuthPass=""
Nov 28 18:07:48 NOE sSMTP[10333]: 220 xxxx.fr <1354122468.2898250656@xxxx.fr> 
[XMail 1.26 ESMTP Server] service ready; Wed, 28 Nov 2012 18:07:48 +0100
Nov 28 18:07:48 NOE sSMTP[10333]: EHLO NOE
Nov 28 18:07:48 NOE sSMTP[10333]: 250 SIZE
Nov 28 18:07:48 NOE sSMTP[10333]: AUTH LOGIN
Nov 28 18:07:48 NOE sSMTP[10333]: 334 VXNlcm5hbWU6
Nov 28 18:07:48 NOE sSMTP[10333]:
Nov 28 18:07:48 NOE sSMTP[10333]: 334 UGFzc3dvcmQ6
Nov 28 18:07:48 NOE sSMTP[10333]:
Nov 28 18:07:48 NOE sSMTP[10333]: 501 Syntax error in parameters or arguments -
Nov 28 18:07:48 NOE sSMTP[10333]: Authorization failed (501 Syntax error in 
parameters or arguments - )

Thank You.

Original comment by denis.ki...@gmail.com on 28 Nov 2012 at 5:26