1./postconf: warning: ./main.cf: #comment after other text is not allowed: #aaa1 ... 2./postconf: warning: ./main.cf: #comment after other text is not allowed: #aaa2 ... 3./postconf: warning: ./main.cf: #comment after other text is not allowed: #ccc2 ... 4./postconf: warning: ./main.cf: #comment after other text is not allowed: #bbb2 ... 5config_directory = . 6smtpd_client_restrictions = inline:{ { aaa0 = #aaa1 } #aaa2 } 7smtpd_helo_restrictions = pcre:{ { /bbb0 #bbb1/ } #bbb2 } 8smtpd_sender_restrictions = regexp:{ { /ccc0 #ccc1/ } #ccc2 } 9