RE: [vchkpw] Roaming users / POP toasters

2004-02-26 Thread Shane Chrisp
We do it, but we are using MySQL auth. The servers only need to see the sql server to get the information. Im also using the tcpserver patch so as to not have to rebuild the cdb file.   Shane From: John [mailto:[EMAIL PROTECTED] Sent: Friday, 27 February 2004 12:11 AMTo: [EMAIL

RE: [vchkpw] Have I screwed myself?

2004-03-07 Thread Shane Chrisp
Yes if you use vpopmail + the chkusr patch, you can prevent those messages from ever reaching the queue of your mail server. Im not familiair with a qmail + Checkpassword with the MySQL patch setup, so you may need to recompile qmail to get it all working nicely. See a few of the howto docum

RE: [vchkpw] how to make sender does not receive it's own email ?

2004-03-09 Thread Shane Chrisp
This has already been answered. There is _no_ way to achieve this without you hacking away, or paying someone else to hack away at the code to add this sort of functionality. As for the mailing list, im not sure if there is a echo off type function that the customer can use to not receive their own

RE: [vchkpw] Enter Network Password

2004-03-10 Thread Shane Chrisp
I had the same problem with a customer the other day. It turned out to be an accounts pop server had changed to localhost. Strange considering that he had done nothing to the computer and only he uses it. I suspect a new virus. Other than that, I can only think of the log onto network option under

RE: [vchkpw] Enter Network Password

2004-03-10 Thread Shane Chrisp
Antivirus program was my first thought too, but he swears he hasn't installed anything. Strange it was working one day and not the next, but that's pc's for ya. Shane >-Original Message- >From: tonix (Antonio Nati) [mailto:[EMAIL PROTECTED] >Sent: Wednesday, 10 March 2004 11:36 PM >To:

RE: [vchkpw] Howto block querys from user?

2004-03-14 Thread Shane Chrisp
iptables -A INPUT -p tcp -s 217.233.6.196 --dport 25 -j DROP will do what you want Shane >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Sunday, 14 March 2004 10:46 PM >To: [EMAIL PROTECTED] >Subject: [vchkpw] Howto block querys from user? > >Hi folks! > >

RE: [vchkpw] problems with vpopmail tools

2004-03-17 Thread Shane Chrisp
> >:/home/vpopmail/bin # ./vadddomain miodominio.com >Please enter password for postmaster: >enter password again: >vmysql: sql error[c]: MySQL server has gone away >vmysql: sql error[b]: MySQL server has gone away >Error. Failed while attempting to add domain to auth backend >vmysql: sql error

RE: [vchkpw] problems with vpopmail tools

2004-03-17 Thread Shane Chrisp
17 March 2004 6:41 PM >To: [EMAIL PROTECTED] >Subject: Re: [vchkpw] problems with vpopmail tools > >Shane Chrisp wrote: > >>>:/home/vpopmail/bin # ./vadddomain miodominio.com >>>Please enter password for postmaster: >>>enter password again: >>

RE: [vchkpw] Clear mailbox

2004-03-17 Thread Shane Chrisp
>Hello, > >In the process to install a new qmail/vpopmail server, I have a problem >with some mail that arrives before any spam filter is installed. There >is a lot of mailboxes and in each I can see some mail. I check some of >them : it's only spam. > ># l /var/lib/vpopmail/domains///Maildir/new/

RE: [vchkpw] Clear mailbox

2004-03-17 Thread Shane Chrisp
Delete the maildir file as well and it will be recreated. Shane >-Original Message- >From: Patrick Paysant [mailto:[EMAIL PROTECTED] >Sent: Wednesday, 17 March 2004 8:49 PM >To: [EMAIL PROTECTED] >Subject: RE: [vchkpw] Clear mailbox > >> You can just rm the files from the Maildir. Once

RE: [vchkpw] APOP authentication

2004-03-22 Thread Shane Chrisp
>Am Mo, 2004-03-22 um 13.34 schrieb Lorenzo Iacovone: >> Sorry for my bad english. >> Can anyone help me for setting up APOP authentication with vpopmail >> 5.4.0? >I thought vpopmail comes automaticly with APOP? >It is not somewhere in the README or somewhere else? I didn't do anything special an

[vchkpw] qscanq + qmail-spamc

2004-03-25 Thread Shane Chrisp
I have just setup qscanq to drop the load on the mail server a bit and I have also compiled the qmail-spamc wrapper from spamassassin, but im now stuck as to how to call them both with the qmailqueue patch. Has someone done this that can give me a hint as to how your calling them one after the othe

RE: [vchkpw] vpopmail database?

2004-03-27 Thread Shane Chrisp
Its uses system crypt as far as im aware so you wont be able to just copy the passwords, but you might want to look at learnpasswords option.   Shane From: Chris Miller [mailto:[EMAIL PROTECTED] Sent: Sunday, 28 March 2004 2:31 AMTo: [EMAIL PROTECTED]Subject: RE: [vchkpw] vpopma

RE: [vchkpw] SMTP AUTH

2004-03-27 Thread Shane Chrisp
does mysql -D vpopmail -user=vpopmail --password=pass get you in as well? Im guessing you might need to escape the \+ sign or your permissions on the vpopmail.mysql file are wrong. -rw-r-1 vpopmail vchkpw235 Sep 4 2003 vpopmail.mysql Shane. >-Original Message- >From:

RE: [vchkpw] SMTP AUTH

2004-03-27 Thread Shane Chrisp
l vchkpw 41 Mar 27 14:24 vpopmail.mysql > > >Thanks, > >Chris Miller >Compuville >www.compuville.net > > >-Original Message- >From: Shane Chrisp [mailto:[EMAIL PROTECTED] >Sent: Saturday, March 27, 2004 2:19 PM >To: [EMAIL PROTECTED] >Subject: RE: [vchkp

[vchkpw] OT: Hardware Experiences for a qmail + vpopmail install

2004-03-30 Thread Shane Chrisp
Hi, I know this is a little off topic, but still sort of related. Im putting together spec's for a new replacement server to host our qmail/vpopmail install and im thinking of using something similar to below. I was just interested in others oppinions/feedback in that someone may have had good or

RE: [vchkpw] MySQL questions, vchkpw & tcpserver

2004-03-30 Thread Shane Chrisp
Im not certain, but I think you can add the IP like 192.168.0 with a NULL timestamp with version 2 of the tcpserver patch. Shane >-Original Message- >From: Joel Newkirk [mailto:[EMAIL PROTECTED] >Sent: Tuesday, 30 March 2004 11:41 PM >To: [EMAIL PROTECTED] >Subject: [vchkpw] MySQL quest

RE: [vchkpw] MySQL questions, vchkpw & tcpserver

2004-03-30 Thread Shane Chrisp
The mysql server patch for tcpserver works very well and its simple to use. That's aside from the fact that almost every qmail install out there is using tcpserver anyway. Makes sense to keep it simple. But each to their own, I personally would rather keep all the IP's that are allowed to relay in

RE: [vchkpw] Add domain error with MySQL

2004-04-05 Thread Shane Chrisp
Are you running the vpopmail commands as root?   If this is not the problem, then a bit more information would be helpful, such as version of vpopmail your using, platform your running on, log info etc.   Shane From: Thiago M. Campos [mailto:[EMAIL PROTECTED] Sent: Tuesday, 6 Apri

[vchkpw] Corrupt rcpthosts?

2004-04-07 Thread Shane Chrisp
This is really a qmail question, but I wanted to see if maybe it someone else has seen a similar problem. All of a sudden our mail server started rejecting all mail with 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1). Upon investigation, it turns out that the rcpthosts fil

RE: [vchkpw] incdir

2004-04-07 Thread Shane Chrisp
Its looking for you mysql include files. Depending on your system they may be in /usr/lib rather than /usr/lib/mysql or /usr/local/lib/mysql   Try using --with-incdir=/usr/lib   Shane From: Jasmine [mailto:[EMAIL PROTECTED] Sent: Wednesday, 7 April 2004 10:43 AMTo: [EMAIL PROT

[vchkpw] Which File System?

2004-04-07 Thread Shane Chrisp
Hi All, Im in the process of setting up a new server with a large disk array of sata disks running on debian and im wondering if I should stick with ext3 or go with reiserFS. Whats your experiences been either way? cheers Shane

[vchkpw] Bug?

2004-04-07 Thread Shane Chrisp
Ive started getting the same error that a few others have mentioned recently in 5.4.3. I havnt changed anything, and I think its only started since upgrading to 5.4.3. I ran 5.4.0-rc2 for a long while prior to upgrading and don't think I saw the error once then. vmysql: sql error[1]: Can't create

RE: [vchkpw] vadddomain

2004-04-13 Thread Shane Chrisp
Whats in your ~vpopmail/etc/vpopmail.mysql file?   The format is meant to be like   192.168.0.1|3306|vpopmail|password|vpopmail   The password is plain text as well.   Sometimes there is a problem with connections using sockets so its worth trying to connect with tcp instead.   Shane

RE: [vchkpw] Vchkpw@inter7.com - Paypal account limited.

2004-04-14 Thread Shane Chrisp
Title: Dear PayPal user Cool, a mailing list with its own paypal account... hehe From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, 14 April 2004 6:16 PMTo: [EMAIL PROTECTED]Subject: [vchkpw] [EMAIL PROTECTED] - Paypal account limited.   Dear [EMAIL PROT

RE: [vchkpw] IMAP

2004-04-16 Thread Shane Chrisp
BincImap works, but it doesn't support quota's like courier-imap does. Shane >-Original Message- >From: Nelson D. Guerrero [mailto:[EMAIL PROTECTED] >Sent: Friday, 16 April 2004 9:41 PM >To: [EMAIL PROTECTED] >Subject: [vchkpw] IMAP > >Is there any other IMAP server that can work with v

RE: [vchkpw] mysql vlog

2004-04-22 Thread Shane Chrisp
You will need to recomplile without mysql logging to turn it off. Shane >-Original Message- >From: Jeff Koch [mailto:[EMAIL PROTECTED] >Sent: Friday, 23 April 2004 10:10 AM >To: [EMAIL PROTECTED] >Subject: [vchkpw] mysql vlog > > >Our mysql vlog database seems to growing very large and

RE: [vchkpw] vpopmail error

2004-05-05 Thread Shane Chrisp
>I got everything up and running (domains and users) with qmail+vpopmail but i have a problem that is bugging me. If >anyone sends me an e-mail i will receive it and keep it in the Maildir/ correctly (this shows that recieving email is > going right) but when i try to auth on an user account wit

RE: [vchkpw] strange behaviour

2004-06-21 Thread Shane Chrisp
Try compiling courier-imap with something like this. It works for me. ./configure --without-authpwd --without-authshadow --without-authpam --without-authuserdb --without-authcram --without-authldap --without-authmysql --without-authpgsql --without-authcustom --without-authdaemon --disable-root-che

RE: [vchkpw] POP3 not logging

2004-06-23 Thread Shane Chrisp
Try adding 2>&1 at the end. Shane >-Original Message- >From: Mario Gamito [mailto:[EMAIL PROTECTED] >Sent: Wednesday, 23 June 2004 9:40 PM >To: ML vpopmail >Subject: [vchkpw] POP3 not logging > >Hi, > >I have a qmail/vpopmail running. >I can log qmail-send, qmail-smtp, qmail-pop3ds, B

RE: [vchkpw] POP3 not logging

2004-06-23 Thread Shane Chrisp
>I still cant log qmail-pop3d, even putting the 2>&1 at the script > >[ root@ /var/qmail/supervise/qmail-pop3d ] svstat >/service/qmail-pop3d/log >/service/qmail-pop3d/log: unable to open supervise/ok: file does not >exist This looks like you have a permissions problem with the supervise dir.

RE: [vchkpw] Debian - Courier - Vpopmail

2004-07-13 Thread Shane Chrisp
Im running it on debian testing and I just compiled courier-imap myself, at the time the version I used was courier-imap-3.0.3 I used the following ./configure line to get it setup. ./configure --without-authpwd --without-authshadow --without-authpam \ --without-authuserdb --without-authcram --wi

RE: [vchkpw] qmail smtp problem

2004-07-21 Thread Shane Chrisp
The last time I had this same error it turned out that it was broken routers/hosts upstream from me that was setting the DF bit. I just dropped the MTU on the qmail box and all was sweet again. Since then I have put in a new IOS on the cisco router and I now remove the DF bit at the border. May n

RE: [vchkpw] qmail smtp problem

2004-07-21 Thread Shane Chrisp
t10.net >MAIL FROM: [EMAIL PROTECTED] >^] >telnet> quit > >It was not responding at all... > > > > > > >--- Shane Chrisp <[EMAIL PROTECTED]> wrote: >> The last time I had this same error it turned out >> that it was broken >> routers/hosts ups

RE: [vchkpw] qmail smtp problem

2004-07-21 Thread Shane Chrisp
>Well, it gets worse. Now when I telnet to port 25, >it's not giving me the correct messages back: > >>telnet 25 >Trying ... >Connected to . >Escape character is '^]'. >^] >telnet> quit >Connection closed. Brings us back to dns resolution. Ensure that server has a working dns. I like to run a dn

RE: [vchkpw] qmail smtp problem

2004-07-21 Thread Shane Chrisp
t >to port 25. It's like it goes to sleep once in a while >and some smtp servers don't like that so they return >the email back to the sender... > > >--- Shane Chrisp <[EMAIL PROTECTED]> wrote: >> >Well, it gets worse. Now when I telnet to port 25, >>

RE: [vchkpw] Migrating an entire domain to a different server.

2004-07-23 Thread Shane Chrisp
>Running vpopmail version: 5.3.19, with MySQL auth (I know - Have to >upgrade!), and we have one client who wishes to move there domain to a >new server - The domain contains about 400 accounts, and I was >wondering >the best way to migrate the entire domain? > >- Add clients_domain to new server

RE: [vchkpw] queue

2004-07-28 Thread Shane Chrisp
Using the chkusr patch is probably your best option. cheers Shane >-Original Message- >From: Andras Kende [mailto:[EMAIL PROTECTED] >Sent: Thursday, 29 July 2004 2:23 AM >To: [EMAIL PROTECTED] >Subject: [vchkpw] queue > >Hello, > >I use to do catchall for my domain but I had to many spa

RE: [vchkpw] simscan test release: simplified scanner for clamav/spamassassin

2004-07-29 Thread Shane Chrisp
Please send me a copy Ken. cheers Shane >-Original Message- >From: Ken Jones [mailto:[EMAIL PROTECTED] >Sent: Wednesday, 28 July 2004 1:57 AM >To: [EMAIL PROTECTED] >Subject: [vchkpw] simscan test release: simplified scanner for >clamav/spamassassin > > >Anyone interested in trying

RE: [vchkpw] simscan test release: simplified scanner for clamav/spamassassin

2004-07-30 Thread Shane Chrisp
error code rather than a 4xx error on spam or a virus? I am running qmail out of supervise, not that it should make any difference that I can see. Also well done on a great little piece of software. Regards Shane Chrisp >-Original Message- >From: Ken Jones [mailto:[EMAIL PRO

RE: [vchkpw] Bounce Mails

2004-08-02 Thread Shane Chrisp
Install the chkusr patch. If you searched, you would see that This question has been asked a million times before. Shane -Original Message- From: knom [mailto:[EMAIL PROTECTED] Sent: Monday, 2 August 2004 3:51 PM To: [EMAIL PROTECTED] Subject: Fw: [vchkpw] Bounce Mails Hi ! I am using

RE: [vchkpw] Bounce Mails

2004-08-02 Thread Shane Chrisp
So your users are sending with invalid reply to addresses? Everyone has a different stance on how to deal with that. Personally I would be asking why the user is sending out with a non-existant email address. Or do you have a configuration error. What do your qmail logs say about the delivery

RE: [vchkpw] Bounce Mails

2004-08-02 Thread Shane Chrisp
others Can maybe assist you. We are not mind readers, we don't know how your server/s are configured So we cant help until you provide enough details. Shane - Original Message - From: "Shane Chrisp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 02

RE: [vchkpw] Bounce Mail Problem (logfile..)

2004-08-03 Thread Shane Chrisp
Looks like you need to check the ownership/permissions of qmail etc. From: knom [mailto:[EMAIL PROTECTED] Sent: Tuesday, 3 August 2004 2:56 PMTo: [EMAIL PROTECTED]Subject: [vchkpw] Bounce Mail Problem (logfile..) Hi ! I've got a problem with bounce mails. I tried to

RE: [vchkpw] Compatibility with courier (~vpopmail/domains//.qmail-*)

2004-08-09 Thread Shane Chrisp
Top post bottom post, can we not get into the net police crap. There is NO rules Regarding how to reply to someone elses mail. Some top post, some bottom post and Some post inline. Get over it! Just my oppinion, but I get so sick and tired of people wasting time trying to change something that th

Re: [vchkpw] tcp.smtp

2005-06-06 Thread Shane Chrisp
On Mon, 2005-06-06 at 22:14 -0400, Martin Leduc wrote: > Good evening folks, > > I would like to understand something regarding the /etc/tcp.smtp file. > > I have this configuration > > 192.168.1.:allow,RELAYCLIENT="" > 127.:allow,RELAYCLIENT="" > > When I connect using telnet on 127.0.0.1 I go

Re: [vchkpw] no $HOME/Maildir

2005-06-17 Thread Shane Chrisp
On Fri, 2005-06-17 at 19:02 +0600, Ruslan Molbashev wrote: > Hello,i'm getting this error when telneting to 110, > on freebsd 5.3,vpopmail 5.4.10+mysql-4.1.12 > > freebsd# telnet localhost 110 > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > +OK <2948.1119011293@/home/

Re: [vchkpw] hi CPU usage

2005-07-01 Thread Shane Chrisp
On Fri, 2005-07-01 at 19:02 +0300, Anton Butsyk wrote: Hi list! > everything work but 40 qmail-smtpd processes (or less nevermind) eat my > CPU time up to 100 % > (CPU states: 94.5% user, 0.0% nice, 3.1% system, 2.3% interrupt, 0.0% > idle) > Is it actually the Qmail processes that are using

Re: [vchkpw] hi CPU usage

2005-07-01 Thread Shane Chrisp
On Sat, 2005-07-02 at 00:19 +0800, Shane Chrisp wrote: > On Fri, 2005-07-01 at 19:02 +0300, Anton Butsyk wrote: > Hi list! > Is it actually the Qmail processes that are using the CPU or is it > something else. Whats showing up in top or iostat/vmstat etc. That will > at least

Re: [vchkpw] hi CPU usage

2005-07-01 Thread Shane Chrisp
On Fri, 2005-07-01 at 19:49 +0300, Anton Butsyk wrote: > For now only 11 connections to qmail: > > 97 processes: 11 running, 86 sleeping > CPU states: 95.7% user, 0.0% nice, 2.0% system, 2.3% interrupt, 0.0% > idle > Mem: 53M Active, 53M Inact, 46M Wired, 59M Buf, 329M Free > Swap: 1024M To

Re: [vchkpw] hi CPU usage

2005-07-01 Thread Shane Chrisp
On Fri, 2005-07-01 at 13:02 -0500, DAve wrote: > > #!/bin/sh > > exec 2>&1 > > QMAIL="/var/qmail" > > ME=$(head -1 $QMAIL/control/me) > > PATH="$QMAIL/bin:$PATH" > > USER=${USER:="qmaild"} > > > > exec /usr/local/bin/softlimit -m 500 \ > > /usr/local/bin/tcpserver -v -DURl $ME > > -x$QMAI

Re: [vchkpw] hi CPU usage

2005-07-01 Thread Shane Chrisp
> exec /usr/local/bin/softlimit -m 500 \ > /usr/local/bin/tcpserver -v -DURl $ME > -x $QMAIL/control/qmail-smtpd.cdb -u "qmaild" 0 smtp \ > /usr/local/bin/rblsmtpd -r bl.spamcop.net \ > -rlist.dsbl.org \ > -rcbl.abuseat.org \ > $QMAIL/bin/qmail-smtpd

[vchkpw] 5.5.3 and limits are not checked

2005-08-10 Thread Shane Chrisp
I have been playing around with vhostadmin and the 5.5.3 version of vpopmail/vpopmaild and i just noticed that the limits are being ignored completely. Im not real flash with C, but a quick glance at vadduser.c looks like it doesnt even check to see if there is limits associated with the domain and

Re: [vchkpw] 5.5.3 and limits are not checked

2005-08-10 Thread Shane Chrisp
On Wed, 2005-08-10 at 09:47 -0500, Matt Brookings wrote: > vadduser.c is simply a call to the vpopmail API. You would be better > to glance at the other source files to determine what's going on. > > | looks like it doesnt even check to see if there is limits associated > | with the domain and ju

Re: [vchkpw] 5.5.3 and limits are not checked

2005-08-10 Thread Shane Chrisp
On Wed, 2005-08-10 at 10:32 -0500, Matt Brookings wrote: > Well, the other more important thing I didn't mention is that account > limitations are not a function of vpopmail, but of qmailadmin. If > you're going to use qmailadmin, and you want limits, stick to > qmailadmin. Why even use command-l

[vchkpw] 5.5.3 and valias

2005-08-19 Thread Shane Chrisp
Hi, Dont know if this has been raised already or not, but while playing with 5.5.3 ive found a problem with aliases in mysql. If you have an alias in the valias table that is forwarding to an email address, everything is fine, however if you use the directory path you get the error delivery 21

Re: [vchkpw] 5.5.3 and valias

2005-08-19 Thread Shane Chrisp
On Fri, 2005-08-19 at 08:59 -0700, Tom Collins wrote: > Can you please test the vdelivermail from 5.4.12 and see if the problem > persists? > > 5.4.12's vdelivermail is newer than all other releases and, in my > opinion, more reliable. It corrects a lot of problems with quotas, and > should do

Re: [vchkpw] disk error?

2005-09-01 Thread Shane Chrisp
On Thu, 2005-09-01 at 03:50 -0400, kalin mintchev wrote: > hi all... > > suddenly today out of nowhere this happens (log below) and now i get > vchkpw core dumps every few minutes or so. vchkpw is authorization module > for vpopmail... does this mean the disk where vpopmail lives - ad2 - is > alr

Re: [vchkpw] Mail system configuration recommendations

2005-10-04 Thread Shane Chrisp
> On Oct 4, 2005, at 7:09 PM, Bill Wichers wrote: >> The trouble is that we tag, but don't block, most of >> the spam since our customers don't want us to "maybe cost a sale" by >> blocking something that shouldn't be blocked. > > I've been using simscan to block messages that score 8 or higher fo

Re: [vchkpw] Re: qmail+vpopmail on redhat 7.3 server gets very busy

2005-11-06 Thread Shane Chrisp
On Sat, 2005-11-05 at 19:04 -0500, Sam wrote: > Adrew, > > This is what I typed: > echo # >/var/qmail/alias/.qmail-doublebounce > Just curious to know why it didn't create the .qmail-doublebounce file with > "#" in the file. Because you should have typed echo "#" >/var/qmail/alias/.qmail-double

Re: [vchkpw] MySQL 4.0.x frequent database corruption?

2005-11-07 Thread Shane Chrisp
On Mon, 2005-11-07 at 16:04 -0700, Jack Kerouac wrote: > I've got a Debian stable box (Sarge) with vpopmail-5.4.10 and MySQL > version 4.0.24-10serge1. About 1,000 users and a few dozen domains. > The MySQL database is frequently (several times a month) getting > corrupted - which of course

Re: [vchkpw] Delete all incoming mail for a user or domain

2005-11-19 Thread Shane Chrisp
On Sat, 2005-11-19 at 16:09 +, Sergio Rosa wrote: > Hi, > > I need to delete all incoming mail that arrives to a particular [EMAIL > PROTECTED] > > How can I do that? Should I alias all mail to that user to another > domain and the create a bounce-all-delete or there is a much cleaner > a

Re: [vchkpw] smtp authentication

2005-11-27 Thread Shane Chrisp
On Sun, 2005-11-27 at 23:48 +0530, [EMAIL PROTECTED] wrote: > Dear All, > > ok i know how to force users to provide username and password(ofcourse > using jms's patch) for sending mail but what about the servers on the > internet how they'll send mails to this server can i excluded say any ip > to

Re: [vchkpw] Re: ezmlm warning

2006-01-31 Thread Shane Chrisp
On Tue, 2006-01-31 at 20:34 +0200, Stoyan Marinov wrote: > Seems like a DNS problem ... Or someone has added a smtproute on the server and they are sending everything to that destination. I replied to the list-owner about it as well. Shane

Re: [vchkpw] Vpopmail using 5 Sleeping SQL's

2006-02-10 Thread Shane Chrisp
On Fri, 2006-02-10 at 11:27 -0800, Russell Mann wrote: > Hello List, > > I'm tracking down a problem with my linux server crashing about once a week, > and one thing that pops up as a resource hog is vpopmail constantly running > 5 sleeping processes, for lots and lots of seconds. > > Is this nor

RE: [vchkpw] Vpopmail using 5 Sleeping SQL's

2006-02-13 Thread Shane Chrisp
On Mon, 2006-02-13 at 09:36 -0800, Russell Mann wrote: > Dear Shane, > > Yes, I'm using qmail-scanner + clamav + spamassassin. Would they cause > multiple open connections to the SQL database? > > Thanks, > > Russell It quite possibly could. I had a server which kept having issues with qmail-

Re: [vchkpw] Vpopmail using 5 Sleeping SQL's

2006-02-13 Thread Shane Chrisp
On Mon, 2006-02-13 at 13:09 -0500, Rick Macdougall wrote: > Russell Mann wrote: > > Dear Shane, > > > > Yes, I'm using qmail-scanner + clamav + spamassassin. Would they cause > > multiple open connections to the SQL database? > > > > Thanks, > > > > Russell > > > >> On Fri, 2006-02-10 at 11:2

Re: [vchkpw] 552 message too large error

2006-03-08 Thread Shane Chrisp
On Wed, 2006-03-08 at 11:49 +0100, Michele Virgilio wrote: > Hi, i need that my qmail+vpopmail server accepts messages of 15 Mb, but when > I try to send such messages, I get this error: > > 552 message too large > > I've tried to set /var/qmail/control/databytes with 3000... but doesn't > wo

Re: [vchkpw] --enable-mysql-limits question

2006-03-22 Thread Shane Chrisp
On Wed, 2006-03-22 at 12:21 -0400, Juan Jose Miquel wrote: > Hello everybody, > I changed my configuration to use --enable-mysql-limits, but I don't find any > info inside the DB. > the files maildirsize where generated again. > > ¿How should be working this configuration option? > > Thanks, >

Re: [vchkpw] qmail comparison

2006-03-28 Thread Shane Chrisp
On Wed, 2006-03-29 at 08:29 +0530, [EMAIL PROTECTED] wrote: > hi , > iam new to qmail instllation server.before starting the qmail instllation > i like to know few details, > please tell me > 1 The advantages and disadvantages qmail, > 2 comparison of qmail with other MTA cleint like Exchabge > se

Re: [vchkpw] how to unsubscribe

2006-03-29 Thread Shane Chrisp
On Wed, 2006-03-29 at 10:33 -0800, sanskar sony wrote: > where r these headers? Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe:

Re: [vchkpw] how to unsubscribe

2006-03-29 Thread Shane Chrisp
On Wed, 2006-03-29 at 10:45 -0800, sanskar sony wrote: > i have been already sent a blank email to "List-Unsubscribe: > mailto:[EMAIL PROTECTED]" but it doesn't work. Did you send it from the email address which is subcribed to the list? If not then it will ignore the unsub request.

Re: [vchkpw] How to Unsubscribe

2006-04-05 Thread Shane Chrisp
On Wed, 2006-04-05 at 01:00 -0700, sanskar sony wrote: > sanskar sony <[EMAIL PROTECTED]> The above is the email address your subscribed with. Send it from that address.

Re: [vchkpw] How to Unsubscribe

2006-04-05 Thread Shane Chrisp
On Wed, 2006-04-05 at 01:05 -0700, sanskar sony wrote: Well maybe send an email to the list admin and ask them to unsub you. > I m using only two email addresses for mailing... > 1. [EMAIL PROTECTED] > 2. [EMAIL PROTECTED] > and i have been sent the mail from both the id's to unsubscribe. > >

Re: [vchkpw] How to browse users and passwords for all of myusers?

2006-05-30 Thread Shane Chrisp
On Tue, 2006-05-30 at 16:25 +0300, Bulent wrote: try browsing to the cgi. You probably dont have list permissions on that directory which is a good idea anyway. > I installed vqadmin but I could not see the page . I got an error as below; > Forbidden > You don't have permission to access /cgi-bin

RE: [vchkpw] Qmail Relaying

2006-07-12 Thread Shane Chrisp
On Wed, 2006-07-12 at 16:05 -0500, Rick Romero wrote: > So I think I'd just do: > 69.152.:allow,RELAYCLIENT="" You should add the line as below so as not to add the entire /16 which im sure you dont want to be a relay for. 69.152.0-31..:allow,RELAYCLIENT="" cheers Shane > To get your users up

Re: [vchkpw] tcpserver error

2006-08-23 Thread Shane Chrisp
On Wed, 2006-08-23 at 09:12 -0400, Doug Appleton wrote: > Has anyone ever seen this type of error before? > telnet localhost 25 > Trying 127.0.0.1... > Connected to localhost.localdomain (127.0.0.1). > Escape character is '^]'. > tcpserver: fatal: unable to bind: access denied > Connection closed

Re: [vchkpw] transfer (rename) domain

2006-09-21 Thread Shane Chrisp
On Thu, 2006-09-21 at 12:58 +0200, Jerkovic Bosko wrote: > Hello, > > Im having a problem. > I had one domain domain.com and we have a lot of users there, now we > decided to transfer all users to another domain > domain2.com. How can this be done ? We are using vpopmail + mysql. Any > help ? I

Re: [vchkpw] vpopmail forward

2006-09-22 Thread Shane Chrisp
On Fri, 2006-09-22 at 15:04 -0300, Elton Ramos Carvalho wrote: > Hello, > > Is it possible to store forward address (.qmail-) in vpopmail`s > database? > > Thank you Yes. in the .qmail file add /directory/to/Maildir &[EMAIL PROTECTED] Shane !DSPAM:451426c3164781804284693!

Re: [vchkpw] vpopmail forward

2006-09-22 Thread Shane Chrisp
On Fri, 2006-09-22 at 15:13 -0300, Elton Ramos Carvalho wrote: > Thank you for reply Shane, but isn`t that I need. > I need that the forward entry be stored in my mysql database like > virtual valias. You can add them to the valias table as well. Slightly different format, but it works, or it u

Re: [vchkpw] unsubscribe vchkpw

2007-01-02 Thread Shane Chrisp
On Tue, 2007-01-02 at 19:06 -0700, Jeff Norris wrote: > unsubscribe > Next time, check the headers for the unsub address. Try these instead... List-Post: List-Help: List-Unsubscribe: List-Subscribe:

Re: [vchkpw] smtp auth failed when no email to be retrieved

2007-01-28 Thread Shane Chrisp
On Mon, 2007-01-29 at 13:59 +0700, Winanjaya - CBN wrote: Has the user checked the option "my outgoing server requires authentication"? Shane > Dear All, > > I am runnning qmail+vpopmail 5.4.17 with smtp auth for roaming users, my > users use Outlook Express as email client to send/receive emai

[vchkpw] XSS Bug in vhostadmin

2007-01-29 Thread Shane Chrisp
I know this is not exactly vpopmail related, but as its a vpopmail related tool i thought others here would like to be made aware of this. I have been using vhostadmin for a while now, and have just noticed that it is vulnerable to a xss attack which could lead to the underlying system being crack

Re: [vchkpw] XSS Bug in vhostadmin

2007-01-31 Thread Shane Chrisp
> Or turn off Register_global, and then MODULES_DIR would only exist in > $_GET[]. I chalk this one up to a bad PHP configuration: > > http://www.php.net/register_globals > > While it would not stop attacks that could cause you to include stuff > if other variables are not checked before bli

Re: [vchkpw] some info off topic error for simscan..

2007-02-12 Thread Shane Chrisp
On Mon, 2007-02-12 at 11:07 -0700, Remo Mattei wrote: > I get this error in my qmail-smtp log > simscan:[1]:PASSTHRU (-2.30/4.50):0.7219s:Delivery Status Notification > (Failure):70.143.10.204:: > can anyone suggest what could cause this? > > Thanks, > Remo Cause what? Its a failure notice from

Re: [vchkpw] some info off topic error for simscan..

2007-02-12 Thread Shane Chrisp
On Mon, 2007-02-12 at 11:49 -0700, Remo Mattei wrote: > so does this mean the message will be delivered or not? Sorry I never > seen this error before. I have now updated to 1.3.1 and I get error 54.. > > Thanks for your time and help. > Remo You will need to look below that line in the logs to s

Re: [vchkpw] Trying again

2007-03-17 Thread Shane Chrisp
On Sat, 2007-03-17 at 20:46 -0400, Christopher M. Iarocci wrote: > UNSUBSCRIBE > Do you know how to read? From the headers of every email which comes to you is... List-Unsubscribe: List-Subscribe:

Re: [vchkpw] Farewell

2007-05-14 Thread Shane Chrisp
On Tue, 2007-05-15 at 14:58 +1000, Michael Bowe wrote: > ... > I'll be unsubscribing from this list a few days time. I wanted to say thanks > to all the developers who have contributed to vpopmail along the way. And > also a big thankyou to people who used by mailserver guide and sent me > feed

Re: [vchkpw] solairs install, best way to allow users to add domains.

2007-05-15 Thread Shane Chrisp
On Tue, 2007-05-15 at 17:15 -0700, A Think Tank wrote: > I see that there are two different ways to add domains to the vpopmail > system. Through MySql statements and also through the vadddomain > command. Which is the best practice? > > Our system is set up to have a single table for each dom

[vchkpw] Re: MailGuard (validation required)

2007-05-15 Thread Shane Chrisp
On Tue, 2007-05-15 at 21:00 -0500, [EMAIL PROTECTED] wrote: Can a list admin unsub this address? Its very annoying getting these C/R's from users subscribed to a mailing list. ... > > You have sent an email to [EMAIL PROTECTED] with subject Re: [vchkpw] > solairs install, best way to allow users

Re: [vchkpw] vpopmail + simscan + spamassassin

2007-06-19 Thread Shane Chrisp
On Tue, 2007-06-19 at 10:27 -0500, Rob Wright wrote: > Greetings, I hope this is ok to post to this list, I'm not sure where to ask > and this seems my best option. > > I've got qmail + vpopmail + simscan + spamassassin running as installed by > Inter7. Everything works great but I'm having a sm

Re: [vchkpw] "Unknown user or password incorrect" using squirrelmail

2007-11-04 Thread Shane Chrisp
On Sun, 2007-11-04 at 21:01 -0800, Mark wrote: Does the username have any wierd characters in it? > Did that as well. No change. This is happening only > for one particulat user thats why it is so wierd. > --- Kenny Lee <[EMAIL PROTECTED]> wrote: > > > backup your user's mailbox, delete the use

Re: [vchkpw] After 7 years of neglect Qmail is now ours

2007-12-03 Thread Shane Chrisp
On Mon, 2007-12-03 at 17:41 +0200, Boris Pavlov wrote: > Quey wrote: > > Dan J Bernstein has recently put Qmail into the public domain, > > _http://cr.yp.to/qmail/dist.html_ > > > > > > > > HAH! Is this confirmed in some way? Well there is this as well. http://linux.slashdot.org/linux/07/11/

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-20 Thread Shane Chrisp
On Thu, 2007-12-20 at 20:19 +0800, Christopher Chan wrote: > [EMAIL PROTECTED] wrote: > >> [EMAIL PROTECTED] wrote: > >>> Hi, > >>> > >>> > >>> Inspired by you discussion I moved from Courier to Dovecot yesterday. > >>> All took some 30 minutes and now it os waroking like a charm. > >>> > >> That

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-20 Thread Shane Chrisp
On Fri, 2007-12-21 at 01:02 -0500, Jeff Koch wrote: > Shane - where do you set the IMAP server option? Run the config/conf.pl and choose option 2 (Server Settings) then option 8 (server software). Also if you plan on moving to a native dovecot style system, you need to get rid of the fullstops f

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-20 Thread Shane Chrisp
On Fri, 2007-12-21 at 15:08 +0900, Shane Chrisp wrote: Additionally if you want to run the check_quota plugin in squirrelmail you will need to have protocol imap { ... mail_plugins = imap_quota quota in your dovecot.conf Shane > On Fri, 2007-12-21 at 01:02 -0500, Jeff Koch wrote: > &

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-20 Thread Shane Chrisp
e to try taking a quota off someone to see what happens for me. > Shane Chrisp wrote: >> On Fri, 2007-12-21 at 15:08 +0900, Shane Chrisp wrote: >> >> Additionally if you want to run the check_quota plugin in squirrelmail >> you will need to have >> >> pro

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-22 Thread Shane Chrisp
ota is set to 0 (zero) there is a problem as the quota is at 100% immediately. I thought zero was the default for no quota, but i havnt checked. Shane > Thanks > > Shane Chrisp wrote: > >> I had to disable that since some of the people with no quota set were > >> gett

Re: [vchkpw] Disable/Enable Maildrop

2007-12-26 Thread Shane Chrisp
On Wed, 2007-12-26 at 15:38 -0200, aledr wrote: > Good day! > > Is There no option to (re)enable maildrop after use vmoduser -m [EMAIL > PROTECTED] does vmoduser -x [EMAIL PROTECTED] not work? I dont have a -m flag in my vpopmail. What version are you using or is it a compile time option? > Tha

Re: [vchkpw] local delivery failure when forwarding messages

2008-01-05 Thread Shane Chrisp
Check the ownership and permissions on the .qmail files. From memory this can cause the problem you describe. EG: ls -la .qmail-joe -rw-r--r-- 1 vpopmail vchkpw 24 2006-12-09 14:56 .qmail-joe Shane On Sat, 2008-01-05 at 20:18 +1100, Charlie Garrison wrote: > Good evening, > > I had a disk f

<    1   2   3   >