# smtpd - settings file.
#
# Optionals are commented out.

# LogFile <Name>
#
# Where to send the logoutput to.

#LogFile /boot/home/log/smtpd.log

# Port <Number>
#
# This is the port on which smtpd should accept connections on.

#Port 25

# MaxConnections <MaxConnections>
#
# These are the maximum parallel connections.

#MaxConnections 50

# Source <SourceName>
#
# The source this smtpd identifies itself as. This may not be very important for
# smtpd, so most probably you won't need it.

#Source "smtpd"

# DomainName <DomainName>
#
# The domain name of this system for the case the system doesn't know
# it or it does know the wrong one.

#DomainName whatever.somewhere.com

#RelayFilter AllowedSender *stegemann.net
#RelayFilter AllowedRecipient *stegemann.net
#RelayFilter AllowedIPAddress 192.*.*.*
#RelayFilter AllowedDomainName *.stegemann.net
