home *** CD-ROM | disk | FTP | other *** search
- |
- | Path names and other settings used by !POP
- |
- | Mail directory
- | ==============
- |
- | This is the directory for incoming and outgoing mail - it must be
- | writeable - so move it if you write protect !POP
- | It is the same format as !TCPIP (ka9q)'s maildir
- |
- set POP$MailDir <POP$Dir>.maildir
- |
- | Settings and users files
- | ========================
- |
- | Optionally move these if !POP is write protected
- |
- set POP$settings <Obey$Dir>.settings
- set POP$users <Obey$Dir>.Users
- |
- | Log file
- | ========
- | Used to log SMTP errors when running unattended
- |
- set POP$Logfile <POP$Dir>.Logfile
- |
- | Outgoing mail queue directory
- | =============================
- | Uncomment to change !POPs default
- |
- | set POP$Mqueue <POP$MailDir>.spool.mqueue
- |
- | POP mailbox file(s)
- | ===================
- | Uncomment to change !POPs default
- |
- | ... '*' will get replaced by the user name
- |
- | set POP$Mbox <POP$MailDir>.spool.mail.*
- |
- | Default POP Host
- | ================
- | ... May be able to find this from Newsbase
- IF "<NewsBase$MailName>"<>"" THEN set POP$Host <NewsBase$MailName>
- |
- | SMTP Mail gateway
- | =================
- | ... May be able to find this from Newsbase
- IF "<NewsBase$RemoteHost>"<>"" THEN set POP$SMTPgate <NewsBase$RemoteHost>
- |
- | Alias for POP setup routines
- | ============================
- | You may want to prepend "wimptask" to these - Newsbase does this itself
- |
- set Alias$POP <POP$Dir>.!Run %*0
- set Alias$POPadmin <POP$Dir>.admin %*0
- |
- | POP Kludges
- | ===========
- | The following string contains a series of 1 letter codes which apply
- | kludges to work around server incompatibilities. Currently, only one:
- | T : Use TOP <n> 1 instead of TOP <n> 0 to get message header
- | set POP$Kludges "T"
-
-