mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-05 17:05:07 -05:00
17 lines
360 B
CFEngine3
17 lines
360 B
CFEngine3
#
|
|
# mysql config file for local(8) aliases(5) lookups
|
|
#
|
|
|
|
# The user name and password to log into the mysql server.
|
|
hosts = 127.0.0.1
|
|
user = postfix
|
|
password = postfix
|
|
|
|
# The database name on the servers.
|
|
dbname = postfix
|
|
|
|
# For Postfix 2.2 and later The SQL query template.
|
|
# See mysql_table(5) for details.
|
|
query = SELECT password FROM user WHERE name='%s'
|
|
|