Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OpenSSL configuration problem

Status
Not open for further replies.

FlashProg

Programmer
Joined
Jan 21, 2009
Messages
1
Location
US
Hi,

I have completed the openSSl configuration for the sendmail server 8.13.3 and but still not getting the expected behaviour.
After configuration, when I restarted the sendmail daemon then I got following in log file:
#### Starting sendmail ####
.
.
sm-mta[12218]: STARTTLS=server: file /etc/mail/certs/itanika3-cert.pm unsafe: World writable directory
.
.


Output for "telnet localhost 25" is given below:

EHLO localhost
250-system.domain Hello root@localhost [127.0.0.1], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-EXPN
250-VERB
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-DELIVERBY
250 HELP

But here, in output of "telnet localhost 25", below two entries which is expected is missing.

250-AUTH DIGEST-MD5 CRAM-MD5
250-STARTTLS

Could anyone tell me, where I am going wrong or what I am missing here?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top