Oefenweb / ansible-postfix

Ansible role to set up postfix in Debian-like systems
MIT License
173 stars 82 forks source link

Enable submission service #86

Closed agimenez closed 4 years ago

agimenez commented 4 years ago

Basic support to enable secure (TLS/SASL) MUA mail submission.

Note that Postfix does not implement itself any authentication, but needs an external backend (usually dovecot or cyrus), and the configuration from this PR does not allow anything by default. The IMAP server configuration is needed too for this to work.

agimenez commented 4 years ago

Hmmm, I checked the Travis logs but it seems that the service can't start. Can we have systemd logs to troubleshoot why this fails in the Travis context?

agimenez commented 4 years ago

Hi @tersmitten any idea why this could happen?

tersmitten commented 4 years ago

@agimenez Not really. Maybe cat some log files to see whats happening?

agimenez commented 4 years ago

@agimenez Not really. Maybe cat some log files to see whats happening?

Well, the issue is that this fails only in the Travis environment for some reason. It works on my actual instance, but I can't spot the root cause of the failure in the Travis testing environment