We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: