#
# emailrelay.conf
#
# This is a configuration file for emailrelay (http://emailrelay.sf.net).
# It is used by the emailrelay init.d script when it starts up an emailrelay
# server.
#
# The init.d script constructs an emailrelay command-line by starting
# with "--as-server --pid-file ..." and then contatenating uncommented lines
# from this file, prefixing each with "--".
#
# To enable one of the configuration switches below remove the '#' character
# on the last line in the block.
#
# Name: remote-clients
# Format: remote-clients
# Description: Allows remote clients to connect.
#
#remote-clients
# Name: spool-dir
# Format: spool-dir
# Description: Specifies the spool directory. The default is compiled into the
# program, but it is typically /var/spool/emailrelay.
#
#spool-dir /var/spool/emailrelay
# Name: interface
# Format: interface
# Description: Specifies an interface to listen on.
#
#interface 192.168.0.10
# Name: filter
# Format: filter
# Description: Defines a mail processor program which is run as each message is stored.
#
#filter /usr/local/bin/emailrelay-filter
# Name: server-auth
# Format: server-auth
# Description: Enables authentication of remote clients, using the given secrets file.
#
#server-auth /etc/emailrelay.auth
# Name: admin
# Format: admin
# Description: Enables the administration interface and specifies its listening port number.
#
#admin 10026
# Name: client-auth
# Format: client-auth
# Description: Enables authentication with the remote server, using the given secrets file.
#
#client-auth /etc/emailrelay.auth
# Name: connection-timeout
# Format: connection-timeout