Searched refs:rbl_reply_maps (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/ibm-public/postfix/dist/src/smtpd/ |
| D | smtpd_exp.in | 10 rbl_reply_maps hash:smtpd_check_access 67 # rbl_reply_maps lookup error 72 rbl_reply_maps fail:1_rbl_reply_maps
|
| D | smtpd_exp.ref | 14 >>> rbl_reply_maps hash:smtpd_check_access 122 >>> # rbl_reply_maps lookup error 130 >>> rbl_reply_maps fail:1_rbl_reply_maps
|
| D | smtpd_nullmx.in | 10 #rbl_reply_maps hash:smtpd_check_access
|
| D | smtpd_nullmx.ref | 10 >>> #rbl_reply_maps hash:smtpd_check_access
|
| D | smtpd_check.c | 322 static MAPS *rbl_reply_maps; variable 854 rbl_reply_maps = maps_create(VAR_RBL_REPLY_MAPS, var_rbl_reply_maps, in smtpd_check_init() 3587 template = maps_find(rbl_reply_maps, rbl_domain, DICT_FLAG_NONE); in rbl_reject_reply() 3588 if (template == 0 && rbl_reply_maps->error == 0 in rbl_reject_reply() 3590 template = maps_find(rbl_reply_maps, rbl_exp.domain, in rbl_reject_reply() 3592 if (template == 0 && rbl_reply_maps->error != 0) { in rbl_reject_reply() 6325 UPDATE_MAPS(rbl_reply_maps, VAR_RBL_REPLY_MAPS, in main()
|
| /netbsd/src/external/ibm-public/postfix/dist/ |
| D | RELEASE_NOTES-2.0 | 412 [Feature 20020923] "rbl_reply_maps" configuration parameter for
|
| D | HISTORY | 21339 mailbox_command_maps, mailbox_transport_maps, rbl_reply_maps, 28111 Documentation: in the rbl_reply_maps description,added text 28114 between rbl_reply_maps and postscreen_dnsbl_reply_map. 28119 Feature: improved rbl_reply_maps usability. After a query 28121 rbl_reply_maps will query the tables with the domain (i.e.
|
| /netbsd/src/external/ibm-public/postfix/dist/proto/ |
| D | postconf.proto | 1143 by specific entries in the optional rbl_reply_maps lookup table. 3563 %PARAM rbl_reply_maps 3570 form <i>domain=address-filter</i>, then rbl_reply_maps will also 3583 rbl_reply_maps = hash:/etc/postfix/rbl_reply 3599 # is not found, then rbl_reply_maps will also search with the 5472 specifies the default server reply, and the rbl_reply_maps parameter 6345 reply; and the rbl_reply_maps parameter specifies tables with server 6862 specifies the default server reply; and the rbl_reply_maps parameter 15510 rbl_reply_maps feature, where 1) the table search key includes the
|