Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add postfix configuration to ansible playbook for non-production servers #46

Open
martindemko opened this issue Jan 13, 2025 · 3 comments

Comments

@martindemko
Copy link
Contributor

martindemko commented Jan 13, 2025

  • install postfix
  • create SSL certificate for original hostname
  • configure postfix's main.cf (adding following lines):
    smtp_tls_cert_file=/etc/ssl/SECTIGO/servercert.pem
    smtp_tls_key_file=/etc/ssl/SECTIGO/serverkey.pem
    smtp_tls_security_level = encrypt
    smtp_tls_wrappermode=yes
    relayhost = [rs.cesnet.cz]:465
  • (optional) register hostname here
@martenson
Copy link
Member

this seems to not be necessary since Galaxy uses python smtp client and our relay server seems to inherently trust us

@martindemko
Copy link
Contributor Author

I know it worked with your company email address but did you try to send email outside of CESNET?

@martenson
Copy link
Member

good remembering, it does not work outside of @cesnet, the relay is denied

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

No branches or pull requests

2 participants