
mail at godfur
Jul 6, 2008, 4:36 PM
Post #3 of 5
(463 views)
Permalink
|
thank you. i rebuild the whole thing. now it seems to be working. what was really weird is that i got logged errors like: Remote_host_said:_421_out_of_memory_(#4.3.0) and i started with: softlimit -m 5000000 and not 2000000 as default. now with 7000000 it appears to be working. slow... i have a current server running with softlimit -m 5000000 and it does some filtering. it's not netqmail. it's just qmail with some patches. this install without any filtering - jsut out of the box - needs softlimit -m 7000000?! why is that? is that normal for netqmail? Andrew Richards wrote: > On Sunday 06 July 2008 23:06, kalin m wrote: > >> hi all... >> >> just compiled and installed qmail netqmail 1.0.6 following the >> instructions on lifewithqmail. >> >> it's not the first time i'm intalling qmail but until now i always >> used the original 1.0.3 and pached it myself. it always worked. not >> with netqmail i have some problems. >> >> it installs fine. and i start it with qmailctl start. i can see all >> the normal processes. then if i do telnet host 25 from a remote. i >> get 'Connection refused'. >> >> same thing if i do it on localhost. >> >> the cdb file has only the very first 127. line and i redid a few >> times. >> >> netstat doesn't show any smtp ports open... sendmail is off. >> >> but: >> >> # qmailctl stat >> /service/qmail-send: up (pid 14896) 194 seconds >> > Ok > > >> /service/qmail-send/log: up (pid 16466) 0 seconds >> > So the logging process for qmail-send is trying but failing to start > > >> /service/qmail-smtpd: up (pid 16468) 0 seconds >> > So qmail-smtpd is trying but failing to start > > >> /service/qmail-smtpd/log: up (pid 16467) 0 seconds >> > So the logging process for qmail-smtpd is trying but failing to start > > To find out what's wrong, see what readproctitle reports: > ps auxw | grep readproctitle > > >> messages in queue: 1 >> messages in queue but not yet preprocessed: 0 >> >> >> # ps -auwx | grep qmail >> root 637 0.0 0.0 1360 756 con- S 3:59PM 0:00.04 >> supervise qmail-smtpd >> root 639 0.0 0.0 1360 720 con- I 3:59PM 0:00.00 >> supervise qmail-send >> qmails 642 0.0 0.0 3104 792 con- I 3:59PM 0:00.01 >> qmail-send qmaill 643 0.0 0.0 1372 660 con- S 3:59PM >> 0:00.01 /usr/local/bin/multilog t /var/log/qmail/smtpd >> qmaill 644 0.0 0.0 1372 660 con- I 3:59PM 0:00.00 >> /usr/local/bin/multilog t /var/log/qmail >> qmaill 650 0.0 0.0 3104 744 con- I 3:59PM 0:00.00 >> splogger qmail >> root 651 0.0 0.0 3104 720 con- I 3:59PM 0:00.00 >> qmail-lspawn ./Maildir/ >> qmailr 652 0.0 0.0 3104 716 con- I 3:59PM 0:00.00 >> qmail-rspawn >> qmailq 653 0.0 0.0 3104 716 con- I 3:59PM 0:00.00 >> qmail-clean root 1607 0.0 0.0 1632 952 p0 R+ 4:02PM >> 0:00.00 grep qmail >> >> >> i'm not sure >> >> the machine is freebsd 7. >> >> thanks.... >> > >
|