mailiverse/deploy/postfix-user/config/sasl_password.cf

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'