home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 November / APC411-2.ISO / server / dnews52b.exe / addmail.cmd < prev    next >
Encoding:
Text File  |  1995-12-03  |  706 b   |  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.