postfix/pgsql-virtual_mailbox_maps.cf
changeset 571 a4aead244f75
parent 501 f2387d60624b
equal deleted inserted replaced
465:c0e1fb1b0145 571:a4aead244f75
     9 
     9 
    10 # The database name on the servers.
    10 # The database name on the servers.
    11 dbname = mailsys
    11 dbname = mailsys
    12 
    12 
    13 # The SQL query template used to search the database
    13 # The SQL query template used to search the database
    14 query = SELECT maildir FROM postfix_maildir WHERE address='%s'
    14 query = SELECT maildir FROM postfix_virtual_mailbox_map('%u', '%d')