Koozali.org: home of the SME Server

Obsolete Releases => SME Server 8.x => Topic started by: cno on November 27, 2010, 08:47:11 PM

Title: turn off authentication from the local network
Post by: cno on November 27, 2010, 08:47:11 PM
after the last update (sme8b6) it's impossible to send email using the smtp server

How can it be turned off and work with microsoft outlook 2003 the way it don't need to use tls/ssl in local network
like it was before the last update.
and yes I know this is a security risk to turn off, but I need it urgent.

Problem:
We do lot of scan to email from our printer and cannot be set to use either tls/ssl on port 465 (can only use port 25 without ssl)
mail cannot be sent anymore

We use winzip and mail cannot be sent anymore

the error message is "the message cannot be sent, 550 Relaying denied"
the server is i serveronly mode and used as mail server. It has worked that way for years now.

I have read this bugs and tread
http://bugs.contribs.org/show_bug.cgi?id=5997
http://bugs.contribs.org/show_bug.cgi?id=5784#c2
http://forums.contribs.org/index.php/topic,46651.0.html
Title: Re: !URGENT!! turn off authentication from the local network
Post by: cactus on November 27, 2010, 09:45:56 PM
the error message is "the message cannot be sent, 550 Relaying denied"
the server is i serveronly mode and used as mail server. It has worked that way for years now.
If you are running SME Server 8 you should know it is in beta, which means that you should not use it on mission critical systems. By nature of beta things might change more abrupt than in our stable release. You should therefore monitor the development process to make sure what changes are to be applied with the updates or what is to be expected in the future.

You should be able to set authentication to disabled through the e-mail panel of your server-manager, look for SMTP authentication.
Title: Re: !URGENT!! turn off authentication from the local network
Post by: Stefano on November 27, 2010, 10:30:27 PM
I would add that OP should remove "!URGENT!!" from the subject.. this is a forum, not an helpdesk.. ;-)
Title: Re: !URGENT!! turn off authentication from the local network
Post by: cactus on November 27, 2010, 10:32:08 PM
I would add that OP should remove "!URGENT!!" from the subject.. this is a forum, not an helpdesk.. ;-)
Perhaps OP can replace it with "!THANKS!!" ;-)
Title: Re: turn off authentication from the local network
Post by: cno on November 27, 2010, 11:28:28 PM
Thanks for reply..

I have tried with no look
Quote
authentication to disabled through the e-mail panel of your server-manager

is it posible to revert to before the update ?
Title: Re: turn off authentication from the local network
Post by: mmccarn on December 02, 2010, 11:52:52 PM
I've done this on my SME 7.5.1 server - maybe it will work on 8b6:
Code: [Select]
mkdir -p /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/local
cd /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/local
echo \#tls disabled by custom template > 04tls
signal-event email-update

If you have any problems, undo with
Code: [Select]
rm -f /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/local/04tls
signal-event email-update
Title: Re: turn off authentication from the local network
Post by: janet on December 03, 2010, 10:49:37 AM
cno, mmccarn

Please read the FAQ
Is this the answer, done with a db command
http://wiki.contribs.org/SME_Server:Documentation:FAQ#SMTP_Authentication_TLS_before_Auth_disable_.26_enable