How to Disable SASL in Linux

Taking care of your Linux box.
Post Reply
Burhan
Lance Naik
Posts: 32
Joined: Mon Oct 01, 2007 1:49 pm
Contact:

How to Disable SASL in Linux

Post by Burhan »

Aslam O Alakum

I am using postfix on centos as smtp server. When i configure it in outlook with smtp port 25 and uncheck ssl check box it gives an error
"Outlook could not connect to the mail server smtp. The problem could be ur ssl or port setting for our server. "

smpt is working and i send mail through it. also when i gve command

telnet localhost 25 it also connects . Mail logs are "postfix/smtpd[8137]: connect from localhost.localdomain[127.0.0.1]"

service saslauthd is also stoped.

Thx.

Muhammad Burhan Khan
03349788628
lambda
Major General
Posts: 3452
Joined: Tue May 27, 2003 7:04 pm
Location: Lahore
Contact:

Post by lambda »

sasl doesn't have anything to do with ssl. you need to look more closely at your problem.

here's my guess: what does this command output?

Code: Select all

postconf -n | grep inet_interfaces
Watch out for the Manners Taliban!
Isn't it amazing how so many people can type "linuxpakistan.net" into their browsers but not "google.com"?
Post Reply