Skip to content
Snippets Groups Projects
Unverified Commit 92a92e53 authored by Thomas Picouet's avatar Thomas Picouet Committed by Rémy Huet
Browse files

dernière modif pour dkim

parent ebcf3805
No related branches found
No related tags found
1 merge request!20pica-mailnt
......@@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND noninteractive
#installation des paquets debian
RUN apt-get update -y \
&& apt-get install -y \
postfix postfix-ldap libsasl2-modules sasl2-bin opendkim opendkim-tools rsyslog telnet \
postfix postfix-ldap libsasl2-modules sasl2-bin opendkim opendkim-tools rsyslog telnet nano \
&& rm -rf /var/lib/apt/lists/*
......@@ -49,6 +49,7 @@ ENV SMTPD_CLIENT_RESTRICTIONS reject_rbl_client sbl.spamhaus.org, reject_rbl_cli
#configuration de OpenDKIM
COPY spam/opendkim.conf /etc/
COPY spam/dkimkeys/* /etc/dkimkeys/
COPY spam/opendkim /etc/default/opendkim
COPY saslauthd-postfix /etc/default/
COPY entrypoint.sh /
......
# Command-line options specified here will override the contents of
# /etc/opendkim.conf. See opendkim(8) for a complete list of options.
#DAEMON_OPTS=""
# Change to /var/spool/postfix/var/run/opendkim to use a Unix socket with
# postfix in a chroot:
#RUNDIR=/var/spool/postfix/var/run/opendkim
RUNDIR=/var/spool/postfix/opendkim
#
# Uncomment to specify an alternate socket
# Note that setting this will override any Socket value in opendkim.conf
# default:
SOCKET=local:$RUNDIR/opendkim.sock
# listen on all interfaces on port 54321:
#SOCKET=inet:54321
# listen on loopback on port 12345:
#SOCKET=inet:12345@localhost
# listen on 192.0.2.1 on port 12345:
#SOCKET=inet:12345@192.0.2.1
USER=opendkim
GROUP=opendkim
PIDFILE=$RUNDIR/$NAME.pid
EXTRAAFTER=
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