Re: [Q] a simple but important question - how often will qmail're-scan' the queue?

1999-08-11 Thread Silver CHEN
Thank you very much! -- Silver CHEN Magnus Bodin wrote: On Wed, 11 Aug 1999, Silver CHEN wrote: I have a simple question, how often will qmail 're-scan' the queue? In sendmail, I can set '-q15m' to let sendmail process mqueue every 15 minutes, but in qmail, how can I achieve

bouncing mail for non-existant users

1999-08-11 Thread Bitt Faulk
I'm trying to use qmail with the Cyrus IMAP server with no local users, and I've almost got it completely down. I've got a number of virtualdomains being sent to alias-domain and then a ~alias/.qmail-domain-default is delivering it to the Cyrus server. However, Cyrus doesn't have any inherent

qmail Digest 11 Aug 1999 10:00:00 -0000 Issue 725

1999-08-11 Thread qmail-digest-help
qmail Digest 11 Aug 1999 10:00:00 - Issue 725 Topics (messages 28788 through 28837): 20,000 mailboxes... 28788 by: Mirko Zeibig [EMAIL PROTECTED] 28792 by: Magnus Bodin [EMAIL PROTECTED] 28793 by: Stanley Horwitz [EMAIL PROTECTED] 28799 by: "Rick McMillin"

make errors

1999-08-11 Thread Mark Sherman
When i run the command make setup check i get the following response and cannot then go on to run ./config as it does not exist. Marc # /usr/local/bin/make setup check ( cat warn-auto.sh; \ echo CC=\'`head -1 conf-cc`\'; \ echo LD=\'`head -1 conf-ld`\' \ ) auto-ccld.sh cat auto-ccld.sh

Re: make errors

1999-08-11 Thread Petr Novotny
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 When i run the command make setup check i get the following response and cannot then go on to run ./config as it does not exist. [snip] ./makelib case.a case_diffb.o case_diffs.o case_lowerb.o \ case_lowers.o case_starts.o ./makelib: ar:

RE: make errors

1999-08-11 Thread Mark Sherman
Ehm - Thanks for the response - I'm using solaris 7 where would i find an AR tool. Marc -Original Message- From: Petr Novotny [mailto:[EMAIL PROTECTED]] Sent: 11 August 1999 15:14 To: [EMAIL PROTECTED] Subject: Re: make errors -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 When i run

RE: make errors

1999-08-11 Thread Van Liedekerke Franky
on Solaris, this is standard included, just make sure the directory /usr/ccs/bin is included in your path. Franky -- From: Mark Sherman[SMTP:[EMAIL PROTECTED]] Reply To: [EMAIL PROTECTED] Sent: Wednesday, August 11, 1999 3:12 PM To: [EMAIL PROTECTED] Subject:

Re: how often will qmail 're-scan' the queue?

