On 6/04/19 11:09 PM, li...@sbt.net.au wrote:
yes, I'm not sure what I did wrong, but, I've looked at a Centos 7 I migrated recently, and, it did have both dynamicmaps.cf as well as dynamicmaps.cf.d dir, so I simply created same on this, and, it seems I'm one step further... no more errors..
You've either deleted those or it was a corrupted install to begin with. The postfix3 package does create those directories on install:
[root@el6-test ~]# rpm -ql postfix3 | grep dynamicmaps /etc/postfix/dynamicmaps.cf /etc/postfix/dynamicmaps.cf.d Running: yum --enablerepo=gf-plus clean all yum --enablerepo=gf-plus reinstall postfix3 ...should fix it properly. Peter