# hostname
# ========
# You must tell the daemon which hostnames belong to you
# Usually only a single hostname!

# hostname acustomer.demon.co.uk


# localdomain
# ===========
# list the e-mail domains to handle - ie. domains local to the machine
# Mail addressed to one of these domains eg. user@localdomain will
# be accepted as destined for local delivery.  For the majority of
# users this will be the same as hostname above (this would include
# single-host Demon subscribers for example).  Alias file leaf names
# are an optional second parameter.

# localdomain acustomer.demon.co.uk aliases

# forwarder
# =========
# list the e-mail domains for which this machine is a forwarder
# format is:  forwarder domain how
# where domain is a domain (or * meaning all)
# and how is either MX or the name of a 'smarthost' which will forward it

# forwarder * MX

# acceptfrom
# ==========
# reject mail from hosts other than those listed in acceptfrom
# don't have any acceptfrom entries to allow 'open' access to 
# the server.

# rejectfrom
# ==========
# reject mail from hosts listed here


# noexpand
# ========
# if this directive is present, then EXPN commands from remote hosts
# will be met with:  252 EXPN Alias expansion disabled by local policy

# noexpand

# noiconbar
# =========
# if this directive is present, then no icon bar icon will be installed
# and the only way of stopping the program is to run it again.

# noiconbar

# killfile
# ========
# This directive defines a file containing a list of senders from whom
# mail is to rejected.  MAIL attempts from that user will be met with:
# 550 Sender <whatever> rejected by local policy

killfile smtpserver:killfile
