Re: [vchkpw] Vpopbull Problem

2003-06-11 Thread Brendan McAlpine
Any idea on how I would begin to narrow that down? There are 2000 mail accounts and since I can't get vpopbull to run through all of them I can't get a very good list. Brendan On Wednesday, June 11, 2003, at 04:04 PM, Dave Richardson - Lists wrote: recent/new user with an illegal character in t

Re: [vchkpw] Vpopbull Problem

2003-06-11 Thread Ajai Khattri
Brendan McAlpine wrote: Any idea on how I would begin to narrow that down? There are 2000 mail accounts and since I can't get vpopbull to run through all of them I can't get a very good list. man vpopbull: -v Verbose mode. Prints out each email address it is sending to -n Don't actu

Re: [vchkpw] Vpopbull Problem

2003-06-11 Thread Brendan McAlpine
Problem solved. You were dead on. There were a couple of accounts with symbols in their passwords. Once I got rid of those it ran right through. Weird. Thanks Brendan On Wednesday, June 11, 2003, at 04:04 PM, Dave Richardson - Lists wrote: recent/new user with an illegal character in their

[vchkpw] Vpopbull Problem

2003-06-11 Thread Brendan McAlpine
Hey all, I am running Vpopbull version 5.3.16, and I am running into the following problem. I am trying to use vpopbull to send a message to all users in a certain domain. This is my command: vpopbull -f filename -V domainname I hit return, and it starts running through all the accounts. Ho

[vchkpw] Vpopbull problem -- Patched

2002-10-21 Thread Edoardo Serra
Excuse me, it wasn't error handling correctly # diff vpoppatched/vpopbull.c vpopmail-5.2.1/vpopbull.c 186d185 < struct stat mystatbuf; 188,196d186 < /* check if the directory exists and create if needed */ < < if ( stat(pwent->pw_dir, &mystatbuf ) == -1 ) { < if ( vmake_m

[vchkpw] Vpopbull problem -- Patched

2002-10-20 Thread Edoardo Serra
At 09.39 17/10/2002 -0500, Ken Jones wrote: Feel free to submit a patch for vpopbull. Ken Jones Ok, I did and tested it: Here's the diff, It implements the auto create maildir in vpopbull # diff vpoppatched/vpopbull.c vpopmail-5.2.1/vpopbull.c 186d185 < struct stat mystatbuf; 188,196d186 <

Re: [vchkpw] Vpopbull problem

2002-10-18 Thread Edoardo Serra
At 09.21 14/10/2002 -0500, Ken Jones wrote: I think vpopbull uses the vauth_getall() function. This function should return an entry for every user in the system. For cdb it uses the vpasswd.cdb file for mysql it uses the entries in the tables. For each user returned, it will use the directory entr

Re: [vchkpw] Vpopbull problem

2002-10-18 Thread Ken Jones
Feel free to submit a patch for vpopbull. Ken Jones On Thursday 17 October 2002 09:32 am, Edoardo Serra wrote: > At 09.21 14/10/2002 -0500, Ken Jones wrote: > >I think vpopbull uses the vauth_getall() function. > >This function should return an entry for every user > >in the system. For cdb it u

RE: [vchkpw] Vpopbull problem

2002-10-15 Thread Michael Bowe
ot; version 5.3.8 or use the latest "stable" version 5.2.1 Hope that helps! Michael. > -Original Message- > From: Brendan McAlpine [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 16 October 2002 8:46 AM > To: Michael Bowe > Subject: Re: [vchkpw] Vpopbull problem >

Re: [vchkpw] Vpopbull problem

2002-10-15 Thread Michael Bowe
What version of vpopmail do you have installed? Michael. - Original Message - From: "Brendan McAlpine" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 16, 2002 1:40 AM Subject: [vchkpw] Vpopbull problem > Hey all, > > I am having

Re: [vchkpw] Vpopbull problem

2002-10-15 Thread Ken Jones
Hmm.. I wonder if it's not closing file descriptors. On Tuesday 15 October 2002 10:40 am, Brendan McAlpine wrote: > Hey all, > > I am having a problem using vpopbull on my server. Basically, vpopbull > starts firing off emails to everyone of the users in my domain, but then > after a couple hund

[vchkpw] Vpopbull problem

2002-10-15 Thread Brendan McAlpine
Hey all, I am having a problem using vpopbull on my server. Basically, vpopbull starts firing off emails to everyone of the users in my domain, but then after a couple hundred it just stops. There are about 6000 mailboxes within this domain. I'm not sure even where to start looking. TIA

Re: [vchkpw] Vpopbull problem

2002-10-14 Thread Ken Jones
I think vpopbull uses the vauth_getall() function. This function should return an entry for every user in the system. For cdb it uses the vpasswd.cdb file for mysql it uses the entries in the tables. For each user returned, it will use the directory entry for their Maildir location. If the Maildir

[vchkpw] Vpopbull problem

2002-10-14 Thread Edoardo Serra
Hi, I'm using vpopmail 5.2.1 with mysql authentication, to add a user to a domain I simply add a record to the DB and vpopmail will create the user directory as soon as they login or they receive a message. If I use vpopbull to send a mail to every user of the domain, the users who have never