Hello, I know that similar errors was discussed in this forum, but none helped me to resolve my problem. Server: CentOS 6.4, Postfix, dkim-milter, Virtualmin The problem is at starting dkim-milter and receive following errors: Code: /etc/init.d/dkim-milter start Starting DomainKeys Identified Mail Milter (dkim-filter): dkim-filter: smfi_opensocket() failed [FAILED] When I try to start dkim-milter, in maillog is wrote: Code: Jun 10 21:16:48 nutrienti dkim-filter[6758]: Sendmail DKIM Filter: Unable to bind to port inet:8891@localhost: Cannot assign requested address Jun 10 21:16:48 nutrienti dkim-filter[6758]: Sendmail DKIM Filter: Unable to create listening socket on conn inet:8891@localhost Jun 10 21:16:48 nutrienti dkim-filter[6758]: smfi_opensocket() failed Can you help me with this? Thanks in advance!
Solved Problem solved! dkim-milter was trying to open 8891@localhost The problem was tat localhost is on IPv6. I've change dkim-milter config file to open [email protected] and is working. Good luck if you have same problem!
openDKIM does not start after server restart. UBUNTU 15.10 opendkim was trying to open 8891@localhost I've changed /etc/default/opendkim fiile to [email protected] and is working.