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 >
OS/2 REXX Batch file  |  1995-12-03  |  706b  |  15 lines

  1. rem This script sets up a single gateway
  2. rem Change the -name to be the name in newsfeeds.conf(probably the news group name)
  3. rem change mail.here.com to point to your mail server
  4. rem change juggle@here.com to point to the actual mailing list
  5. addsvc -del dxmail1
  6. addsvc -add dxmail1 xmit.exe "dxmail1 mail.here.com -at *5 * -mail juggle@here.com -name juggle"
  7.  
  8. rem Here is a second mailing list
  9. rem addsvc -del dxmail2
  10. rem addsvc -add dxmail2 xmit.exe "dxmail2 mail.here.com -at *5 * -mail kites@here.com -name kites"
  11.  
  12. Rem Here is the service used to send stuff into dnews from ntmail
  13. rem addsvc -del dposter
  14. rem addsvc -add dposter dposter.exe "dposter -dir c:\ntmail\news -to news.here.com"
  15.