On Mon, Oct 07, 2013 at 03:34:38PM -0600, Blake Farmer wrote: > Method 1 > [root@relay01 postfix]# grep cidr main.cf > cidr = cidr:${config_directory}/ > mynetworks = ${cidr}mynetworks.cidr > #mynetworks = cidr:/etc/postfix/mynetworks.cidr
The above is broken. http://www.postfix.org/postconf.5.html Each and every Postfix configuration variable setting in main.cf MUST begin a line with NO LEADING WHITESPACE. Make sure that "mynetworks = ..." is the left-most column of the file. -- Viktor.