changeset 11 | 7a5bd38c5b98 |
child 75 | af813ede1e19 |
10:8f6e34549c26 | 11:7a5bd38c5b98 |
---|---|
1 # The hosts that Postfix will try to connect to |
|
2 hosts = host1.some.domain host2.some.domain |
|
3 |
|
4 # The user name and password to log into the pgsql server. |
|
5 user = postfix |
|
6 password = some_password |
|
7 |
|
8 # The database name on the servers. |
|
9 dbname = mailsys |
|
10 |
|
11 # Postfix 2.2 and later The SQL query template. See pgsql_table(5). |
|
12 query = SELECT gid FROM postfix_gid WHERE domainname='%s' |