home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / popsrv22.zip / INFOS.TXT < prev    next >
Text File  |  1997-07-20  |  3KB  |  88 lines

  1. For mail.exe
  2. ============
  3.  
  4. Look at the 'Mlocal' line in sendmail.cf (caution: use only e.exe to
  5. edit sendmail.cf)
  6.  
  7. ======= cut =======
  8. Mlocal, P=c:\tcpip\bin\mail.exe, F=lnsDFP,  S=10, R=20, A=e:\mail $u $f
  9. ======= cut =======
  10.  
  11. After 'P=' put the right mail.exe path and after 'A=' the right path of
  12. the base directory of your mailboxes tree. (not wrap $u = user name, add $f).
  13.  
  14. A user is valid for mail.exe if his sub-directory exists. Eg.: the subdirectory 
  15. 'postmaster' (e:\mail\postmaster) must be found this is required by rfc and
  16. the subdirectory 'forward' is required to pevent loop.
  17.  
  18. If mail.exe can't find the directory e:\mail\xuser, sendmail returns to
  19. the sender:
  20.         
  21.         550 User unknow.
  22.  
  23. CAUTION: With warp 4.0 use this sendmail.cf and use files 'mailusr' at host
  24.   level and stbenusr at domain level. The format of this files are only a list
  25.   of users (right part of address).
  26.  
  27. MAILADDR
  28. ========
  29. Create a file MAILADDR in your ETC directory, looking at this example:
  30.  
  31. ========= cut ========
  32. #User     password      Node number    Full name
  33. srtxg     passw001      2:293/2219.0   Pablo Saratxaga
  34. jln       passw002      2:293/2602.0   Jean-Louis Noel
  35. jmf       passw003      2:293/2602.10  Jean-Marc Francois
  36. dmr       dmr
  37. paa       paa
  38. hbh       hbh
  39. ========= cut ========
  40.  
  41.  
  42. For POP3D.EXE
  43. =============
  44.  
  45. Start  POP3D -fe:\mail
  46.         
  47.         -f      Base directory of the mailboxes
  48.                 (mandatory if no MAILDIR variable defined)
  49.         -?      For others commands.
  50.  
  51. Is it possible to start pop3d with 'inetd'. For this, you should add
  52. a line in inetd.lst located in your etc directory:
  53.         pop tcp pop3d
  54. and add a line in config.sys:
  55.         SET MAILDIR=e:\mail
  56. pop3d.exe must reside in your path.
  57.  
  58. For INT2FID.EXE
  59. ===============
  60.  
  61. This program gates mails from the mailboxes to fido inbound (*.PKT)
  62. if a node number and a full name exist in a mailaddr entry.
  63.  
  64. int2fid -O2:293/2602.777 -nUUCP -D2:293/2602.0 -me:\mail -fd:\inbounds
  65.  
  66. With:
  67.         -D      Destination node (your node number)
  68.         -f      Fido style inbound
  69.         -m      Mailbox's base directory
  70.         -n      Name of the gate
  71.         -O      Origine node (number assigned to your gate)
  72.  
  73. jln@habcnx.stben.be
  74. 2:293/2602
  75.  
  76. ============================= LEGAL STUFF ================================
  77. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
  78. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  79. AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
  80. THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  81. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  82. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
  83. OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  84. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  85. OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  86. ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  87. ==========================================================================
  88.