Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: AaronG on June 02, 2010, 05:41:45 AM

Title: Problems with Plain SMTP Authentication since SME 7.5 - Bug 5997 - Solved
Post by: AaronG on June 02, 2010, 05:41:45 AM
Hi All,

I am having problems with Plain SMTP Authentication since upgrading the SME Server 7.5 using the YUM UPDATE command.

I have reported this as a potential bug at: http://bugs.contribs.org/show_bug.cgi?id=5997 (http://bugs.contribs.org/show_bug.cgi?id=5997)

I need help to roll back to 7.4 or atleast roll back the mail packages.

can anyone help me please!

Thanks in Advance
Aaron
Title: Re: How to Roll Back to 7.4 after problems with 7.5
Post by: byte on June 02, 2010, 11:08:30 AM
Downgrading is currently not supported.  The only other option you have is with a current backup is to restore the data on a clean SME Server 7.5.

Also, allow a bit more time for a response on your bug as we are all working in different time zones.

Thanks.

Title: Re: How to Roll Back to 7.4 after problems with 7.5
Post by: AaronG on June 02, 2010, 11:56:21 AM
thanks byte.

I shall wait a while longer whilst my bug report is looked at.

Cheers
Aaron
Title: Re: How to Roll Back to 7.4 after problems with 7.5 - Bug 5997 - Solved
Post by: wellsi on June 05, 2010, 03:09:19 PM
In comment 9 http://bugs.contribs.org/show_bug.cgi?id=5997#c9 you asked, " But I do hope the devs template this setting and make it a proper configuration item."

which has now been done, and the fix is in smeupdates-testing
http://distro.ibiblio.org/pub/linux/distributions/smeserver/releases/7/smeupdates-testing/i386/RPMS/smeserver-qpsmtpd-2.0.0-6.el4.sme.noarch.rpm

So it would be helpful if you could verify the change that you requested.

I'll rename this thread to make its contents clearer
Title: Re: How to Roll Back to 7.4 after problems with 7.5 - Bug 5997 - Solved
Post by: AaronG on June 05, 2010, 04:10:24 PM
In comment 9 http://bugs.contribs.org/show_bug.cgi?id=5997#c9 you asked, " But I do hope the devs template this setting and make it a proper configuration item."

which has now been done, and the fix is in smeupdates-testing
http://distro.ibiblio.org/pub/linux/distributions/smeserver/releases/7/smeupdates-testing/i386/RPMS/smeserver-qpsmtpd-2.0.0-6.el4.sme.noarch.rpm

So it would be helpful if you could verify the change that you requested.

Hi wellsi....
I have installed the new fix and it works perfectly.
The item appears as a configurable item in the db config commands.
Thanks for such prompt action. Really appreciate it.

Thanks
Aaron
Title: Re: Problems with Plain SMTP Authentication since SME 7.5 - Bug 5997 - Solved
Post by: andy_wismer on June 07, 2010, 11:10:01 AM
@Wellsi: Thanks, had the same issues, and this fix worked well for me too...
Title: Re: Problems with Plain SMTP Authentication since SME 7.5 - Bug 5997 - Solved
Post by: shawnbishop on June 30, 2010, 06:37:59 AM
The WGET link doesnt work...as follows, as the link appears to be broken..??

Resolution:

#  wget
http://distro.ibiblio.org/pub/linux/distributions/smeserver/releases/7/smeupdates-testing/i386/RPMS/smeserver-qpsmtpd-2.0.0-6.el4.sme.noarch.rpm
yum localinstall smeserver-qpsmtpd-2.0.0-6.el4.sme.noarch.rpm
#  signal-event post-upgrade
#  signal-event email-update

#  config setprop qpsmtpd TlsBeforeAuth 0
#  signal-event email-update


= Updated version installed:

smeserver-qpsmtpd-2.0.0-6.el4.sme.noarch.rpm



But using the following does..

yum update smeserver-qpsmtpd --enablerepo=smeupdates-testing

Default is to still require TLS before Auth (as that is more secure), however
if you want to offer AUTH without TLS (which is SME 7.4 functionality)

# config setprop qpsmtpd TlsBeforeAuth 0
#  signal-event email-update

It can be changed back to the default by

# config setprop qpsmtpd TlsBeforeAuth 1
#  signal-event email-update


As as per Bug report Bug 2513
Title: Re: Problems with Plain SMTP Authentication since SME 7.5 - Bug 5997 - Solved
Post by: byte on June 30, 2010, 10:16:49 AM
The WGET link doesnt work...as follows, as the link appears to be broken..??

Resolution:

#  wget
http://distro.ibiblio.org/pub/linux/distributions/smeserver/releases/7/smeupdates-testing/i386/RPMS/smeserver-qpsmtpd-2.0.0-6.el4.sme.noarch.rpm

The smeserver-qpsmtpd package has now been released as an update, so if you update your server in the normal way you will have the latest package. That's why you don't see the package in the smeupdates-testing as its now been verified and released.
Title: Re: Problems with Plain SMTP Authentication since SME 7.5 - Bug 5997 - Solved
Post by: shawnbishop on June 30, 2010, 10:37:20 AM
Thanks..

so this is the 7.5.1 update..
Title: Re: Problems with Plain SMTP Authentication since SME 7.5 - Bug 5997 - Solved
Post by: byte on June 30, 2010, 11:09:03 AM
so this is the 7.5.1 update..

Correct.