Files
pyquarantine-milter/misc/openrc/pyheader-milter.confd
2019-09-04 14:13:29 +02:00

18 lines
658 B
Plaintext

# /etc/conf.d/pyheader-milter: config file for /etc/init.d/pyheader-milter
# Set the socket used to communicate with the MTA.
# Examples:
# unix:/path/to/socket a named pipe
# inet:8899 listen on ANY interface
# inet:8899@localhost listen on a specific interface
# inet6:8899 listen on ANY interface
# inet6:8899@[2001:db8:1234::1] listen on a specific interface
SOCKET="inet:8898@127.0.0.1"
# Start the daemon as the user. You can optionally append a group name here also.
# USER="daemon"
# USER="daemon:nobody"
# Optional parameters for pyheader-milter
# MILTER_OPTS=""