well (in reference to the first person's query) the logs don't seem to
show anything too strange as far as i can see;

dns is resolving pretty quick; in fact it's resoving to a caching
install of bind at the moment (i think someone did that in case that was
the problem. as you can see, localhost is the default resolver and this
particular query took 2 msec. the other two nameservers are on the same
lan.

zugzug # dig yahoo.com

; <<>> DiG 8.3 <<>> yahoo.com
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 3, ADDITIONAL: 3
;; QUERY SECTION:
;;      yahoo.com, type = A, class = IN

;; ANSWER SECTION:
yahoo.com.              23m55s IN A     216.115.108.243
yahoo.com.              23m55s IN A     216.115.108.245

;; AUTHORITY SECTION:
yahoo.com.              1d23h53m55s IN NS  NS3.EUROPE.yahoo.com.
yahoo.com.              1d23h53m55s IN NS  NS1.yahoo.com.
yahoo.com.              1d23h53m55s IN NS  NS5.DCX.yahoo.com.

;; ADDITIONAL SECTION:
NS3.EUROPE.yahoo.com.   4h55m21s IN A   217.12.4.71
NS1.yahoo.com.          4h55m21s IN A   204.71.200.33
NS5.DCX.yahoo.com.      4h55m21s IN A   216.32.74.10

;; Total query time: 2 msec
;; FROM: zugzug.hq.newdream.net to SERVER: default -- 127.0.0.1
;; WHEN: Mon Jul  2 09:54:48 2001
;; MSG SIZE  sent: 27  rcvd: 172

here's the startup script:
zugzug # cat /etc/init.d/qmail-start
csh -cf '/var/qmail/rc &'
zugzug # cat /var/qmail/rc
#!/bin/sh

# Using splogger to send the log through syslog.
# Using procmail to deliver messages to /var/spool/mail/$USER by
default.

exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start '|preline procmail' splogger qmail

i suppose the fact that it's using procmail as a delivery agent might be
part of the problem.....

Mike Peppard wrote:
> 
> Qmail takes hardly any cpu or memory.  It's VERY disk and
> interrupt intensive by design.  Also you shouldn't see
> your system cpu usage higher then your user usage.  That
> indicates a badly written application somewhere.  You know
> that though.
> 
> You can take portmap off.  You don't need it.  Portmap wouldn't
> make it 3 days without being broken into if it were on the
> Internet.  That's not the problem though.
> 
> Do you have how you start off qmail-send?
> My guess is that your DNS isn't resolving very well.  You have
> a stub resolver on this machine?  I don't see one.
> 
> -Mike
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Will Yardley
> > Sent: Monday, July 02, 2001 4:25 AM
> > To: [EMAIL PROTECTED]
> > Subject: qmail-send cpu and imapd / Maildir

Reply via email to