Dick Hoogendijk wrote:
I'm used to using courier. That mailer can be started as courier-tls or
without tls.

On another machine (fbsd-5.4R) my sendmail _always_ tries to connect
using starttls. This fails because I have no pem files.

Is there an easy way of disabling sendmails TLS connections?
Or is this not wanted?

If one side advertises STARTTLS, the other MTA will try to use it. If your Courier install does not have certs/pem files set up, tell Courier not to advertise STARTTLS in the SMTP greeting. However, as a workaround, you can also add something like this to your /etc/mail/access map (from cf/README):

Disabling STARTTLS And Setting SMTP Server Features
---------------------------------------------------

By default STARTTLS is used whenever possible.  However, there are
some broken MTAs that don't properly implement STARTTLS.  To be able
to send to (or receive from) those MTAs, the ruleset try_tls
(srv_features) can be used that work together with the access map.
Entries for the access map must be tagged with Try_TLS (Srv_Features)
and refer to the hostname or IP address of the connecting system.
A default case can be specified by using just the tag.  For example,
the following entries in the access map:

        Try_TLS:broken.server   NO

--
-Chuck
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to