equal
deleted
inserted
replaced
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') |