NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

[Postfix] Added custom_postscreen_whitelist.cidr for a custom Postscreen wl, fixes #3313

82c094c7
andryyy <[email protected]> 6 years ago
.gitignore                | 1 +
 data/conf/postfix/main.cf | 1 +
 2 files changed, 2 insertions(+)

Diff

diff --git a/.gitignore b/.gitignore
index 11f18e29..f70d11e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,7 @@ data/conf/postfix/sni.map.db
 data/conf/postfix/extra.cf
 data/conf/postfix/sql
 data/conf/postfix/custom_transport.pcre
+data/conf/postfix/custom_postscreen_whitelist.cidr
 data/conf/postfix/allow_mailcow_local.regexp
 data/conf/dovecot/sql
 data/conf/dovecot/lua
diff --git a/data/conf/postfix/main.cf b/data/conf/postfix/main.cf
index 64591e6b..8104db52 100644
--- a/data/conf/postfix/main.cf
+++ b/data/conf/postfix/main.cf
@@ -34,6 +34,7 @@ milter_protocol = 6
 minimal_backoff_time = 300s
 plaintext_reject_code = 550
 postscreen_access_list = permit_mynetworks,
+  cidr:/opt/postfix/conf/custom_postscreen_whitelist.cidr,
   cidr:/opt/postfix/conf/postscreen_access.cidr,
   tcp:127.0.0.1:10027
 postscreen_bare_newline_enable = no