Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Infrastructure GitOps
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shivering-Isles
Infrastructure GitOps
Commits
29efd4a2
Verified
Commit
29efd4a2
authored
2 years ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
replace postscreen with smtpd
parent
c596ff35
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#15301
passed
2 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
images/postfix/config/main.cf
+14
-11
14 additions, 11 deletions
images/postfix/config/main.cf
images/postfix/config/master.cf
+0
-1
0 additions, 1 deletion
images/postfix/config/master.cf
with
14 additions
and
12 deletions
images/postfix/config/main.cf
+
14
−
11
View file @
29efd4a2
...
...
@@ -90,20 +90,20 @@ virtual_transport = lmtp:inet:dovecot-internal:24
postscreen_upstream_proxy_protocol = haproxy
postscreen_upstream_proxy_timeout = 5s
postscreen_access_list = permit_mynetworks
postscreen_
blacklist
_action =
drop
postscreen_
deny
_action =
ignore
postscreen_greet_action = ignore
# Disable zombie detection
postscreen_greet_banner =
postscreen_dnsbl_action =
enf
or
c
e
postscreen_dnsbl_threshold = 3
postscreen_dnsbl_allowlist_threshold = -1
postscreen_dnsbl_sites =
zen.spamhaus.org=127.0.1.[2..254]*
3
,
ix.dnsbl.manitu.net*
3
,
bl.spamcop.net,
b.barracudacentral.org,
safe.dnsbl.sorbs.net,
swl.spamhaus.org*-10
,
postscreen_dnsbl_action =
ign
ore
#
postscreen_dnsbl_threshold = 3
#
postscreen_dnsbl_allowlist_threshold = -1
#
postscreen_dnsbl_sites =
#
zen.spamhaus.org=127.0.1.[2..254]*
2
,
#
ix.dnsbl.manitu.net*
2
,
#
bl.spamcop.net,
#
b.barracudacentral.org,
#
safe.dnsbl.sorbs.net
=127.0.0.[2..254]
,
#
list.dnswl.org=127.0.[0..255].[1..3]*-5
,
########
##
...
...
@@ -125,6 +125,9 @@ smtpd_recipient_restrictions =
permit_mynetworks,
reject_unverified_recipient,
reject_unauth_destination,
reject_rbl_client zen.spamhaus.org=127.0.1.[2..254],
reject_rbl_client ix.dnsbl.manitu.net,
reject_rbl_client safe.dnsbl.sorbs.net=127.0.0.[2..254],
permit
smtpd_sender_restrictions =
...
...
This diff is collapsed.
Click to expand it.
images/postfix/config/master.cf
+
0
−
1
View file @
29efd4a2
...
...
@@ -8,7 +8,6 @@
smtpd pass - - - - - smtpd
-o smtpd_tls_received_header=yes
-o content_filter=
-o smtpd_upstream_proxy_protocol=haproxy
dnsblog unix - - - - 0 dnsblog
tlsproxy unix - - - - 0 tlsproxy
#smtps inet n - - - - smtpd
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment