Grex
Grex
Found the solution, happens if /etc/protocols is not existing! link or copy from dockerhost to dockertainer: docker run .... -v /etc/protocols:/etc/protocols
I get an appcrash from python :( - Tried so much, if I take the code from here http://ghost-py.readthedocs.io/en/latest/#installation It works, but If I change the URL, appcrash from python.exe...
I have the same problem, I'm running icinga2 inside a docker container and have nrpe daemon running on host. If I try do use check_yum from inside the container to...
Found out, that /etc/mail.rc is not existing, I created it with following content: `"set sendmail="/usr/bin/msmtp -t"` Now it is working
I created the pull request, hope its correct, because I'm n00b at building docker images :) BTW: I noticed, that the files msmtprc and aliases have to be at /etc/...
@svenakela The original notification mail scripts using mailbin "mail" not, "sendmail", see: https://github.com/Icinga/icinga2/blob/master/etc/icinga2/scripts/mail-host-notification.sh#L7 Output of `ls -l /usr/sbin/sendmail` ``` # ls -l /usr/sbin/sendmail lrwxrwxrwx 1 root root 14 Oct 8...
Please test, my test was as expected: mail.rc is required, see: starting container with following paramters: ``` docker run --rm --name icinga2-test \ -h SRV-MON-Test \ -v /root/msmtp-test/aliases:/etc/aliases:ro \ -v...
I tried it with docker pull (latest) from docker hub. Are there any difference?
This is my msmtprc file: ``` defaults account barracuda host 10.xxx.xxx.xxx port 25 tls off from [email protected] account default: barracuda ``` I deliver the mails to our mail gateway Is...
Hi, sorry for my late response. > root@SRV-MON-TEST:/# echo "HELO" | sendmail -v [email protected] loaded system configuration file /etc/msmtprc ignoring user configuration file /root/.msmtprc: No such file or directory falling...