home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mservb2.zip / servers.doc < prev   
Text File  |  1999-02-11  |  2KB  |  49 lines

  1. multiserver 1.0 beta 2 (c) 1998 enigma ( http://ozone.eesc.com )
  2.  
  3. This program is freeware, its guaranteed to do nothing but take up
  4. space.  It has been tested and works fine with the following BBS software:
  5. Synchronet (OS/2 and DOS versions), Renegade and Maximus.  Knowlege of
  6. how to set up basic FIDO netmail with your BBS software is required..
  7. Please report any bugs to http://ozone.eesc.com/cgi-bin/email.exe?eni
  8. The Win32 version is very much untested, though it should work.  I'd
  9. appreciate any feedback on this program =)
  10.  
  11. mserve2.exe  - OS/2 executable
  12. mserve32.exe - Win32 executable
  13.  
  14. Information on setting up multiserver with Synchronet BBS..
  15. (make the necessary changes to compensate for your other networks, if any)
  16.  
  17. 1: Go into Synchronet Config -> Networks -> Fido Echo & Netmail
  18. 2: Change the System Address to 30:30/1
  19. 3: Change the Default Outbound Address to 30:30/99
  20. 4: Change Allow Netmail to Yes
  21. 5: Change Netmail Directory to C:\SBBS\DATA\NETMAIL
  22. 6: Set up SBBSECHO to import netmail (read the docs in \sbbs\docs)
  23.    multiserver will run in.cmd or in.bat (depending on OS) when mail
  24.    comes in!
  25. 7: Edit servers.cfg & set your paths/domain..etc.
  26. 8: Edit your Command Shell(s) and add this folloring code to your E-Mail
  27.    menu:
  28.  
  29. ---->cut here<----
  30. cmdkey I
  31.         print "\r\nncIf the e-mail address is longer than 35 characters, type in hINTERNET@30:30/99nc\r\n"
  32.         print "for the Internet Address, and put \"hto: the_internet_addressnc\" on the first\r\n"
  33.         print "line of your message.  (any questions - e-mail hsysopnc!)\r\n"
  34.         print "_\r\nmhEnter E-mail Addressn: wh"
  35.         getstr str 35
  36.     compare_str ""
  37.     if_true
  38.         end_cmd
  39.         end_if
  40.     compare_str "SYSOP"
  41.     if_true
  42.         setstr "1"
  43.         end_if
  44.         mail_send
  45.     end_cmd
  46.  
  47. ---->cut here<----
  48.  
  49.