home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / pop3d093.zip / INFOS.TXT < prev    next >
Text File  |  1995-10-21  |  3KB  |  76 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.  
  24. MAILADDR
  25. ========
  26. Create a file MAILADDR in your ETC directory, looking at this example:
  27.  
  28. ========= cut ========
  29. #User     password      Node number    Full name
  30. srtxg     passw001      2:293/2219.0   Pablo Saratxaga
  31. jln       passw002      2:293/2602.0   Jean-Louis Noel
  32. jmf       passw003      2:293/2602.10  Jean-Marc Francois
  33. dmr       dmr
  34. paa       paa
  35. hbh       hbh
  36. ========= cut ========
  37.  
  38.  
  39. For POP3D.EXE
  40. =============
  41.  
  42. Start  POP3D -fe:\mail
  43.         
  44.         -f      Base directory of the mailboxes
  45.  
  46. For INT2FID.EXE
  47. ===============
  48.  
  49. This program gates mails from the mailboxes to fido inbound (*.PKT)
  50. if a node number and a full name exist in a mailaddr entry.
  51.  
  52. int2fid -O2:293/2602.777 -nUUCP -D2:293/2602.0 -me:\mail -fd:\inbounds
  53.  
  54. With:
  55.         -D      Destination node (your node number)
  56.         -f      Fido style inbound
  57.         -m      Mailbox's base directory
  58.         -n      Name of the gate
  59.         -O      Origine node (number assigned to your gate)
  60.  
  61. jln@habcnx.interpac.be
  62. 2:293/2602
  63.  
  64. ============================= LEGAL STUFF ================================
  65. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
  66. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  67. AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
  68. THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  69. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  70. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
  71. OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  72. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  73. OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  74. ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  75. ==========================================================================
  76.