]> Frank Brehm's Git Trees - config/dev-mail-fbrehm/etc.git/commitdiff
Start configuring postfix
authorFrank Brehm <frank@brehm-online.com>
Wed, 15 Jan 2025 15:10:54 +0000 (16:10 +0100)
committerFrank Brehm <frank@brehm-online.com>
Wed, 15 Jan 2025 15:10:54 +0000 (16:10 +0100)
.etckeeper
postfix/body_checks.pcre [new file with mode: 0644]
postfix/main.cf

index 8f27eba3941d2e2efe309599361eecae62dca283..afce3b9d281da673f6e750c1fc4d4ee6d4a92efe 100755 (executable)
@@ -995,8 +995,11 @@ maybe chmod 0755 'perl'
 maybe chmod 0755 'perl/Net'
 maybe chmod 0644 'perl/Net/libnet.cfg'
 maybe chmod 0755 'postfix'
+maybe chmod 0644 'postfix/.gitignore'
 maybe chmod 0644 'postfix/access'
-maybe chmod 0644 'postfix/access.db'
+maybe chmod 0644 'postfix/aliases'
+maybe chgrp 'postfix' 'postfix/body_checks.pcre'
+maybe chmod 0640 'postfix/body_checks.pcre'
 maybe chmod 0644 'postfix/dynamicmaps.cf'
 maybe chmod 0755 'postfix/dynamicmaps.cf.d'
 maybe chmod 0644 'postfix/main.cf'
@@ -1013,7 +1016,6 @@ maybe chmod 0644 'postfix/postfix-files.d/sqlite.files'
 maybe chmod 0755 'postfix/postfix-script'
 maybe chmod 0755 'postfix/sasl'
 maybe chmod 0644 'postfix/virtual'
-maybe chmod 0644 'postfix/virtual.db'
 maybe chmod 0755 'ppp'
 maybe chmod 0755 'ppp/ip-down.d'
 maybe chmod 0755 'ppp/ip-down.d/bind9'
diff --git a/postfix/body_checks.pcre b/postfix/body_checks.pcre
new file mode 100644 (file)
index 0000000..e69de29
index 54f1f037df0cd1d2140e3b56b5298381e75329ac..c2c8534e7a2e148823ffb363c512862dcba49901 100644 (file)
@@ -35,8 +35,8 @@ smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
 
 smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
 myhostname = dev-mail-fbrehm.pixelpark.com
-alias_maps = hash:/etc/aliases
-alias_database = hash:/etc/aliases
+alias_maps = hash:/etc/postfix/aliases
+alias_database = hash:/etc/postfix/aliases
 myorigin = /etc/mailname
 mydestination = $myhostname, dev-mail-fbrehm.pixelpark.com, localhost.pixelpark.com, , localhost
 relayhost = 
@@ -46,3 +46,5 @@ mailbox_size_limit = 0
 recipient_delimiter = +
 inet_interfaces = all
 inet_protocols = all
+body_checks = pcre:/etc/postfix/body_checks.pcre
+disable_vrfy_command = yes