lapicidae / vdr-epg-daemon

VDR EPG Daemon docker image based on debian or Ubuntu
GNU General Public License v2.0
0 stars 0 forks source link

sending email doesn't work #8

Open dirkhe opened 1 year ago

dirkhe commented 1 year ago

HI, first of all, thank you for the docker, works very nice. Only sending email doesn't work.

I make some test and saw, that this is a permission issue. this is, how it look like after a fresh installation: -rw-r----- 1 root root 564 Dez 3 16:56 /etc/msmtprc

But the daemon works with user epgd. I guess it should be like -rw-r----- 1 root mail 530 Dez 3 17:00 /etc/msmtprc, because you defined it in the docker file, but it will be overwritten, I guess in /root/etc/s6-overlay/s6-rc.d/epgd-prepare/up

btw: the git repo has moved back to Jörg -> https://github.com/horchi/vdr-epg-daemon, https://github.com/vdr-projects/vdr-epg-daemon is achived

lapicidae commented 1 year ago

In my setup, sending emails works without problems....

Tested via epgd webinterface: epghttpd: Send mail 'checkMailAddress' with [it works] to 'address@somemail.com' (text/plain)

By the way, you can search for errors in /var/log/syslogd/mail/current.

However, you are right about the wrong file group, I will change that.

Thanks for pointing out the changed repository!