[root@geta sendmail-8.13.6]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 geta.colorado.edu ESMTP Sendmail 8.13.6/8.13.6; Fri, 31 Mar 2006 17:13:08 -0700
ehlo localhost
250-geta.colorado.edu Hello geta.colorado.edu [127.0.0.1], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-AUTH DIGEST-MD5 CRAM-MD5
250-STARTTLS
250-DELIVERBY
250 HELP
so STARTTLS is starting. Perhaps it has to do with AUTH not listing PLAIN
or LOGIN?
Not sure what you are looking for with netstat. It is really long so
I just cut out the part about imaps and pop3s.
[root@geta sendmail-8.13.6]# netstat -tap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:imaps *:* LISTEN 1612/dovecot
tcp 0 0 *

op3s *:* LISTEN 1612/dovecot
--------------
[root@geta sendmail-8.13.6]# file /etc/sendmail8.12.11/sendmail
/etc/sendmail8.12.11/sendmail: setgid ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped
[root@geta sendmail-8.13.6]# file /etc/sendmail8.13.6/sendmail
/etc/sendmail8.13.6/sendmail: setgid ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), not stripped
If I build sendmail with
APPENDDEF(`confLDOPTS', `-shared')
I get a segmentation fault. It doesn't start at all.
Recent comments
4 hours 31 min ago
13 hours 59 min ago
14 hours 49 min ago
18 hours 22 min ago
22 hours 46 min ago
23 hours 8 min ago
1 day 1 hour ago
1 day 11 hours ago
1 day 16 hours ago
1 day 17 hours ago