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
Hello,
I saw the issues #221 and #200. I am running into similar issues.
I looked in my container and it seems that it still has mailutils installed and not bsd-mailx
root@icinga2:/# ls -l /etc/alternatives/mail lrwxrwxrwx 1 root root 23 Nov 12 12:14 /etc/alternatives/mail -> /usr/bin/mail.mailutils
I pulled the container from Docker hub. Is it possible that it is outdated?
Thanks, Ziv
The text was updated successfully, but these errors were encountered:
Hi @ziv1234
Thanks for the report. Which tag did you pull down? The PR was merged and is latest:
icinga2/Dockerfile
Line 35 in e0da863
Sorry, something went wrong.
I use jordan/icinga2:latest BTW, adding the mail.rc solved the problem, but it is better to run in the standard way
Thanks, @ziv1234
I'll do some investigation, maybe something changed with the bsd-mailx package recently
No branches or pull requests
Hello,
I saw the issues #221 and #200. I am running into similar issues.
I looked in my container and it seems that it still has mailutils installed and not bsd-mailx
root@icinga2:/# ls -l /etc/alternatives/mail
lrwxrwxrwx 1 root root 23 Nov 12 12:14 /etc/alternatives/mail -> /usr/bin/mail.mailutils
I pulled the container from Docker hub. Is it possible that it is outdated?
Thanks,
Ziv
The text was updated successfully, but these errors were encountered: