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

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

LogFile /boot/home/log/smtp.log
LogLevel Error
LogLevel SendError

# Target <Name> Address <Address> [Port <Port>]
#
# Where to send the mail to. All mail with target <Name> will be sent
# to the system with the address <Address>. If no <Port> is set, the
# default port 25 is used. DomainName is optional to override the name
# of the machine or for the case that the name is not set. RescanIntervall
# is the time in seconds after that all mails get rescanned.

Target default Address doe.net RescanIntervall 360 ExchangeIntervall 60 DomainName doe.net
