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
I added yesterday a postfix plugin to my munin installation: https://github.com/munin-monitoring/contrib/blob/master/plugins/postfix/postfix_mailvolume_multi
From this point on I get a error in my postfix log: postfix/sendmail[17682]: fatal: open /etc///main.cf: No such file or directory
postfix/sendmail[17682]: fatal: open /etc///main.cf: No such file or directory
it seems this is the result of the following line: $dir =~ s/\/etc\///g;
$dir =~ s/\/etc\///g;
Any hints on how to solve this issue?
The text was updated successfully, but these errors were encountered:
Based on the follow-up discussion on the IRC channel, I think we can close this?
Sorry, something went wrong.
Stale issue message
No branches or pull requests
I added yesterday a postfix plugin to my munin installation:
https://github.com/munin-monitoring/contrib/blob/master/plugins/postfix/postfix_mailvolume_multi
From this point on I get a error in my postfix log:
postfix/sendmail[17682]: fatal: open /etc///main.cf: No such file or directory
it seems this is the result of the following line:
$dir =~ s/\/etc\///g;
Any hints on how to solve this issue?
The text was updated successfully, but these errors were encountered: