refactor(mx-common.yml): update paths for SSH keypair and file configurations

delete: remove obsolete postfix configuration files for rate limiting and user info
This commit is contained in:
2026-07-28 02:16:07 +02:00
parent 9181734c51
commit ae60fa01a5
11 changed files with 7 additions and 683 deletions
+7 -7
View File
@@ -107,9 +107,9 @@ insert_root_ssh_keypair: true
root_ssh_keypair:
- name: id-rsa-opendkim
priv_key_src: mx.warenform/root/.ssh/mx.warenform-id_rsa-opendkim
priv_key_src: mx.warenform.de/root/.ssh/mx.warenform-id_rsa-opendkim
priv_key_dest: /root/.ssh/id_rsa-opendkim
pub_key_src: mx.warenform/root/.ssh/mx.warenform-id_rsa-opendkim.pub
pub_key_src: mx.warenform.de/root/.ssh/mx.warenform-id_rsa-opendkim.pub
pub_key_dest: /root/.ssh/id_rsa-opendkim.pub
@@ -151,25 +151,25 @@ copy_plain_files:
# /root/bin/monitoring
#
- name: monitoring_check_cert_for_dovecot.conf
src_path: mx.warenform/root/bin/monitoring/conf/check_cert_for_dovecot.conf
src_path: mx.warenform.de/root/bin/monitoring/conf/check_cert_for_dovecot.conf
dest_path: /root/bin/monitoring/conf/check_cert_for_dovecot.conf
# /root/bin/postfix
#
- name: postfix_create_opendkim_key.conf
src_path: mx.warenform/root/bin/postfix/conf/create_opendkim_key.conf
src_path: mx.warenform.de/root/bin/postfix/conf/create_opendkim_key.conf
dest_path: /root/bin/postfix/conf/create_opendkim_key.conf
- name: postfix_postfix_add_mailboxes.conf
src_path: mx.warenform/root/bin/postfix/conf/postfix_add_mailboxes.conf
src_path: mx.warenform.de/root/bin/postfix/conf/postfix_add_mailboxes.conf
dest_path: /root/bin/postfix/conf/postfix_add_mailboxes.conf
- name: postfix_sent_userinfo_postfix.conf
src_path: mx.warenform/root/bin/postfix/conf/sent_userinfo_postfix.conf
src_path: mx.warenform.de/root/bin/postfix/conf/sent_userinfo_postfix.conf
dest_path: /root/bin/postfix/conf/sent_userinfo_postfix.conf
- name: postfix_whitelist_mb_sigs.conf
src_path: mx.warenform/root/bin/postfix/conf/whitelist_mb_sigs.conf
src_path: mx.warenform.de/root/bin/postfix/conf/whitelist_mb_sigs.conf
dest_path: /root/bin/postfix/conf/whitelist_mb_sigs.conf