Short: SMTP sender for UUCP spool mail jobs -- needs amitcp inet-handler Author: Ignatios Souvatzis Uploader: Ignatios Souvatzis Type: comm/tcp Version: 0.38 Architecture: generic This is a REXX program to send away via SMTP mail jobs found in the UUCP spool area for a certain mail gateway named in the configuration section. It will allow you to use the UUCP spooling mechanism with your Internet mail, or send mail away while IP is running, if you operate mixed UUCP and IP (as I did in my youth). It was developed and tested by me with OS2.04, later OS3.1, and AmiTCP3.0b2; one of my betatesters had AmiTCP 2.x I think, and didn't complain. The current version was tested with AmiTCP 4.0. REQUIREMENTS: - REXX and rexxsupport.library (don't know whether pre-OS2.04 versions will do) - AmiTCP with inet-handler mounted. - wUUCP 0.0.29. Older version should do it as well. Don't know about other UUCP packages. INSTALLATION Edit the file with your favourite text editor: In the configuration variables section near the top: - Change the host variable in the script to your mail gateway. - Maybe change the port variable in the script to your mail gateway port - If you want lots of debugging output, set debug to 1 - if you want to limit the used bandwidth, set "limitband" to 1 and set "bufsize" to the amount of bytes to send per second. KNOWN PROBLEMS currently none. HISTORY 0.38 Fri Sep 23 12:15:05 CEST 2005 - make the target TCP port configurable 0.37 Tue Jun 30 16:29:11 MET DST 1998 - make it 7bit-clean for posting in source newsgroups. 0.36 Thu Jun 25 12:04:22 MET DST 1998 - mega debugging session with bjoern@baer.mayn.de. CRLF conversion is working now. - change bandwidth limitation to default off, and configurable. 0.35 very olde version.