pgsql-smtpd_sender_login_maps.cf
changeset 10 8f6e34549c26
parent 0 bb0aa2102206
child 73 11da3d9298b4
equal deleted inserted replaced
9:e3d3dbeb5b84 10:8f6e34549c26
     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'