1999-08-11 Thread Russell Nelson
Silver CHEN writes: I have a simple question, how often will qmail 're-scan' the queue? Each message has its own retry schedule. qmail-send keeps a listing of the queue in memory (which is why you can't change the queue out from under qmail-send) and sorts them by retry time. So, retrying

END OF RE: make errors

1999-08-11 Thread Mark Sherman
Thanks to Petr Novotny I have found the AR tool and got past step 3. Marc -Original Message- From: Mark Sherman [mailto:[EMAIL PROTECTED]] Sent: 11 August 1999 14:12 To: [EMAIL PROTECTED] Subject: RE: make errors Ehm - Thanks for the response - I'm using solaris 7 where would i find

Process heavy

1999-08-11 Thread Toby Beaumont
Hi, I'm running qmail 1.03 on RH6 with IMAP support. I'm frequently experiencing long connection wait times to Inbox, which during this time sends an imapd process to 100% and uses up truck loads of memory. This doesn't happen all the time though. pop3 connections seem fine. Anyone got some

RE: make errors

1999-08-11 Thread thomas . erskine-dated-5d2cf81eb26636fb
On Wed, 11 Aug 1999, Van Liedekerke Franky wrote: on Solaris, this is standard included, just make sure the directory /usr/ccs/bin is included in your path. Make sure /usr/ccs/bin is last if you add it to your path as there are other versions of some programs there that you don't want. I

Re: binaries

1999-08-11 Thread Mate Wierdl
I will take the old rpms off my site as soon as I completely tested qmail-run. (Well, I will move them to an "obsolete" directory for a while) I understand that the situation is a bit confusing at the ftp site, but that will disappear soon. In the meantime, I put a note in the READMEs. A

Re: 20,000 mailboxes...

1999-08-11 Thread Pedro Melo
I'm at 140k users.. right now, SQL database dumped to a CDB each 10 minutes... Going to LDAP sometime... On 10-Aug-99 Rick McMillin wrote: So how do the ISP's with those large customer bases deal with authentication? What methods do they use? Passwd? LDAP? MySQL? Rick - Original

Re: help!!

1999-08-11 Thread Russell Nelson
Robert writes: I apologize for writing this message to the list, but I have no other choice. Could someone please remove from this mailing list? I followed what I thought was the correct procedure for removing myself, but the list doesn't think I'm subscribed. Right. But

Anyone Bored

1999-08-11 Thread Mark Sherman
Anyone Bored and want to install Qmail Maildir etc on my new Sun (OS7) box Best Regards Marc P Summers

Re: Process heavy

1999-08-11 Thread Sam
Toby Beaumont writes: Hi, I'm running qmail 1.03 on RH6 with IMAP support. I'm frequently experiencing long connection wait times to Inbox, which during this time sends an imapd process to 100% and uses up truck loads of memory. This doesn't happen all the time though. pop3

POP Newbie saga continues.

1999-08-11 Thread Hawke Robinson
I thought I finally acheived victory with my problems with pop3 last night, because I was finally able to read all the backed up email (around 400+). But this morning I noticed I didn't have any new emails, and when sending tests from other domains, they neither bounced, nor showed up in my

Re: POP Newbie saga continues.

1999-08-11 Thread Dave Sill
"Hawke Robinson" [EMAIL PROTECTED] wrote: #exec env - PATH="/progs/qmail/bin:$PATH" /progs/qmail/bin/qmail-start '| preline procmail' splogger qmail Is that one line or two? Looks like two, but that could be line wrap. exec env - PATH="/var/qmail/bin:$PATH" qmail-start " cat

RE: Web Mail on Qmail.

1999-08-11 Thread qmlist
At 06:56 AM 8/10/99 , David Harris wrote: Sam [mailto:[EMAIL PROTECTED]] wrote: I presume then you leave your telnet port open on your servers because, after all, it is secure. I presume you never make a mistake programming. You can't have it both ways. If you place the following

problems compiling

1999-08-11 Thread James P Kannengieser
Hello. I am trying to compile qmail 1.03 on Solaris 7 for SPARC using gcc. When I run the command "make setup check," the process seems to work fine until it gets to the following point. makelib chmod 755 makelib ./compile case_diffb.c ./compile case_diffs.c ./compile case_lowerb.c ./compile

Re: problems compiling

1999-08-11 Thread Bitt Faulk
On Wed, 11 Aug 1999, James P Kannengieser wrote: Hello. I am trying to compile qmail 1.03 on Solaris 7 for SPARC using gcc. When I run the command "make setup check," the process seems to work fine until it gets to the following point. ./makelib: ar: not found *** Error code 1 make:

Re: problems compiling

1999-08-11 Thread Dave Sill
"James P Kannengieser" [EMAIL PROTECTED] wrote: ./makelib: ar: not found Does anyone know how I can fix this problem? Thanks in advance for your help. Either of: man ar find / -name ar -print will locate "ar", which is probably in /usr/ccs/bin. Add that directory to your path and

Re: Squashing 20,000 rumors...

1999-08-11 Thread Johannes Erdfelt
On Tue, Aug 10, 1999, Russell Nelson [EMAIL PROTECTED] wrote: Mirko Zeibig writes: Once upon a time someone in this list told (or is it on djb's site?), Redhat would do it's lists with qmail as well. Yes, they used to, but no longer. They had some trouble with qmail, didn't ask for

Infamous internic

1999-08-11 Thread Cris Daniluk
I don't know if people are aware of thi (as I dont know that I've heard it before), but it appears InterNIC users qmail for some or all of their mail, based on email headers which I've viewed. Can anyone else confirm this? If so, this is a pretty significant qmail achievement, considering the

Serial Mail/ Autoturn Not Working

1999-08-11 Thread Shashi Dahal
Dear All, I use Redhat 5.2 with qmail as the MTA. I am using the AUTOTURN feature from serialmail-0.75 for on of my clinet who uses Win NT Exchange Server. For About a week, everything worked fine, but now it is not working. Maillog shows that the mails are the mails are handled by