postfix/pgsql-virtual_alias_maps.cf
author martin f. krafft <madduck@madduck.net>
Sun, 15 Apr 2012 19:47:58 +0200
branchv0.6.x
changeset 553 6f2c41c3c7d6
parent 501 f2387d60624b
permissions -rw-r--r--
man: add 'catchall' to domaininfo Since the addition of catchall, the domaininfo subcommand can also take 'catchall' as a [detail] to limit the output of details to the catch-all aliases. Also, the number of catch-all destinations is now included in the simple domaininfo output.

# All parameters are described in pgsql_table(5) / PGSQL PARAMETERS
#
# The hosts that Postfix will try to connect to and query from.
hosts = localhost

# The user name and password to log into the pgsql server.
user = postfix
password = some_password

# The database name on the servers.
dbname = mailsys

# The SQL query template used to search the database
query = SELECT destination FROM postfix_virtual_alias_map('%u', '%d')