# specify what address/port DKIMproxy should listen on listen 127.0.0.1:10028 # specify what address/port DKIMproxy forwards mail to relay 127.0.0.1:10029 # specify what domains DKIMproxy can sign for (comma-separated, no spaces) domain anarcha.pink # specify what signatures to add signature dkim(a=rsa-sha256,c=relaxed) signature domainkeys(a=rsa-sha1,c=nofws) # specify location of the private key keyfile /etc/dkimproxy/private.key # specify the selector (i.e. the name of the key record put in DNS) selector mail # control how many processes DKIMproxy uses # - more information on these options (and others) can be found by # running `perldoc Net::Server::PreFork'. #min_servers 5 #min_spare_servers 2