Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
communication
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
communication
Merge requests
!22
Implement dkim
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Open
Implement dkim
opendkim
into
master
Overview
6
Commits
3
Pipelines
9
Changes
8
Open
Hinrikus Wolf
requested to merge
opendkim
into
master
1 year ago
Overview
6
Commits
3
Pipelines
9
Changes
8
Expand
switched over to dkimpy-milter scince opendkim is more or less discontinued
Edited
1 year ago
by
Hinrikus Wolf
0
0
Merge request reports
Compare
master
version 8
8b2561e3
7 months ago
version 7
279ac756
7 months ago
version 6
7068c35e
7 months ago
version 5
a3de8ebd
7 months ago
version 4
be229d3d
7 months ago
version 3
93e66e3b
1 year ago
version 2
9404223c
1 year ago
version 1
e6d391bf
1 year ago
master (HEAD)
and
latest version
latest version
20ad9c81
3 commits,
7 months ago
version 8
8b2561e3
2 commits,
7 months ago
version 7
279ac756
2 commits,
7 months ago
version 6
7068c35e
2 commits,
7 months ago
version 5
a3de8ebd
2 commits,
7 months ago
version 4
be229d3d
2 commits,
7 months ago
version 3
93e66e3b
2 commits,
1 year ago
version 2
9404223c
2 commits,
1 year ago
version 1
e6d391bf
1 commit,
1 year ago
8 files
+
135
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
postfix/defaults/main.yml
+
7
−
0
Options
@@ -75,11 +75,18 @@ postfix_verify_spf_testmode: true
postfix_enable_srs
:
false
# Note: This requires at least buster-backports or newer.
postfix_enable_mta_sts
:
false
postfix_enable_dkim
:
false
postfix_my_networks
:
[]
postfix_notify_classes
:
[]
postfix_satellite_only
:
false
postfix_dkim_internal_hosts
:
-
"
127.0.0.1"
-
"
::1"
-
"
localhost."
-
"
{{
ansible_fqdn
}}"
## sane defaults for postfix satellites
#
# postfix_satellite_only: true
Loading