Qmail guide
Qmail Guide is now finished! Please post your valuable feedback.

Nasim Mansurov is a professional photographer based out of Denver, Colorado. He is the author and founder of
The Mansurovs, along with a number of other online resources. Read more about Nasim
here.
Related posts:
- Apache, PHP, GD & Mod_Perl Guide
- Qmail guide updates
- Qmail Guide has been updated
- Qmail SMTPS problem fixed
- Qmail and Russian GD Guides
01/21/2007 - 09:40
I am stuck in configuring maildrop to work in qmail.I appreciate if you can send me any information regarding this problem.
09/20/2007 - 23:50
Hello,
oot@mail:/var/src/netqmail-1.05/netqmail-1.05# make
make: Warning: File `conf-spawn’ has modification time 2.3e+04 s in the future
./auto-int auto_spawn `head -1 conf-spawn` > auto_spawn.c
./compile auto_spawn.c
./load chkspawn substdio.a error.a str.a fs.a auto_spawn.o
./chkspawn
Oops. Your system’s FD_SET() has a hidden limit of 1024 descriptors.
This means that the qmail daemons could crash if you set the run-time
concurrency higher than 509. So I’m going to insist that the concurrency
limit in conf-spawn be at most 509. Right now it’s 1000.
make: *** [spawn.o] Error 1
make: *** [spawn.o] Error 1
root@mail:/var/src/netqmail-1.05/netqmail-1.05# uname -a
Linux mail 2.6.19-4-server #2 SMP Thu Apr 5 06:07:34 UTC 2007 i686 GNU/Linux
root@mail:/var/src/netqmail-1.05/netqmail-1.05#
how can i configure my linux kernels?
08/17/2008 - 02:00
ra: Type the following:
echo “-lssl -lcrypto” > ssl.lib
Then, re-run “make setup check” and it will work just fine :)