Name: serialmail Version: 0.75 Release: 1 Group: Utilities/System Source: ftp://koobera.math.uic.edu/pub/software/serialmail-%PACKAGE_VERSION.tar.gz URL: http://pobox.com/~djb/serialmail.html Copyright: Check with DJB Summary: Qmail Mail Transfer Agent -- Serial Mail Delivery Utilities Buildroot: /tmp/serialmail-root Requires: qmail Packager: mw@moni.msci.memphis.edu %description serialmail is a collection of tools for passing mail across serial links. It works with qmail: you use qmail to deliver messages to a maildir, and then serialmail to deliver messages out of the maildir. serialmail is designed to handle three common types of mail delivery between a dialup computer and an ISP: * Delivery to the ISP. The dialup computer sends all outgoing mail to the ISP. * AutoTURN delivery from the ISP. After the dialup computer makes an SMTP connection to the ISP, it automatically receives an SMTP connection back from the ISP if there is any new mail for it. This provides the same power as ETRN but does not require a special client. * User-controlled delivery from the ISP. A user with a shell account can switch from qmail-pop3d to serialmail without pestering the sysadmin. The user can also decide whether undeliverable messages should be left for POP retrieval or bounced back to the sender. serialmail supports SMTP, including ESMTP PIPELINING, and QMTP. serialmail uses ucspi-tcp/tcpclient for networking. It can also be used with future UCSPI clients for transparent compression, IPv6, etc. %prep %setup %build make %install INST_ROOT=$RPM_BUILD_ROOT /bin/rm -rf $INST_ROOT mkdir -p $INST_ROOT/usr/local sed "s}/usr/local}$INST_ROOT/usr/local}" conf-home > conf-home.tmp mv conf-home.tmp conf-home touch -m conf-home make install ./install touch -m conf-home make instcheck ./instcheck %clean INST_ROOT=$RPM_BUILD_ROOT /bin/rm -rf $INST_ROOT %files %doc AUTOTURN BLURB CHANGES FROMISP INSTALL README %doc THANKS TODO TOISP VERSION %doc /usr/local/bin/* /usr/local/doc/serialmail /usr/local/man/*/*