postfix/pgsql-smtpd_sender_login_maps.cf
branchv0.6.x
changeset 491 320531aa1280
parent 159 78b6b06188d3
equal deleted inserted replaced
490:9cdc6ef83265 491:320531aa1280
    13 # XXX see create_optional_types_and_functions.pgsql
    13 # XXX see create_optional_types_and_functions.pgsql
    14 # 	* line  9: type sender_login
    14 # 	* line  9: type sender_login
    15 # 	* line 26: function postfix_smtpd_sender_login_map + comment above
    15 # 	* line 26: function postfix_smtpd_sender_login_map + comment above
    16 #
    16 #
    17 # The SQL query template used to search the database
    17 # The SQL query template used to search the database
    18 #query = SELECT login FROM postfix_smtpd_sender_login_map('%u', '%d')
    18 query = SELECT login FROM postfix_smtpd_sender_login_map('%u', '%d')