Closed caboteria closed 10 years ago
Thanks for the contribution!
Given that the permissions for main.cf
are set to 0644
, this change makes it so that anyone who can log into the machine can read the SASL credentials.
@tersmitten Would you rather see a patch that changes the permissions on main.cf
to be 0600
or one that uses smtp_sasl_password_maps
and puts the password into its own /etc/postfix/sasl_passwd
file that has 0600
permissions?
@md5 I like the smtp_sasl_password_maps
approach better
Check out #10
Hi, thanks for this playbook. I added the ability to configure a node to relay all mail over an sasl-protected connection. Hope it's useful.