]> git.somenet.org - root/pub/somesible.git/blob - roles/server/mail/opendmarc/files/default/opendmarc.defaults
[roles/server/mail/opendmarc] setup dmarc
[root/pub/somesible.git] / roles / server / mail / opendmarc / files / default / opendmarc.defaults
1 #
2 ################################################
3 ### Managed by someone's ansible provisioner ###
4 ################################################
5 # Part of: https://git.somenet.org/root/pub/somesible.git
6 # 2017-2024 by someone <someone@somenet.org>
7 #
8 # Command-line options specified here will override the contents of
9 # /etc/opendmarc.conf. See opendmarc(8) for a complete list of options.
10 #DAEMON_OPTS=""
11 # Change to /var/spool/postfix/var/run/opendmarc to use a Unix socket with
12 # postfix in a chroot:
13 #RUNDIR=/var/spool/postfix/var/run/opendmarc
14 RUNDIR=/run/opendmarc
15 #
16 # Uncomment to specify an alternate socket
17 # Note that setting this will override any Socket value in opendmarc.conf
18 # default:
19 SOCKET=local:$RUNDIR/opendmarc.sock
20 # listen on all interfaces on port 54321:
21 #SOCKET=inet:54321
22 # listen on loopback on port 12345:
23 #SOCKET=inet:12345@localhost
24 # listen on 192.0.2.1 on port 12345:
25 #SOCKET=inet:12345@192.0.2.1
26 USER=opendmarc
27 GROUP=opendmarc
28 #PIDFILE=$RUNDIR/$NAME.pid
29 EXTRAAFTER=