dkim-ops
[Top] [All Lists]

Re: [dkim-ops] dkim-milter with postfix not working

2010-03-13 17:17:40
Muzammel Asghar wrote:
smtpd_milters = inet:localhost:2020
non_smtpd_milters = inet:localhost:2020

Mar 13 20:16:40 malli postfix/smtpd[31639]: fatal: host/service
localhost/2020 not found: No address associated with hostname

The smtpd process can't resolve 'localhost' into an IP address.
As a workaround, try specifying an IP address directly, like
smtpd_milters = inet:127.0.0.1:2020

If you are running postfix services chrooted, you must ensure
that a jail environment provides all the necessary instruments,
like the /etc/resolv.conf, /etc/hosts, ...

If you are not versed in setting up a chrooted Unix environment,
you should not attempt to run postfix services chrooted
(column 5 in file master.cf should not be a 'y').

  Mark
_______________________________________________
dkim-ops mailing list
dkim-ops(_at_)mipassoc(_dot_)org
http://mipassoc.org/mailman/listinfo/dkim-ops

<Prev in Thread] Current Thread [Next in Thread>