ansible-postfix icon indicating copy to clipboard operation
ansible-postfix copied to clipboard

Ansible role to set up postfix in Debian-like systems

Results 20 ansible-postfix issues
Sort by recently updated
recently updated
newest added

When creating entries in the virtual file, shouldn't those entries have a 'virtual-alias.domain anything' entry per virtual-alias.domain? The postfix virtual man page says: > The virtual-alias.domain anything entry is required...

enhancement
help wanted
question

Hi @tersmitten, this is a branch where I've been doing some work to add further options that I have in my personal mail server. The main changes are the following:...

This PR adds support for **smtpd_security_level** option ([here](http://www.postfix.org/postconf.5.html#smtpd_tls_security_level)). If the variable is undefined then no changes (including linefeeds) are introduced to main.cf.

…octal modes. Pretty trival for a pull-req, but lint errors mess with my brain!

I have setup my postfix install with this flag set encrypt, yet receiving host seen this message as not encrypted. I have noticed it was not added to config due...

bug
question

Hi, i cannot configure either smtp_tls_security_level nor smtpd_tls_security_level. Currently i'm usng the raw_options: postfix_raw_options: - smtp_tls_security_level = may - smtpd_tls_security_level = may Is possible to support the options? Greetings Andy

enhancement
help wanted
question

Hi the team, and thanks a lot for your awesome job on POSTFIX ansible role. My post is not really an issue but a question. In Postfix official documentation I...

question

Hi, would you like to add an option to specify a type of virtual alias map? By default, it's assumes hash, by If I want to specify regexp, it's ignored....

https://github.com/Oefenweb/ansible-postfix/blob/7afaba08ddff0803e193c2b2c094624de418cb59/tasks/main.yml#L165-L182 The role is not handling the `transport_maps` exclusive. Means, once you set one transport map item, it will life forever, even if you remove the item from `postfix_transport_maps` in...

bug
question