home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Windows 95.com 1996 September
/
WIN95_09961.iso
/
srvmisc
/
dnews24p.exe
/
data.z
/
addmail.cmd
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-12-03
|
706b
|
15 lines
rem This script sets up a single gateway
rem Change the -name to be the name in newsfeeds.conf(probably the news group name)
rem change mail.here.com to point to your mail server
rem change juggle@here.com to point to the actual mailing list
addsvc -del dxmail1
addsvc -add dxmail1 xmit.exe "dxmail1 mail.here.com -at *5 * -mail juggle@here.com -name juggle"
rem Here is a second mailing list
rem addsvc -del dxmail2
rem addsvc -add dxmail2 xmit.exe "dxmail2 mail.here.com -at *5 * -mail kites@here.com -name kites"
Rem Here is the service used to send stuff into dnews from ntmail
rem addsvc -del dposter
rem addsvc -add dposter dposter.exe "dposter -dir c:\ntmail\news -to news.here.com"