I have not been able to resolve this issue. We send mail to Hanger.com frequently and this is now begining to affect work flow. I do not beleive it is a network problem since we recieve from this SMTP's just fine. It is sending out to them that is the problem. Here is my Sendmail.cf:
divert(-1)
dnl This is the sendmail macro config file. If you make changes to this file,
dnl you need the sendmail-cf rpm installed and then have to generate a
dnl new /etc/mail/sendmail.cf by running the following command:
dnl
dnl m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf
dnl
include(`/usr/share/sendma
VERSIONID(`linux setup for Red Hat Linux')dnl
OSTYPE(`linux')
dnl Uncomment and edit the following line if your mail needs to be sent out
dnl through an external mail server:
dnl define(`SMART_HOST',`smtp.
define(`confDEF_USER_ID',`
undefine(`UUCP_RELAY')dnl
undefine(`BITNET_RELAY')dn
dnl define(`confAUTO_REBUILD')
define(`confTO_CONNECT', `1m')dnl
define(`confTRY_NULL_MX_LI
define(`confDONT_PROBE_INT
define(`PROCMAIL_MAILER_PA
define(`ALIAS_FILE', `/etc/aliases')dnl
dnl define(`STATUS_FILE', `/etc/mail/statistics')dnl
define(`UUCP_MAILER_MAX', `2000000')dnl
define(`confUSERDB_SPEC', `/etc/mail/userdb.db')dnl
define(`confPRIVACY_FLAGS'
define(`confAUTH_OPTIONS',
dnl TRUST_AUTH_MECH(`EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
dnl define(`confAUTH_MECHANISM
dnl define(`confCACERT_PATH',`
dnl define(`confCACERT',`/usr/
dnl define(`confSERVER_CERT',`
dnl define(`confSERVER_KEY',`/
dnl define(`confTO_QUEUEWARN',
dnl define(`confTO_QUEUERETURN
dnl define(`confQUEUE_LA', `12')dnl
dnl define(`confREFUSE_LA', `18')dnl
define(`confTO_IDENT', `0')dnl
dnl FEATURE(delay_checks)dnl
FEATURE(`no_default_msa',`
FEATURE(`smrsh',`/usr/sbin
FEATURE(`mailertable',`has
FEATURE(`virtusertable',`h
FEATURE(redirect)dnl
FEATURE(always_add_domain)
FEATURE(use_cw_file)dnl
FEATURE(use_ct_file)dnl
dnl The '-t' option will retry delivery if e.g. the user runs over his quota.
FEATURE(local_procmail,`',
FEATURE(`access_db',`hash -T<TMPF> -o /etc/mail/access.db')dnl
FEATURE(`blacklist_recipie
EXPOSED_USER(`root')dnl
dnl This changes sendmail to only listen on the loopback device 127.0.0.1
dnl and not on any other network devices. Comment this out if you want
dnl to accept email over the network.
dnl DAEMON_OPTIONS(`Port=smtp,
dnl NOTE: binding both IPv4 and IPv6 daemon to the same port requires
dnl a kernel patch
dnl DAEMON_OPTIONS(`port=smtp,
dnl We strongly recommend to comment this one out if you want to protect
dnl yourself from spam. However, the laptop and users on computers that do
dnl not have 24x7 DNS do need this.
dnl FEATURE(`accept_unresolvab
dnl FEATURE(`relay_based_on_MX
MAILER(smtp)dnl
MAILER(procmail)dnl
Cwlocalhost.localdomain
I am not too strong in Linux. So I really need some help on this one! I am not even sure if I am troubleshooting the right thing here. Is it the fact that my server is trying to establish a TLS connection or is it totally something else?
Main Topics
Browse All Topics





by: scopeorthoPosted on 2006-06-07 at 16:05:55ID: 16857527
This problem only seems to be to outside connections utilizing ESMTP and trying to establish a TLS connection. Of course we will not be able to establish a TLS connection to outside SMTP servers since we will not have each others Certificates. But during the connection the outside SMTP server states to start sending data but the data will not be transferred. Now, I had about 6 messages this morning in the queue that were stuck in there. I flushed them out in the afternoon and they all got delivered. Any ideas as to why this connection is having diffuculties is it on my end? Is there a way to have sendmail not to establish a TTL connection? I see that there are available entries that are commented our in the sendmail.cf about TTL, if they are commented out that should mean that my mail server will not use TTL. Can this even be the problem? This is the only common variable of the messages getting stuck in my queue. These are some SMTP's that I have some diffuculties with: UCSD.EDU;TMAIL.COM;IRONMOU NTAIN.COM; HANGER.COM .