erorr when patch --verbose -p1 /tmp/big-concurrency.patch

2001-03-29 Thread Sid Wilroy
-- Patching file `qmail-send.c' using Plan A... Hunk #1 succeeded at 262. Hunk #2 FAILED at 908. Hunk #3 succeeded at 1547. Hunk #4 succeeded at 1555. 1 out of 4 hunks FAILED -- saving rejects to qmail-send.c.rej Hmm... The next patch looks like a unified diff to me...

Should I worry about these compile warnings?

2001-03-29 Thread Sid Wilroy
maildirwatch.c:62: warning: return type of `main' is not `int' ./load maildirwatch hfield.o headerbody.o maildir.o \ prioq.o now.o getln.a env.a open.a strerr.a stralloc.a \ alloc.a substdio.a error.a str.a idedit.c:124: warning: return type of `main' is not `int' ./load idedit strerr.a

queue is not going down...

2001-02-16 Thread Sid Wilroy
I have a problem with messages staying in the queue. I was running some tests that relayed 7,000 messages through one qmail server (n201) to another qmail server (saturn) which processed the messages locally. All on a local network. [root@n201 bin]# ./qmail-qstat messages in queue: 252 messages

Re: Mail hub for relay and outgoing only - no local

2001-02-16 Thread Sid Wilroy
[EMAIL PROTECTED] wrote: Having been charged with the task of creating a new mail server for our local Sun boxes, I looked at sendmail again, realized what a pain it would be and turned to qmail. Setup of qmail has been relatively easy considering until last week I hadn't even heard about

Re: high volume server configurations

2001-02-15 Thread Sid Wilroy
The reason I have 200 in the conf-split so 200 sub queue directories will be created to increases file access time by reducing inode table seek time. I also went ahead a made the file system of /var/qmail/queue xfs.. Peter van Dijk wrote: On Wed, Feb 07, 2001 at 01:41:17PM -0600, Sid Wilroy

qmail-clean removing unsuccessful attempts

2001-02-15 Thread Sid Wilroy
, Feb 07, 2001 at 01:41:17PM -0600, Sid Wilroy wrote: Can someone point me to a doc of how to optimize qmail for relaying only? I don't need local delivery - nada... We are trying to get 25 mailings per second.. What I have done thus far is: 200 in conf-split conf-split should

Has anyone used qmail with xfs on Linux 2.4?

2001-02-13 Thread Sid Wilroy
We seem to have a bottleneck reading our /var/qmail/queue, so we were looking at alternatives like: 1) Create a large ram disk and have the queue mounted there ( can't seem to create a ram disk any larger than 4M) Any ideas on using a ram disk for the queue? Has anyone been successful in creating

high volume server configurations

2001-02-07 Thread Sid Wilroy
Can someone point me to a doc of how to optimize qmail for relaying only? I don't need local delivery - nada... We are trying to get 25 mailings per second.. What I have done thus far is: 200 in conf-split 255 in conf-spawn 255 in concurrencyremote I also applied these patches: qmail-1.03]#