27 lines
		
	
	
		
			787 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			787 B
		
	
	
	
		
			Plaintext
		
	
	
	
#
 | 
						|
# %%warning_message%%
 | 
						|
#
 | 
						|
# 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/run/opendkim to use a Unix socket with
 | 
						|
# postfix in a chroot:
 | 
						|
#RUNDIR=/var/spool/postfix/run/opendkim
 | 
						|
RUNDIR=/run/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
 | 
						|
SOCKET="inet:8891@127.0.0.1"
 | 
						|
# 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=
 |