Open reypanganiban opened 4 weeks ago
We need to enable the postfix logging on our smarthost server by adding the maillog_file parameter to the main.cf file
profile::postfix::configs: maillog_file: value: '/var/log/postfix.log'
postfix/postfix-script: fatal: missing 'postlog' service in master.cf - run 'postfix upgrade-configuration' postfix/postfix-script: fatal: Postfix integrity check failed!
It enables postfix logging to the maillog_file
We are deploying postfix to RedHat, but postlog is not included in master.cf.redhat.erb https://github.com/voxpupuli/puppet-postfix/blob/master/templates/master.cf.redhat.erb
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
We need to enable the postfix logging on our smarthost server by adding the maillog_file parameter to the main.cf file
What are you seeing
What behaviour did you expect instead
It enables postfix logging to the maillog_file
Output log
Any additional information you'd like to impart
We are deploying postfix to RedHat, but postlog is not included in master.cf.redhat.erb https://github.com/voxpupuli/puppet-postfix/blob/master/templates/master.cf.redhat.erb