# Sample config file for news2mail
# Alex Shnitman, 1998

# Specify the NNTP server. Defaults to "localhost".
nntpserver news.your.company.com

# Specify the port to use on the NNTP server. Defaults to 119.
nntpport 119

# Specify the SMTP server. Defaults to "localhost".
smtpserver localhost

# Specify the port to use on the SMTP server. Defaults to 25.
smtpport 25

# Specify the address from which the digests will appear to arrive.
# Defaults to "News Digest <digest@news2mail.com>".
#from My Name <my.address@host.com>

# Specify the address to which the digests will appear to be sent.
# Defaults to "Digest Recipients <digest@news2mail.com>".
# Note: this address does NOT alter the behaviour of news2mail! It always
# will send the digests to the people subscribed to the newsgroup. This
# line will just appear in the "To: " header. You can put anything you
# want here.
to Digest Recipients <digest@news2mail.com>

# Specify the log file to use. Defauls to no file logging.
logfile log.txt
