# Anders Brander # Automaticly patch qmail # March 2003 all: remove qmail remove: rm -rf qmail-1.03 qmail: qmail-1.03 qmail-smtpd-auth-0.31 qmail-1.03-tls.patch netscape-progress.patch qmail-103.patch qmail-popup-CAPA-2.patch qmail-smtpd-eudora1.patch qmailqueue-patch cd qmail-smtpd-auth-0.31 ; cp README.auth base64.c base64.h ../qmail-1.03 patch -s -d qmail-1.03 < qmail-smtpd-auth-0.31/auth.patch # smtp-auth patch -s -d qmail-1.03 < qmail-1.03-tls.patch # starttls patch -s -d qmail-1.03 < netscape-progress.patch # Netscape patch -s -d qmail-1.03 < qmail-103.patch # big dns patch -s -d qmail-1.03 < qmail-popup-CAPA-2.patch # CAPA patch -s -d qmail-1.03 < qmail-smtpd-eudora1.patch # Eudora SSL patch -s -d qmail-1.03 < qmailqueue-patch # QMAILQUEUE @echo -e "\nQmail ready to config and compile..." qmail-1.03: qmail-1.03.tar.gz tar xfz qmail-1.03.tar.gz qmail-1.03.tar.gz: wget -q http://cr.yp.to/software/qmail-1.03.tar.gz qmail-smtpd-auth-0.31: qmail-smtpd-auth-0.31.tar.gz tar xfz qmail-smtpd-auth-0.31.tar.gz qmail-smtpd-auth-0.31.tar.gz: wget -q http://members.elysium.pl/brush/qmail-smtpd-auth/dist/qmail-smtpd-auth-0.31.tar.gz qmail-1.03-tls.patch: wget -q http://inoa.net/qmail/qmail-1.03-tls.patch @echo "*** You need to manually edit this file... edit and run make again"\ ; exit 1 netscape-progress.patch: wget -q http://qmail.null.dk/netscape-progress.patch qmail-103.patch: wget -q http://www.ckdhr.com/ckd/qmail-103.patch qmail-popup-CAPA-2.patch: wget -q http://qmail.null.dk/qmail-popup-CAPA-2.patch qmail-smtpd-eudora1.patch: wget -q http://fmail.dk/stuff/qmail-smtpd-eudora1.patch qmailqueue-patch: wget -q http://www.qmail.org/qmailqueue-patch