Question about OpenBSD and FD_SET()

2000-10-25 Thread Collin B. McClendon
Hello, I'm trying to put together a high volume mail server using qmail and OpenBSD. Has anyone found what kernel paramater one would need to get beyond the hidden file descriptor limit of 256? So far I'm getting about 20,000 emails and hour going out with concurrency of 120. Thanks, Collin

FD_SET() for forking many processes such as Qmail

2000-10-26 Thread Collin B. McClendon
I found the answer, the FD_SET is located in /usr/src/sys/sys/types.h I upped this from 256 to 1024, I hope this works. -Collin

RE: Question about OpenBSD and FD_SET()

2000-10-27 Thread Collin B. McClendon
. -Collin -Original Message- From: Nicolas Deslions [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 26, 2000 3:34 AM To: 'Collin B. McClendon'; 'Qmail List (E-mail)' Subject: RE: Question about OpenBSD and FD_SET() Hi, On my FreeBSD system i modified the file /usr/i

qmail won't deliver emails?

2000-11-21 Thread Collin B. McClendon
194) by listserv.investorlinks.com with SMTP; 21 Nov 2000 20:57:16 - Received: by karma.Macrosys.com with Internet Mail Service (5.5.2650.21) id ; Tue, 21 Nov 2000 15:52:12 -0500 Message-ID: <[EMAIL PROTECTED]> From: "Collin B. McClendon" <[EMAIL PROTECTED]> To: &q

creating an aliases.cdb without newaliases?

2000-11-28 Thread Collin B. McClendon
I've looked and not found much so here goes: I have used newaliases on several systems, however it only creates an aliases.db. Perhaps I'm overlooking something simple. I've gotten the cdb source, used cdbmake, doesn't seem compatible, cdbmake-12 does the same thing. I end up with a .cdb file how

RE: creating an aliases.cdb without newaliases?

2000-11-29 Thread Collin B. McClendon
ce [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 28, 2000 2:26 PM To: Collin B. McClendon Cc: Qmail List (E-mail) Subject: Re: creating an aliases.cdb without newaliases? On Tue, Nov 28, 2000 at 10:46:04AM -0500, Collin B. McClendon wrote: > I've looked and not found much so here g

Listserv from Lsoft and .qmail-xxxx

2000-12-07 Thread Collin B. McClendon
Hello, I've been using listserv on so far on a sendmail platform, I'm moving the server to qmail. However I've had some wierd problems. Fastforward works with my old aliases as long as there is no local user of the same name as the alias, i.e. listserv doesn't get sent to fastforward. If I put a .

qmail sending to local users before a piped alias?

2000-12-08 Thread Collin B. McClendon
I'm piping mail to listserv@ to a lsoft program. However the local user gets the mail not th program in the .qmail-listerv alias. How can I fix this? I'm doing something temporary with aliasing lists@ but this isn't what I really want.. Thanks Collin

RE: Qmail and Large Scale Dynamic Mailings

2000-12-29 Thread Collin B. McClendon
Hello All, I'm having wierd issues with my large mailing lists. I have one with 9k and one with 22k of subscribers. I've applied big-concurrency, but not the sysctl.conf changes mentioned here. I had this machine serving just fine with OpenBSD but after adding listserv I had to change OS's. I hav

Can a que in Qmail get stuck?

2001-01-12 Thread Collin B. McClendon
Hello, I was wondering if anyone else has had this issue. I am running listserv lists with about 10k in one list and 20k in the other. It seems that since i switched to Linux as the operating system instead of BSD, the que gets stuck on one domain and takes forever. The only way to get mail out i

RE: Can a queue in Qmail get stuck?

2001-01-12 Thread Collin B. McClendon
ry 12, 2001 11:31 AM To: Qmail List (E-mail) Subject: Re: Can a que in Qmail get stuck? On Fri, Jan 12, 2001 at 09:44:33AM -0500, Collin B. McClendon wrote: > Hello, > I was wondering if anyone else has had this issue. I am running listserv > lists with about 10k in one list and 20k in th

My Logs for qmail

2001-01-12 Thread Collin B. McClendon
Hello all, Per Mark's suggestion I have put my maillogs up for perusal at this URL: http://listserv.investorlinks.com/qmail/ I am using Qmail 1.03 on RedHat Linux 6.2. I have applied big-concurrency, big-todo, fastforward and dotforward. I also am use the tcpserver from uscpi tools. I have soft l

Qmail and Syslogd?

2001-01-18 Thread Collin B. McClendon
Hello, In light of my recent delivery issues, I was curious as to whether syslogd may have anything to do with it? During a mail run of our mailing lists syslogd is hitting 90% processor usage or more and staying there. Just curious, Collin

Qmail and Syslogd

2001-01-18 Thread Collin B. McClendon
Thanks! I'm reading up on multilog now and I appreciate the responses. I've just gone from a dog of a server, to having hit the concurrency limit of 256, very nice. ( I killed syslogd for now, I have to get this mailing list out) -Collin