Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TLS - how to ignore internal sendmail traffic

Status
Not open for further replies.

ciseadmin

Programmer
Jul 2, 2010
1
GB
Hi,

I get alot of log lines that are useless in sendmail(OS version), when an email is already recieved but with a .forward file is forwarded to an external address. Basically internal sendmail traffic.


Jul 2 12:16:45 gale sendmail[29607]: STARTTLS=server, relay=localhost.localdomain [127.0.0.1], version=TLSv1/SSLv3, verify=NO, cipher=DHE-RSA-AES256-SHA, bits=256/256
Jul 2 12:16:45 gale sendmail[29606]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256

i have tried:
in the /etc/mail/access
Try_TLS:locahost NO
Try_TLS:127.0.0.1 NO

TLS works fine for the connections who request it or support it, is there a way of telling sendmail to not try use TLS for internal traffic?

Many Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top