Skip to content
Snippets Groups Projects
Unverified Commit 29be4ab6 authored by Roma's avatar Roma Committed by Rémy Huet
Browse files

Le nom d'hôte n'était pas pris en compte pour opendmarc

parent a5a4ef84
No related branches found
No related tags found
1 merge request!20pica-mailnt
......@@ -95,6 +95,11 @@ EOF
service saslauthd restart
service postfix restart
#DMARC: ajout de mon nom d'hôte
cat <<EOF >> /etc/opendmarc.conf
TrustedAuthservIDs ${MY_HOSTNAME}
EOF
#configuration DKIM
postconf -e "milter_default_action = accept"
postconf -e "milter_protocol = 6"
......
......@@ -58,7 +58,8 @@ Syslog true
## with a comma. The key word "HOSTNAME" will be replaced by the name of
## the host running the filter as reported by the gethostname(3) function.
#
TrustedAuthservIDs mail.test.picasoft.net
#sera écrit par le script config.sh en fonction des variables d'environnement
#TrustedAuthservIDs mail.test.picasoft.net
## UMask mask
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment