> On 12/12/05, Tomas Kuliavas <[EMAIL PROTECTED]> wrote: > >> >>> hey friends, >>> >>> I am trying to secure my mail server.I have enabled TLS support in >>> postfix(version postfix-2.1.5), now I am trying to configure >>> squirrelmail(version 1.4.4-1 rpm) for tls/ssl support.In config.php i >>> have choosen use_imap_tls=true and use_smpt_tls=true.
use_smpt_tls=true or use_smtp_tls=true? >>> Moreover If I send any mail from squirrelmail there are no entries >>> for ssl or tls in maillogs whereas If I send the mail through >>> evolution I can see tls/ssl entries in maillogs. >> ... >> >> what are you using to send email. /usr/sbin/sendmail or SMTP? > > /usr/sbin/sendmail.postfix(I am using postfix) > "If you use /usr/sbin/sendmail instead of SMTP, SquirrelMail feeds messages to local sendmail program." $useSendmail configuration variable controls use of sendmail and smtp delivery functions. If $useSendmail = true, SquirrelMail does not use SMTP functions and it is not logged in smtp logs. /usr/sbin/sendmail.postfix doesn't use ssmtp. If $useSendmail = false, lack of logging depends on your smtp server configuration. If you want to make sure that SquirrelMail uses secure connection, stop plain text smtp (netstat -an | grep 25) and imap (netstat -an | grep 143) services and try using SquirrelMail. -- Tomas ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
