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

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

LogFile /boot/home/log/pop3.log
LogLevel Error
LogLevel ReceiveError
LogLevel DeleteError

# Mailbox <Name> Password <Password> Address <Host> [Port <Port>] Recipient <RecipientAddress> [Source <SourceName>] [DomanName <DomainName>] [ExchangeIntervall <Intervall>] [SyncIntervall <Intervall>]
#
# Where to fetch the mail from. If no <Port> is set, the default port 110 is used. The default
# exchangeintervall is 600 seconds. syncintervall: close and reopen mailbox after intervall
# seconds.

Mailbox JohnDoe Password Secret Address "doe.net" Recipient private@john.doe.net SyncIntervall 5  ExchangeIntervall 60
