equal
deleted
inserted
replaced
8 # The database name on the servers. |
8 # The database name on the servers. |
9 dbname = mailsys |
9 dbname = mailsys |
10 |
10 |
11 # Postfix 2.2 and later The SQL query template. See pgsql_table(5). |
11 # Postfix 2.2 and later The SQL query template. See pgsql_table(5). |
12 query = SELECT address FROM postfix_maildir WHERE address='%s' |
12 query = SELECT address FROM postfix_maildir WHERE address='%s' |
13 UNION SELECT destination FROM postfix_alias WHERE address='%s |
13 UNION SELECT destination FROM postfix_alias WHERE address='%s' |