home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Spezial
/
SPEZIAL2_97.zip
/
SPEZIAL2_97.iso
/
ANWEND
/
ONLINE
/
POP3D09A
/
POP3D.CFG
< prev
next >
Wrap
Text File
|
1997-06-18
|
2KB
|
54 lines
#######################################################################
# Config file for POP3D/2 #
#######################################################################
# DEBUG_LEVEL. Used for a log-file.
DEBUG_LEVEL=4
#
# LogFile Name. If it is absent then logfile will not be created.
LOG_FILE=POP3d.LOG
#
# Users file
USERS_FILE=USERS.POP
#
# Directory for incoming mail (Temporary files).
DELIVER_AGENT=\MPTN\ETC\MAIL\POP3D
#
# Mailer to send mail.
# Reserved words (case sensitivity!):
# $sender - Sender of letter
# $file - Temporary file in DELIVER_AGENT directory
# $recipient - Recipient of letter
# Don't use I/O stream redirecting symbols '<', '>' in string. It's not works.
# For UUCP/2, UUPC/@:
#SENDMAIL=\UUCP\rmail2.exe -R$sender -F$file $recipient
# For UUPC/Ext:
SENDMAIL=\UUCP\rmail.exe -f$file -t
# For IBM OS/2 SENDMAIL 2.01:
#SENDMAIL=sendmail.exe -a $file -t
#
# BEEP=ON|OFF - turn on or off sound.
BEEP=OFF
#
# TIMEOUT - Wait idle timeout. Close up after.
TIMEOUT=10
#
# Colors section
#
DEFAULT_COLOR=F_WHITE|B_BLACK
TOP_LINE_COLOR=F_WHITE|B_CYAN|INTENSITY
BOTTOM_LINE_COLOR=F_WHITE|B_CYAN|INTENSITY
WINDOW_BORDER_COLOR=F_WHITE|B_BLUE
CONNECT_TO_COLOR=F_WHITE|B_BLUE|INTENSITY
MAIL_FROM_COLOR=F_WHITE|B_BLUE|INTENSITY
RCPT_TO_COLOR=F_WHITE|B_BLUE|INTENSITY
THREAD_COLOR=F_CYAN|B_BLUE
SIZE_COLOR=F_WHITE|B_BLUE|INTENSITY
DATA_COLOR=F_WHITE|B_RED|INTENSITY
STATUS_COLOR=F_WHITE|B_BLACK
#
#######################################################################
# #
# End of file. #
# #
#######################################################################