bug-mailfromd
Re: [Bug-mailfromd] exporting metrics with declaration
>
> > I updated, but now I do not have have an endpoint, nothing is
> listening on port 9168
>
> Check your sysconfdir setting. It should point to the directory where
> your mfmod_openmetrics.conf file is located. Check the file syntax[2]
> as well.
>
[etc]# grep '/etc/mfmod_openmetrics.conf' /usr/lib/mailfromd/mfmod_openmetrics.so
grep: /usr/lib/mailfromd/mfmod_openmetrics.so: binary file matches
[etc]# cat '/etc/mfmod_openmetrics.conf'
listen "0.0.0.0:9168";
#listen "127.0.0.1:9168";
# trusted-ip only for logging
trusted-ip 127.0.0.1/32 192.168.10.0/24 192.168.122.0/23 ;
access-log no;
But I also have a copy in /etc/mailfromd