Name: fastforward Summary: qmail forwarding agent Version: 0.50 Release: 0 Copyright: Copyright Group: Utilities/System Source: ftp://koobera.math.uic.edu/pub/software/fastforward-0.50.tar.gz BuildRoot: /tmp/fastforward URL: ftp://koobera.math.uic.edu/www/fastforward.html Packager: Bruce Guenter %description fastforward handles qmail forwarding according to a cdb database. It can create forwarding databases from a sendmail-style /etc/aliases or from user-oriented virtual-domain tables. fastforward supports external mailing lists, stored in a binary format for fast access. It has a tool to convert sendmail-style include files into binary lists. fastforward is more reliable than sendmail. sendmail can't deal with long aliases, or deeply nested aliases, or deeply nested include files; fastforward has no limits other than memory. sendmail can produce corrupted alias files if the system crashes; fastforward is crashproof. fastforward's database-building tools are much faster than sendmail's newaliases. Even better, fastforward deliveries don't pause while the database is being rebuilt. fastforward does not support insecure sendmail-style program deliveries from include files; you can use qmail's secure built-in mechanisms instead. fastforward does support program deliveries from /etc/aliases. %prep %setup echo "gcc $RPM_OPT_FLAGS" >conf-cc echo "gcc $RPM_OPT_FLAGS -s" >conf-ld %build make make man %install rm -fr $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr make install ./install $RPM_BUILD_ROOT/usr < HOME %clean rm -rf $RPM_BUILD_ROOT %files %attr(-,root,root) %doc BLURB CHANGES README THANKS %attr(-,root,root) /usr/bin/* %attr(-,root,root) /usr/man/man1/*