Hi all
After the cert used by sendmail (8.12.11 on Redhat Enterprise Linux 3)
has expired for 4 hours, all TLS connections from certain servers fail
with the following entries in the /var/log/maillog file:
May 17 21:06:44 mail Receive[15172]: STARTTLS=server, relay=[sender's
IP], version=TLSv1/SSLv3, verify=NO, cipher=RC4-MD5, bits=128/128
May 17 21:06:45 mail Receive[15172]: j4HD6gGQ015172: [sender's IP] did
not issue MAIL/EXPN/VRFY/ETRN during connection to MTA
Before a cert was cretead, thoese exchange servers can send mail to the
sendmail through non-TLS session only. After assigning a new cert, the
connections from those servers are back to normal.
The senders are running exchange 2000 & exchange 2003.
My questions:
1. Why the connections fails four hours later, not immediately.
Between the time at which the cert expired and the time at which the
first failed connection appeared, there were a lot of successful
connections from those servers.
2. Why the expired certs don't affect the TLS connections between the
sendmail and other servers, be it inbound TLS or outbound TLS?
3. How does certs come into the picutre of TLS connection?
My understanding of TLS connection is that cert is not required for
TLS.
4. Could it be the exchange's configuration issue?
Is it possible that the exchange servers are configured in such way
that it needs certs for TLS connection to work? e.g. for
authentication. Is possible for exchange to have outbound TLS
connection to sendmail no matter sendmail's cert has expired or not?
5. Why the exchange servers didn't fall back to non-TLS connection?
6. I guess the connections were dropped by exchange servers after the
TLS hanshake, not during the TLS handshake. Is it so?
7. where and how can I look for more information for troubleshooting?
The following error message appear in the eventlong of one of the
exchange server:
Source: Schannel
Event ID: 36871
Description: A fatal error occurred while creating an SSL server
credential.
Thanks,
Archived from group: microsoft>public>exchange2000>connectivity