|  | @@ -1,38 +0,0 @@
 | 
	
		
			
				|  |  | -# If false, messages with empty envelope from are not signed
 | 
	
		
			
				|  |  | -allow_envfrom_empty = true;
 | 
	
		
			
				|  |  | -# If true, envelope/header domain mismatch is ignored
 | 
	
		
			
				|  |  | -allow_hdrfrom_mismatch = false;
 | 
	
		
			
				|  |  | -# If true, multiple from headers are allowed (but only first is used)
 | 
	
		
			
				|  |  | -allow_hdrfrom_multiple = false;
 | 
	
		
			
				|  |  | -# If true, username does not need to contain matching domain
 | 
	
		
			
				|  |  | -allow_username_mismatch = false;
 | 
	
		
			
				|  |  | -# If false, messages from authenticated users are not selected for signing
 | 
	
		
			
				|  |  | -auth_only = true;
 | 
	
		
			
				|  |  | -# Default path to key, can include '$domain' and '$selector' variables
 | 
	
		
			
				|  |  | -path = "/data/dkim/keys/$domain.$selector";
 | 
	
		
			
				|  |  | -# Default selector to use
 | 
	
		
			
				|  |  | -selector = "dkim";
 | 
	
		
			
				|  |  | -# If false, messages from local networks are not selected for signing
 | 
	
		
			
				|  |  | -sign_local = true;
 | 
	
		
			
				|  |  | -# Symbol to add when message is signed
 | 
	
		
			
				|  |  | -symbol = "DKIM_SIGNED";
 | 
	
		
			
				|  |  | -# Whether to fallback to global config
 | 
	
		
			
				|  |  | -try_fallback = true;
 | 
	
		
			
				|  |  | -# Domain to use for DKIM signing: can be "header" or "envelope"
 | 
	
		
			
				|  |  | -use_domain = "header";
 | 
	
		
			
				|  |  | -# Whether to normalise domains to eSLD
 | 
	
		
			
				|  |  | -use_esld = true;
 | 
	
		
			
				|  |  | -# Whether to get keys from Redis
 | 
	
		
			
				|  |  | -use_redis = false;
 | 
	
		
			
				|  |  | -# Hash for DKIM keys in Redis
 | 
	
		
			
				|  |  | -hash_key = "DKIM_KEYS";
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -# Domain specific settings
 | 
	
		
			
				|  |  | -#domain {
 | 
	
		
			
				|  |  | -#  example.com {
 | 
	
		
			
				|  |  | -#    # Private key path
 | 
	
		
			
				|  |  | -#    path = "/var/lib/rspamd/dkim/example.key";
 | 
	
		
			
				|  |  | -#    # Selector
 | 
	
		
			
				|  |  | -#    selector = "ds";
 | 
	
		
			
				|  |  | -#  }
 | 
	
		
			
				|  |  | -#}
 |