Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dockerfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Picasoft
Technique
Dockerfiles
Commits
4e648709
Verified
Commit
4e648709
authored
3 years ago
by
Quentin Duchemin
Browse files
Options
Downloads
Patches
Plain Diff
[Mail] Update Postfix changelog
parent
2da923cf
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pica-mail/pica-mail-mta/CHANGELOG.md
+9
-0
9 additions, 0 deletions
pica-mail/pica-mail-mta/CHANGELOG.md
pica-mail/pica-mail-mta/config.sh
+2
-2
2 additions, 2 deletions
pica-mail/pica-mail-mta/config.sh
with
11 additions
and
2 deletions
pica-mail/pica-mail-mta/CHANGELOG.md
+
9
−
0
View file @
4e648709
# v1.0.3
-
Re-open port 25 for incoming mails
-
Move away ENV from Dockerfile (better to have only one self-documented place, ie Compose)
-
Remove
`smtps`
service from
`master.cf`
as it is obsolete and not mapped to any host port
-
Remove
`virtual_minimum_uid`
already set to the default and does not seem useful without
`virtual_uid_maps`
-
Remove unused files (old private key, old rsyslog config)
-
Try to clarify some comments (not sure they are tho)
-
Fix syntax for milter filters (from Romain's hotfix on monitoring)
# v1.0.2
# v1.0.2
Support for LDAPS
Support for LDAPS
...
...
This diff is collapsed.
Click to expand it.
pica-mail/pica-mail-mta/config.sh
+
2
−
2
View file @
4e648709
...
@@ -140,15 +140,15 @@ adduser opendmarc postdrop
...
@@ -140,15 +140,15 @@ adduser opendmarc postdrop
# SSL : récupération des certificats (qui seront utilisés pour la connexion SMTP)
# SSL : récupération des certificats (qui seront utilisés pour la connexion SMTP)
postconf
-e
"smtpd_tls_cert_file =
${
SSL_CERT
}
"
postconf
-e
"smtpd_tls_cert_file =
${
SSL_CERT
}
"
postconf
-e
"smtpd_tls_key_file =
${
SSL_KEY
}
"
postconf
-e
"smtpd_tls_key_file =
${
SSL_KEY
}
"
postconf
-e
"smtpd_tls_security_level = may"
# Activation du port 587 (port "submission")
# Activation du port 587 (port "submission")
cat
<<
EOF
>> /etc/postfix/master.cf
cat
<<
EOF
>> /etc/postfix/master.cf
submission inet n - y - - smtpd
submission inet n - y - - smtpd
EOF
EOF
# Autorise
le SSL
pour des mails sortants mais n'interdit pas le clair lorsque ce n'est pas disponible
# Autorise
TLS
pour des mails
entrants et
sortants mais n'interdit pas le clair lorsque ce n'est pas disponible
postconf
-e
"smtp_tls_security_level=may"
postconf
-e
"smtp_tls_security_level=may"
postconf
-e
"smtpd_tls_security_level=may"
# 9. Logs
# 9. Logs
# On garde les fichiers de logs pour les monter dans l'exporter
# On garde les fichiers de logs pour les monter dans l'exporter
...
...
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