xref: /netbsd-src/external/ibm-public/postfix/dist/src/postconf/test71.ref (revision 059c16a85b0b39d60ad6d18f53c09510815afa2b)
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