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

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

#LogFile /boot/home/log/pop3d.log

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

#Port 110

# MaxConnections <Number>
#
# We limit the maximum number of allowed connections down to 5.

#MaxConnections 5

# User <Name> Password <Password> Target <Target>
#
# Here we have one mailbox for the target privatepop3. The username
# is "JohnDoePrivate" and the password is "Secret".

User JohnDoePrivate Password Secret Target "privatepop3"
