LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Qmail does not Rock for me :-( (https://www.linuxquestions.org/questions/linux-software-2/qmail-does-not-rock-for-me-135947/)

jriis 01-18-2004 04:07 AM

Qmail does not Rock for me :-(
 
Hi

I have followed the how-to on qmailrocks.org and get to the point where I should patch with qmail-1.03.patch(qmailrocks.org Part 2) but where and what is "patch". The command is:

cd /usr/src/qmail/qmail-1.03 (my patch is in /usr/src/qmail/qmailrocks/patches)

patch < /path/to/qmailrocks/patches/qmail-103.patch (this is a standard recommended Qmail patch)

but patch is not found as a file. What have i done wrong here ? I run Debian(Sarge) and have downloaded the Debian package (finally I have found an easy mail server how-to and it does not work for me :-( )

Have I missed out on something here ?

david_ross 01-18-2004 09:29 AM

Take a look at:
http://www.lifewithqmail.org/lwq.html

It has been updated to work with the new netqmail tarball.

qmailrocks 01-23-2004 11:17 PM

patch package
 
Hello,

If the "patch" command is not working for you, it's likely that you may not have the "patch" utility installed on your server. The "patch" utility is part of a software package called "diffutils" (i think). It's presence is pretty common on most Unix/Linux systems, so if you don't have it on yours you probably should hurry up and get it.

First, make sure that you truly don't have the patch utility installed:

whereis patch

or

locate patch

If you get something back like "/usr/bin/patch", then try patching qmail and use the full path to the patch utility:

/usr/bin/patch < /path/to/qmailrocks/patches/qmail-103.patch

If you don't get any results, then the patch utility might not be installed on your Debian box. The easiest way to solve this problem would be to install the patch utility via "apt-get". "patch" is part of the "diffutils" software package I believe, so you may need to do a little research to find out what the actual name of the package is to install. Alternatively, you can download the source tarballs and get more information at http://www.gnu.org/software/diffutils/diffutils.html

Hope this helps,
Qmailrocks.org Administrator


All times are GMT -5. The time now is 08:33 PM.