home *** CD-ROM | disk | FTP | other *** search
- 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"
-