Skip to content
Snippets Groups Projects
Commit ca070731 authored by David Beniamine's avatar David Beniamine
Browse files

Sign mail from localhost

parent c7876029
Branches
No related tags found
No related merge requests found
...@@ -18,6 +18,8 @@ mkdir -p /etc/opendkim ...@@ -18,6 +18,8 @@ mkdir -p /etc/opendkim
# Add docker trusted hosts # Add docker trusted hosts
echo "sympa" >> /etc/opendkim/TrustedHosts echo "sympa" >> /etc/opendkim/TrustedHosts
echo "localhost" >> /etc/opendkim/TrustedHosts
echo "127.0.0.1" >> /etc/opendkim/TrustedHosts
# Give some time to sympa to be up and running # Give some time to sympa to be up and running
sleep 10 sleep 10
dig +short sympa >> /etc/opendkim/TrustedHosts dig +short sympa >> /etc/opendkim/TrustedHosts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment