Hi All:

There are many ways described out there to set up sendmail to transmit over
ssl.

One possible solution is 'stunnel'... I've run the command 'stunnel -c -d
smtp -r <host:465>'

I've also tried using 'openssl s_client -connect <host:465>'

This is fine and well... Mail goes out no problem. But only sometimes.  More
often than not, processing of sendmail's queue will just hang....  Output
listing is below:  This is a random thing... I've not been able to narrow
it's cause down to any specific reason.  If a message gets delivered, five
minutes later it will not be (on a seperate attempt of the same message).

Please help as this is driving me crazy.  I don't know if the randomness of
the message has anything to do with it, but I can tell you that in most
cases, the same message is going to many different people.

If you know anything at all that might be causing this ... please advise.

Thanks,
Joe

Running /var/spool/mqueue/f9UC3Gb22120 (sequence 7 of 89)
>>> RSET
250 Ok resetting state
[EMAIL PROTECTED] Using cached ESMTP connection to
localhost.localdomain. via relay...
>>> MAIL From:<[EMAIL PROTECTED]> SIZE=7145
[EMAIL PROTECTED]
250 Sender <[EMAIL PROTECTED]> and extensions
(SIZE=7145, [EMAIL PROTECTED]
net) Ok
>>> RCPT To:<[EMAIL PROTECTED]>
250 Recipient <[EMAIL PROTECTED]> Ok
>>> DATA
354 Ok Send data ending with <CRLF>.<CRLF>
>>> .
####################################HANGS AT THIS POINT FOR QUITE SOME
TIME###########################
421 mtiwmhc22.worldnet.att.net Lost connection to [192.128.167.33]
>>> QUIT
[EMAIL PROTECTED] Deferred: Connection reset by
localhost.localdomain.

Running /var/spool/mqueue/f9UC3HJ22124 (sequence 8 of 89)
>>> RSET
>>> QUIT
[EMAIL PROTECTED] Connecting to localhost.localdomain. via
relay...
220 mtiwmhc25.worldnet.att.net ESMTP server (InterMail vM.4.01.03.27
201-229-121-127-20010626) ready Tue, 30 Oct 2001 1
3:50:02 +0000
>>> EHLO batman.worldnet.att.com
250-mtiwmhc25.worldnet.att.net
250-HELP
250-XREMOTEQUEUE
250-ETRN
250-AUTH=LOGIN PLAIN
250-AUTH LOGIN PLAIN
250-PIPELINING
250-DSN
250 SIZE 10485760
>>> AUTH LOGIN
334 VXNlcm5hbWU6
>>> Q3VzdG9tZXJOb3RpZmljYXRpb25zQHdvcmxkbmV0LmF0dC5uZXQ=
334 UGFzc3dvcmQ6
>>> Y29yc2FpcjEx
235 Authentication successful
>>> MAIL From:<[EMAIL PROTECTED]> SIZE=7145
[EMAIL PROTECTED]
250 Sender <[EMAIL PROTECTED]> and extensions
(SIZE=7145, [EMAIL PROTECTED]
net) Ok
>>> RCPT To:<[EMAIL PROTECTED]>
250 Recipient <[EMAIL PROTECTED]> Ok
>>> DATA
354 Ok Send data ending with <CRLF>.<CRLF>
>>> .

Joe Morsbach
"Don't drink and drive, Hug your kids, Get the most out of life, Do WHATEVER
it takes."

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to