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
GitLab 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
Expand sidebar
Open
Implement dkim
opendkim
into
master
Overview
6
Commits
3
Pipelines
9
Changes
8
Open
Implement dkim
Hinrikus Wolf
requested to merge
opendkim
into
master
Jan 28, 2024
Overview
6
Commits
3
Pipelines
9
Changes
8
switched over to dkimpy-milter scince opendkim is more or less discontinued
Edited
Jan 31, 2024
by
Hinrikus Wolf
0
0
Merge request reports
Compare
master
version 8
8b2561e3
8 months ago
version 7
279ac756
8 months ago
version 6
7068c35e
8 months ago
version 5
a3de8ebd
8 months ago
version 4
be229d3d
8 months ago
version 3
93e66e3b
Jan 31, 2024
version 2
9404223c
Jan 31, 2024
version 1
e6d391bf
Jan 28, 2024
master (HEAD)
and
latest version
latest version
20ad9c81
3 commits,
8 months ago
version 8
8b2561e3
2 commits,
8 months ago
version 7
279ac756
2 commits,
8 months ago
version 6
7068c35e
2 commits,
8 months ago
version 5
a3de8ebd
2 commits,
8 months ago
version 4
be229d3d
2 commits,
8 months ago
version 3
93e66e3b
2 commits,
Jan 31, 2024
version 2
9404223c
2 commits,
Jan 31, 2024
version 1
e6d391bf
1 commit,
Jan 28, 2024
8 files
+
135
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
postfix/defaults/main.yml
+
7
−
0
View file @ 3f07241d
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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