Andrew Diederich
2006-02-23 17:30:39 UTC
On 2/23/06, Rick Zeman <***@gmail.com> wrote:
<snip>
I think postfix uses the openssl root CA list. On my SuSE box that's
in /etc/ssl/certs/. You could add the root cert in PEM format (base
64) there, run c_rehash from openssl on that directory, and see if it
goes away.
I put the root CAs I cared about in /etcpostfix/CAdir, ran c_rehash, then set
smtpd_tls_CApath = /etc/postfix/CAdir
While I didn't use a self-signed cert, I used the free ones from
CAcert: http://www.cacert.org.
--
Andrew Diederich
<snip>
Makes sense since this is a self-signed cert. However, even turning the TLS
log level to 0 still gives me the 5 lines for every connection to that box.
So, is there any way to NOT get these, short of buying a commercial cert for
the GroupWise gateway? Is there a way to import that cert (.b64) into the
linux certificate store so postfix won't (justifiably) fill up my mail logs?
<snip>log level to 0 still gives me the 5 lines for every connection to that box.
So, is there any way to NOT get these, short of buying a commercial cert for
the GroupWise gateway? Is there a way to import that cert (.b64) into the
linux certificate store so postfix won't (justifiably) fill up my mail logs?
I think postfix uses the openssl root CA list. On my SuSE box that's
in /etc/ssl/certs/. You could add the root cert in PEM format (base
64) there, run c_rehash from openssl on that directory, and see if it
goes away.
I put the root CAs I cared about in /etcpostfix/CAdir, ran c_rehash, then set
smtpd_tls_CApath = /etc/postfix/CAdir
While I didn't use a self-signed cert, I used the free ones from
CAcert: http://www.cacert.org.
--
Andrew Diederich