; Export parameters. ; ; INPUT is scanned for files matching FILEMASK, results are written to ; OUTPUT while logging to LOG. ; SITE is domain name, UUCP site is bang path part for UUCP mail. ; TZ is time zone ; [WAFFLE.EXPORT] COUNTFILE = MSGCOUNT.DAT INPUT = Z:\SPOOL\UUCP FILEMASK = *.CNM OUTPUT = C:\MAILER\SPOOL\ANUBIS TZ = "+0200 (EET)" SITE = "forex.ee" UUCPSITE = "forex" LOG = Z:\SPOOL\UUCP\UUCPMAIL.LOG ;MERCURY = YES ;FILEMASK = *.110 ; Import parameters. ; ; SPOOLDIR is scanned for incoming mail files matching FILEMASK and ; mail files are stored to subdirectories under MAILDIR. Subdirectory ; name is the user's bindery ID. ; Mail to unknown users is sent to POSTMASTER. ; If notify is set to YES, MESSAGE will be broadcast to each active ; user to whom the mail was delivered. ; LOG is used for logging traffic. ; SELFNOTIFY, when not set to YES, means that import will not send ; notification to it's own connection. This is needed if the gateway runs ; in background task of the user's machine (this also means, that this user ; will not get notification message at all, despite the NOTIFY settings). ; [WAFFLE.IMPORT] COUNTFILE = MSGCOUNT.DAT SPOOLDIR = C:\MAILER\SPOOL\ANUBIS UUCPDIR = C:\SPOOL\UUCP FILEMASK = *.X MAILDIR = Z:\SPOOL\UUCP POSTMASTER = MAST NOTIFY = YES MESSAGE = "*** You have new mail from Internet ***" LOG = Z:\SPOOL\UUCP\UUCPMAIL.LOG SELFNOTIFY = NO WAFFLE165 = YES STRIPPER = NO ;NAMEPART = 7 ;NOTIFYPROG = ;MERCURY = YES ; Import redirection. ; ; You can redirect mail destined to one user to another user (or users) ; and to enable delivery to Netware groups in this section. ; Import examines this table first and pmail autoforward options after ; that. ; [WAFFLE.IMPORT.REDIRECT] GURUS = #GURUS UNKNOWN_USER = SUPERVISOR ALLUSERS = #EVERYONE MULTIPLE = GUEST, SUPERVISOR, #EVERYONE ; Sleeper. ; ; Sleeper scans for EXITFLAG after each SCANFREQ minutes and exits ; if any matching files are found. If no exit flag is found in ; POLLFREQ minutes, sleeper exits anyway. ; ; You can abort the program by pressing ESC key, any other key will ; drop out one-minute loop (if you have 1-minute rescan frequency, ; this means that sleeper will scan for EXITFLAG if you press any key ; except ESC). ; [WAFFLE.SLEEPER] POLLFREQ = 15 SCANFREQ = 1 EXITFLAG = Z:\SPOOL\UUCP\*.CNM