########################################################################
### FILE:	/etc/greylistd/config
### PURPOSE:	Configuration settings for the "greylistd(8)" daemon
########################################################################

[timeouts]
# Initial delay before previously unknown triplets are allowed to pass
# Default is 1 hour = 3600 seconds
retryMin = 3600

# Lifetime of triplets that have not been retried after initial delay
# Default is 4 hours = 14400 seconds
retryMax = 14400

# Lifetime of auto-whitelisted triplets that have allowed mail to pass
# Default is 60 days = 5,184,000 seconds
expire   = 5184000


[socket]
# Path to the UNIX domain socket on which greylistd will listen
# The parent directory must be writable by the user running 'greylistd'.
# Default path is "/var/run/greylistd/socket".
path     = /var/run/greylistd/socket


[data]
# Path to the data file that will contain all whitelist and greylist hashes
# The parent directory must be writable by the user running 'greylistd'.
# Default path is "/var/lib/greylistd/data".
path     = /var/lib/greylistd/data

# UNIX filemode of that socket.  See "chmod(1)" for the meaning of this.
# Default mode is 0660.
mode     = 0660
