Skip to content

Support for centos and fixed connectivity to gmail#15

Open
fama wants to merge 1 commit intosansible:developfrom
fama:develop
Open

Support for centos and fixed connectivity to gmail#15
fama wants to merge 1 commit intosansible:developfrom
fama:develop

Conversation

@fama
Copy link

@fama fama commented Jul 11, 2020

  1. Changed apt to package to support RHEL distros
  2. gmail requiere TLS_CA_File in ssmtp.conf to successfully connect

{% endif %}
{% if sansible_ssmtp_use_start_tls %}
UseSTARTTLS=Yes
TLS_CA_File=/etc/pki/tls/certs/ca-bundle.crt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this will work on Debian/Ubuntu.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The path is /etc/ssl/certs/ca-certificates.crt on debian/ubuntu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants