• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Any sendmail gurus in here?

Entity

Lifer
I've tried googling for these errors, but I haven't figured out what is causing them yet. When I wasn't using auth, I wasn't having these errors as much, but thought that running TLS might be a good idea. Anyway.
--------------------- sendmail Begin ------------------------
**Unmatched Entries**
Milter: no active filter: 14 Time(s)
AUTH warning: no mechanisms: 14 Time(s)
STARTTLS=server, relay=real-active.com [127.0.0.1], version=TLSv1/SSLv3, verify=NO, cipher=DHE-RSA-AES256-SHA, bits=256/256: 8 Time(s)
STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256: 8 Time(s)
STARTTLS=server, cert-subject=, cert-issuer=: 6 Time(s)
available mech=PLAIN LOGIN, allowed mech=LOGIN PLAIN: 6 Time(s)
done; delay=00:00:00, ntries=1: 4 Time(s)
connect from [218.156.106.179]: 4 Time(s)
connect from real-active.com [127.0.0.1]: 4 Time(s)
SMTP outgoing connect on mx.real-active.com: 4 Time(s)
ruleset=trust_auth, arg1=apache@real-active.com, relay=real-active.com [127.0.0.1], reject=550 5.7.1 <apache@real-active.com>... not authenticated: 3 Time(s)
AUTH=server, relay=c-24-19-46-240.client.comcast.net [24.19.46.240], authid=robcole.realactive, mech=PLAIN, bits=0: 3 Time(s)
STARTTLS=server, relay=c-24-19-46-240.client.comcast.net [24.19.46.240], version=TLSv1/SSLv3, verify=NO, cipher=DHE-RSA-AES256-SHA, bits=256/256: 3 Time(s)
done; delay=00:00:01, ntries=1: 3 Time(s)
connect from c-24-19-46-240.client.comcast.net [24.19.46.240]: 2 Time(s)
STARTTLS=server, relay=[207.44.136.15], version=TLSv1/SSLv3, verify=NO, cipher=DHE-RSA-AES256-SHA, bits=256/256: 2 Time(s)
connect from imo-m27.mx.aol.com [64.12.137.8]: 1 Time(s)
restarting /usr/sbin/sendmail due to signal: 1 Time(s)
alias <root@real-active.com> => robcole@real-active.com: 1 Time(s)
connect from imo-d22.mx.aol.com [205.188.144.208]: 1 Time(s)
connect from [69.111.114.134]: 1 Time(s)
AUTH=client, relay=mx3.hotmail.com., mech=, bits=0: 1 Time(s)
done; delay=00:00:02, ntries=1: 1 Time(s)
STARTTLS=client, relay=mxu7.u.washington.edu., version=TLSv1/SSLv3, verify=FAIL, cipher=EDH-RSA-DES-CBC3-SHA, bits=168/168: 1 Time(s)
ruleset=trust_auth, arg1=root@real-active.com, relay=real-active.com [127.0.0.1], reject=550 5.7.1 <root@real-active.com>... not authenticated: 1 Time(s)
connect from imo-m16.mx.aol.com [64.12.138.206]: 1 Time(s)
done; delay=00:00:10, ntries=1: 1 Time(s)

---------------------- sendmail End -------------------------
 
Originally posted by: Nothinman
Which ones are you concerned about? Most of them aren't errors.

I just want to make sure that sendmail is configured properly. I get these messages and can't quite understand some of them...now that I've configured TLS this is what I get.

**Unmatched Entries**
STARTTLS=server, relay=c-24-19-46-240.client.comcast.net [24.19.46.240], version=TLSv1/SSLv3, verify=NO, cipher=DHE-RSA-AES256-SHA, bits=256/256: 4 Time(s)
AUTH=server, relay=c-24-19-46-240.client.comcast.net [24.19.46.240], authid=robcole.realactive, mech=PLAIN, bits=0: 4 Time(s)
STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256: 2 Time(s)
STARTTLS=server, relay=real-active.com [127.0.0.1], version=TLSv1/SSLv3, verify=NO, cipher=DHE-RSA-AES256-SHA, bits=256/256: 2 Time(s)
STARTTLS=client, relay=mxu4.u.washington.edu., version=TLSv1/SSLv3, verify=FAIL, cipher=EDH-RSA-DES-CBC3-SHA, bits=168/168: 1 Time(s)
STARTTLS=server, relay=pD9ED44A6.dip0.t-ipconnect.de [217.237.68.166], version=TLSv1/SSLv3, verify=NO, cipher=EDH-RSA-DES-CBC3-SHA, bits=168/168: 1 Time(s)

Rob
 
I believe that's because the servers it's relaying through don't have TLS setup as I don't think that's a very common thing.
 
Back
Top