Remove mta config
This commit is contained in:
parent
c8c5b386a4
commit
d93d12211e
2 changed files with 1 additions and 14 deletions
|
@ -1,9 +0,0 @@
|
||||||
---
|
|
||||||
- name: Add transport for configured domains
|
|
||||||
community.mysql.mysql_query:
|
|
||||||
login_db: "{{ dbmail_db_name }}"
|
|
||||||
query: "INSERT INTO transport (domain, transport) VALUES ('{{ item }}', 'dbmail-lmtp:localhost:{{ dbmail_configuration['LMTP']['port'] }}')"
|
|
||||||
single_transaction: yes
|
|
||||||
login_unix_socket: /var/run/mysqld/mysqld.sock
|
|
||||||
ignore_errors: true
|
|
||||||
loop: "{{ dbmail_domains }}"
|
|
|
@ -21,7 +21,3 @@
|
||||||
|
|
||||||
- name: Ensure user's are configured in dbmail
|
- name: Ensure user's are configured in dbmail
|
||||||
include_tasks: configure_dbmail_users.yml
|
include_tasks: configure_dbmail_users.yml
|
||||||
|
|
||||||
- name: Configure MTA service - postfix
|
|
||||||
include_tasks: configure_postfix_mta.yml
|
|
||||||
when: mta_service == postfix
|
|
Loading…
Reference in a new issue