# Configuration parameters for smtptrapd
#
# The smtptrapd program is a multi-threaded daemon 
# that provides a RFC 2821 compliant SMTP service that 
# always returns a 4xx soft error to the RCPT TO verb.

# Bind address and port
# Default is to listen SMTP port (25) on all interfaces
SMTP_HOST=
SMTP_PORT=

# Host name fro SMTP banner (default is hostname)
HOST_NAME=



# chroot directory and user
CHROOT=/var/empty/
CHUSER=nobody

# Number of threads (default 10)
THREADS=

# Max accepted input queue length (default 100 bytes)
MAX_LEN=
