For mail.exe ============ Look at the 'Mlocal' line in sendmail.cf (caution: use only e.exe to edit sendmail.cf) ======= cut ======= Mlocal, P=c:\tcpip\bin\mail.exe, F=lnsDFP, S=10, R=20, A=e:\mail $u $f ======= cut ======= After 'P=' put the right mail.exe path and after 'A=' the right path of the base directory of your mailboxes tree. (not wrap $u = user name, add $f). A user is valid for mail.exe if his sub-directory exists. Eg.: the subdirectory 'postmaster' (e:\mail\postmaster) must be found this is required by rfc and the subdirectory 'forward' is required to pevent loop. If mail.exe can't find the directory e:\mail\xuser, sendmail returns to the sender: 550 User unknow. MAILADDR ======== Create a file MAILADDR in your ETC directory, looking at this example: ========= cut ======== #User password Node number Full name srtxg passw001 2:293/2219.0 Pablo Saratxaga jln passw002 2:293/2602.0 Jean-Louis Noel jmf passw003 2:293/2602.10 Jean-Marc Francois dmr dmr paa paa hbh hbh ========= cut ======== For POP3D.EXE ============= Start POP3D -fe:\mail -f Base directory of the mailboxes (mandatory if no MAILDIR variable defined) -? For others commands. Is it possible to start pop3d with 'inetd'. For this, you should add a line in inetd.lst located in your etc directory: pop tcp pop3d and add a line in config.sys: SET MAILDIR=e:\mail pop3d.exe must reside in your path. For INT2FID.EXE =============== This program gates mails from the mailboxes to fido inbound (*.PKT) if a node number and a full name exist in a mailaddr entry. int2fid -O2:293/2602.777 -nUUCP -D2:293/2602.0 -me:\mail -fd:\inbounds With: -D Destination node (your node number) -f Fido style inbound -m Mailbox's base directory -n Name of the gate -O Origine node (number assigned to your gate) jln@habcnx.stben.be 2:293/2602 ============================= LEGAL STUFF ================================ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==========================================================================