Koozali.org: home of the SME Server

Problems with Plain SMTP Authentication since SME 7.5 - Bug 5997 - Solved

Offline AaronG

  • ****
  • 90
  • +0/-0
    • http://www.healthinc.com.au
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

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
« Last Edit: June 05, 2010, 03:11:03 PM by wellsi »
...

Offline byte

  • *
  • 2,183
  • +2/-0
Re: How to Roll Back to 7.4 after problems with 7.5
« Reply #1 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.

--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline AaronG

  • ****
  • 90
  • +0/-0
    • http://www.healthinc.com.au
Re: How to Roll Back to 7.4 after problems with 7.5
« Reply #2 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
...

Offline wellsi

  • *
  • 475
  • +0/-0
    • http://www.wellsi.com
Re: How to Roll Back to 7.4 after problems with 7.5 - Bug 5997 - Solved
« Reply #3 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
............

Offline AaronG

  • ****
  • 90
  • +0/-0
    • http://www.healthinc.com.au
Re: How to Roll Back to 7.4 after problems with 7.5 - Bug 5997 - Solved
« Reply #4 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
...

Offline andy_wismer

  • *
  • 107
  • +0/-0
    • ANWI-Net
@Wellsi: Thanks, had the same issues, and this fix worked well for me too...

Offline shawnbishop

  • *****
  • 298
  • +0/-0
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

Offline byte

  • *
  • 2,183
  • +2/-0
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.
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline shawnbishop

  • *****
  • 298
  • +0/-0
Thanks..

so this is the 7.5.1 update..

Offline byte

  • *
  • 2,183
  • +2/-0
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!