Re: qmail QUEUE_EXTRA problem

2001-07-12 Thread Sumith Ail
Hi Dushyanth Let Qmail log the mails locally, you can set up fetchmail to pick up these mails and send it to another SMTP listener...NOT your local Qmail server, to avoid the bounces. Let me know if there would be better way of doing this. Regards Sumith -- Linux : Because rebooting is only

Re: quota per domain instead of per user

2001-07-12 Thread Sumith Ail
Hi Lu, Implement Unix disk quota system with user and/or group quota. #adduser user1 #/home/vpopmail/bin/vadddomian -u user1 domain1.com password Great Solution! Cheers. Sumith On Wed, Jul 11, 2001 at 10:59:51AM -0700, Lu wrote: Some time ago, I believe this topic was raised. Any thoughts

Re: qmail QUEUE_EXTRA problem

2001-07-12 Thread Dushyanth Harinath
Hi Sumith, I was able to solve it from the replies i got from [EMAIL PROTECTED] list..the problem went away when i hardcoded the log mail address .. QUEUE_EXTRA=[EMAIL PROTECTED]\0 QUEUE_EXTRALEN=13 and for my previous set up the .qmail-log file should be like /home/xyz/Maildir/ since i was

Re: qmail and Hight CPU

2001-07-12 Thread Manvendra Bhangui
root 1096 0.8 0.2 1336 348 ?SJul10 15:40 supervise qmail-imapd You have a problem with your supervise supvervising imapd. It could be if you have alread started the imapd outside supervise and hence supervise is not able to start it (bind address already in use). If the run

Re: qmail and Hight CPU

2001-07-12 Thread Ken Jones
Once you get the CPU back to normal, could you test to see if the latest vpopmail devel release causes the same problem? I had changed the signal code in vpopmail to hopefully work with supervised systems. I don't have supervise running on any of my test machines, so I can't test it. Ken Jones

Re: sqwebmail w/ encryption feature | and yes i did read INSTALL/FAQ for sqwebmail and for vpopmail

2001-07-12 Thread KEnet Webmaster
Alexus, I had the same problem once I finally got it installed over here, but it was because I didnt run the program authdaemon. When you ran the make install, it should have given you a line you n eeded to add into your start script for the machine. This is what mine told me.

sqwebmail

2001-07-12 Thread Adam Bregenzer
Hey all, I have a question. I am looking at using sqwebmail here, but I need it in english and spanish. I found a set of spanish templates, but I'm unsure how to compile sqwebmail to support both languages in one binary. Or do I need to compile two seperate copies of sqwebmail? -- Adam

4.10.29 vchkpw.c:#include wait.h typo?

2001-07-12 Thread Donal Diamond
In case anyone else is having similiar problems, on freebsd I had to change the include in chkpw.c from #include wait.h to #include sys/wait.h error was : ... gcc -I. -I/usr/local/include/mysql -g -O2 -Wall -c vchkpw.c vchkpw.c:30: wait.h: No such file or directory ... Prob just a

weird cc issue

2001-07-12 Thread Dave Woods
Getting a weird duplicate message item for my postmaster (Catch all account) in the following example the [EMAIL PROTECTED] account does not exist but the sgardener account does. The postmaster gets two mails in his mailbox. which have the only difference of the Delivered-To header as show

Re: 4.10.29 vchkpw.c:#include wait.h typo?

2001-07-12 Thread Ken Jones
Donal Diamond wrote: In case anyone else is having similiar problems, on freebsd I had to change the include in chkpw.c from #include wait.h to #include sys/wait.h error was : ... gcc -I. -I/usr/local/include/mysql -g -O2 -Wall -c vchkpw.c vchkpw.c:30: wait.h: No such

Re: 4.10.29 vchkpw.c:#include wait.h typo?

2001-07-12 Thread Donal Diamond
So I don't see any reason to have them supervised. Unsupervised it makes it easier to kill them. then i don't have to learn svscan syntax :) I was talking to one Senior admin at an ISP and his reason for not running supervise that if qmail/tcpserver dies, then there is something else

SQWebMail Designs

2001-07-12 Thread Mike Rogers
Hi All; Been using SQWEBMAIL for ages, and have always loved it. I've always thought the Interface needs to be a bit more streamlined. Are there design templates (i've seen language templates) which will give me neat designs for my SQWEBMAIL installation? Cheers; -- Mike

Re: sqwebmail w/ encryption feature | and yes i did read INSTALL/FAQ for sqwebmail and for vpopmail

2001-07-12 Thread alexus
yep.. it i run this program and now everything is working fine for me too:) although on my other machine for some reason this line wouldn't appear after make install.. any ideas what could cause this? - Original Message - From: KEnet Webmaster To: alexus ; Techzoo Lin

All domains as virtual?

2001-07-12 Thread Steven Katz
From the 'admin guide' at http://inter7.com/vpopmail/vpopmail.html: Setting up all email to be virtual We recommend that all domains be setup as virtualdomains. Is this preferable to leaving the default domain as is (non-virtual)? Why is this recommended? Thanks, Steven