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 [email protected] http://mipassoc.org/mailman/listinfo/dkim-ops
