From: Frank Brehm Date: Wed, 15 Jan 2025 14:24:28 +0000 (+0100) Subject: Adding postfix/.gitignore and removing postfix/aliases.db X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=e7794539c3d22c5cfae6b72bb358ec8516b9c91e;p=config%2Fhelga-hetzner%2Fetc.git Adding postfix/.gitignore and removing postfix/aliases.db --- diff --git a/.etckeeper b/.etckeeper index d11f9d8..2047773 100755 --- a/.etckeeper +++ b/.etckeeper @@ -1514,9 +1514,9 @@ maybe chmod 0644 'php/8.2/mods-available/xmlwriter.ini' maybe chmod 0644 'php/8.2/mods-available/xsl.ini' maybe chmod 0644 'php/8.2/mods-available/zip.ini' maybe chmod 0755 'postfix' +maybe chmod 0644 'postfix/.gitignore' maybe chmod 0755 'postfix/.old' maybe chmod 0644 'postfix/aliases' -maybe chmod 0644 'postfix/aliases.db' maybe chgrp 'postfix' 'postfix/body_checks.pcre' maybe chmod 0640 'postfix/body_checks.pcre' maybe chmod 0644 'postfix/command_filter.pcre' diff --git a/postfix/.gitignore b/postfix/.gitignore new file mode 100644 index 0000000..98e6ef6 --- /dev/null +++ b/postfix/.gitignore @@ -0,0 +1 @@ +*.db diff --git a/postfix/aliases.db b/postfix/aliases.db deleted file mode 100644 index bd04359..0000000 Binary files a/postfix/aliases.db and /dev/null differ