Initial Commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# {{ ansible_managed }}
|
||||
#
|
||||
|
||||
hosts = {{ postfix_pgsql_host }}:{{ postfix_pgsql_port }}
|
||||
user = {{ postfix_pgsql_username }}
|
||||
password = {{ postfix_pgsql_password }}
|
||||
dbname = {{ postfix_pgsql_name }}
|
||||
query = {{ postfix_pgsql_smtpd_sender_login_maps_query }}
|
||||
Reference in New Issue
Block a user