$prefix is not extended in yenma.conf
z3APA3A opened this issue · 2 comments
z3APA3A commented
- 'make install' installs yenma.conf into /usr/local/etc (by default) without $prefix extended to path:
root@mailsrv-2:/usr/local/etc# grep prefix /usr/local/etc/yenma.conf
Service.PidFile: ${prefix}/var/yenma.pid
Dmarc.PublicSuffixList: ${prefix}/etc/effective_tld_names.dat
- /var is not appropriate place for pid file, it's better to place one into $prefix/var/run/yenma or $prefix/var/run
takahiko commented
Thank you for reporting. I've fixed the configure script to expand these paths.
z3APA3A commented
Thanks.