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?
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?