Hello,
All is in the title...
I am on CentOS7 and i try to install opendkim 2.10.3
But i can't perform the ./configure :
checking for milter library and includes... configure: error: milter not found
In my /etc/postfix/main.cf file, I can see these lines about milter :
smtpd_milters = , inet:127.0.0.1:12768 inet:127.0.0.1:12345
milter_connect_macros = j {daemon_name} {client_connections} {client_addr} {client_ptr} v
milter_default_action = accept
Please could you help me... ?
Thx a lot.
PS : i use Postfix 2.10.1
This response comes almost a year late, is this still an issue?
I think this error means there's a problem with the libmilter development files. On my Debian-based system, they're in a package called libmilter-dev. Is there a corresponding package for CentOS? libmilter-devel, maybe? Is it installed?