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>
8 # Command-line options specified here will override the contents of
9 # /etc/opendmarc.conf. See opendmarc(8) for a complete list of options.
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
16 # Uncomment to specify an alternate socket
17 # Note that setting this will override any Socket value in opendmarc.conf
19 SOCKET=local:$RUNDIR/opendmarc.sock
20 # listen on all interfaces on port 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
28 #PIDFILE=$RUNDIR/$NAME.pid