2016-07-01 16:53 GMT+02:00 matteo filippetto <[email protected]>:
> ca smtps.pec.aruba.it certificate
> "/etc/mail/certs/Actalis_Server_Authentication_RootCA.crt"
> ...
>
> accept from any sender <senderspec> for any relay via
> smtps+auth://[email protected]:465 auth <userauth> verify
>
>
> but I still get
>
> smtp-out: Started TLS on session d196e55b6631c143: version=TLSv1.2,
> cipher=ECDHE-RSA-AES256-GCM-SHA384, bits=256
> smtp-out: Error on session d196e55b6631c143: SSL certificate check failed
>

I was missing ca param on accept

Working configuration is

ca smtps.pec.aruba.it certificate
"/etc/mail/certs/Actalis_Server_Authentication_RootCA.crt"

accept from any sender <senderspec> for any relay via
smtps+auth://[email protected]:465 auth <userauth> verify ca
smtps.pec.aruba.it

with this configuration you can make opensmtpd work with

https://en.wikipedia.org/wiki/Certified_email

Regards

-- 
Matteo Filippetto
http://www.op83.eu
@matteo_1983

-- 
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]

Reply via email to