RE: qmailadmin 1.0 canidate

2001-11-13 Thread Hubbard, David

Try building it as root if you aren't already.  I think
I had the same issue you did, I used to compile it as
a user and install as root, but that seems to have
stopped working with recent releases.

Dave

-Original Message-
From: IceBerg [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 13, 2001 8:35 AM
To: Ken Jones; [EMAIL PROTECTED]
Subject: Re: qmailadmin 1.0 canidate


Does not compile for me.  I do a ./configure --enable-htmldir=/var/apache
--enable-cgibindir=/var/apache/cgi-bin, then I edit the Maeile adding this
line:  INCLUDES = -I/var/vpopmail/include -I.  Then do a make and it fals on
it's facee real hard with pages of undefined referances.  Everything else
compiles fine, qmail, vpopmail5, courier-imap.  qmailadmin seems to be the
only problem.  Here is the setup:

Clean Slackware8 instalation.
Qmail 1.03
Vpopmail 5.0
autorespond 1.0.0
daemontools 0.76
dot-forwardv0.71
ezmlm 0.53
fastforward 0.51
mysql 3.23.44
apache 1.3.22
kernel 2.4.14


Bryan
[EMAIL PROTECTED]


on 11/12/01 5:21 PM, Ken Jones at [EMAIL PROTECTED] wrote:

 The final qmailadmin 1.0 canidate is available now
 http://www.inter7.com/devel/qmailadmin-1.0.tar.gz
 
 There are no known problems with this release. If
 no problems are reported in the next two days we will
 release this version as 1.0 to work with vpopmail-5.0.
 
 Please test it.
 
 Ken Jones
 
 
 
 



RE: Not receiving

2001-09-26 Thread Hubbard, David

That is an outlook express error and the problem is
with whatever method they're using to check their
email, either client or server-side.  Either way,
it's not qmailadmin related and we'd need far more
information to diagnose the problem.

Dave

-Original Message-
From: Activate [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 26, 2001 5:52 AM
To: [EMAIL PROTECTED]
Subject: Not receiving


I have several clients who say that they can send fine but when receiving is
happening it hangs on the first one and then gives up   the error number is
0x800ccc19

Does anyone know if there is a simple answer to this.

Kind Regards

Chris

Chris Green
www.activ8.com
Tel: +44(0)1702-316-963
Fax: +44(0)1702-316-962




RE: qmailadmin 0.84 and vpopmail-5.0 patch

2001-09-26 Thread Hubbard, David

Seems like multiple admins in at the same time could
result in collisions if they were changing the same
thing at the same time, e.g. both are looking at the
properties of one user and typing a new name or
password, one hits submit, the update happens, the
other hits submit, the first admin's changes are
wiped out.  There's lots of other scenarios there.

Dave

 -Original Message-
 From: Bill Shupp [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 26, 2001 1:28 PM
 To: [EMAIL PROTECTED]
 Subject: Re: qmailadmin 0.84 and vpopmail-5.0 patch
 
 Ken,
 
 Just put up my 0.85:
 
 Now that you can have multiple administrators, you can also 
 have different administrators logged in at the same time.
 Do you see this a problem?
 
 Cheers,
 
 Bill Shupp
 



RE: qmailadmin 0.84 and vpopmail-5.0 patch

2001-09-26 Thread Hubbard, David

Bill Shupp wrote:
 While this is true, I think it would be rare.  The vpopmail 
 command line tools can be used by multiple administrators,
 and I've never had a problem (with as many as 4
 administrators at one time).  I'm not as concerned with
 people overwriting each others changes as I am vpasswd
 corruption, or exceeding qmailadmin user/forward/alias
 limits, etc.
 

I'm assuming then that maybe one admin deleting a user
and then another changing that user's password would
not result in any problems other than an error about the
user not being found or something?

Thanks,

Dave



RE: Problems with Second Virtual Domain - Part Duex

2001-06-05 Thread Hubbard, David

In that case, the problem is not with the $ in the password
but your use of the $ on the command line without escaping 
it.  A $something is an environment variable so any password
you used with a $ followed by anything at all will not work
unless you put the proper escape sequence in front of it
depending on which shell you use.  It's often the backslash
character.  Try using the password \$savings and then log
in using $savings, it should work.

Dave

-Original Message-
From: Anthony Baratta [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 05, 2001 2:07 PM
To: [EMAIL PROTECTED]
Subject: RE: Problems with Second Virtual Domain - Part Duex


At 09:35 AM 6/5/2001, Brad Dameron wrote:
I am using MySQL and have a little over 200 domains and I know several have
the same username and password for the administration without any problems.
What configuration options did you use?

With a bit more testing I've found out that having a $ in the password seem 
to be a problem.

I used the vpasswd commandling program to manually change the password for 
the postmaster account.

e.g.
   ./vpasswd [EMAIL PROTECTED] new password

Example Passwords

   $saving$   Could not login
   s$aving$   Could not login
   sav$ing$   Could not login
   savi$ng$   Could not login
   savin$g$   Could not login
   saving$$   Could not login

   saving$Could login

   $avingswas not recognized as a valid password
   s$avings   Could not login
   sa$vings   Could not login
   sav$ings   Could not login
   savi$ngs   Could not login
   savin$gs   Could not login
   saving$s   Could not login

   savings$   Could login


I'm using vpopmail 4.9.10, qmailadmin 0.45, with mySQL 3.23.36

The translation error could be within the vpasswd program or the 
qmailadmin program. BUt I would not know where to start sifting the code 
for a fix. I guess the work around for now is avoid $'s in your password.

Hope this helps someone else.
---
Anthony Baratta

[This signature intentionally left blank.]



Sorting forwards in qmailadmin?

2001-05-07 Thread Hubbard, David

Hi all,
does anyone know if it's possible to make
qmailadmin sort my forwarding accounts?  I've got
a domain that has a few hundred email forwards
and there appears to be no order to how they're
displayed.  I'm guessing it must be based on
the modification times or other operating system
order but that's not very good.  I have to
page through my accounts one by one to find them
when I need to modify things.

Thanks,

David



RE: Sorting forwards in qmailadmin?

2001-05-07 Thread Hubbard, David

Unfortunately I don't use mysql.  I'm also not much of
a programmer in C anymore or I'd try to give a patch
for this.  But maybe my ideas will help:

Instead of just doing a readdir() in forward.c and then
comparing it to .qmail- before outputting it, why
not do two readdir()'s instead of one?  The first will
use the same code in forward.c:

while( (mydirent=readdir(mydir)) != NULL ) {
if ( strncmp(.qmail-, mydirent-d_name, 7) == 0 ) {

but will just run through all the entries incrementing
a variable like entryFound++ or something, then
the loop ends.  Rewind the directory pointer with
rewinddir(mydir).  Allocate an array of the number of
entries found in size.  Run another loop almost exactly
like the existing one, adding the .qmail filenames to the
array up to the array size.  qsort() the array.  Now open
and read the files as you go through the array corresponding
to the web pages of qmailadmin.

I wish I had the skills to provide real code, sorry I
couldn't, qmailadmin becomes very hard to use with a
large number of accounts though...  otherwise it is an
extremely helpful program.

Dave 

-Original Message-
From: Ken Jones [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 07, 2001 4:38 PM
To: Hubbard, David
Cc: '[EMAIL PROTECTED]'
Subject: Re: Sorting forwards in qmailadmin?



qmailadmin uses the opendir command to read the .qmail files.
So what ever order opendir hands them to qmailadmin is the
order it will be displayed in. 

The new vpopmail-4.10.1 and qmailadmin-0.50 are working
towards the goal of storing forwards/aliases in a mysql
table (for mysql users). That table can be easily sorted.

Ken Jones



Status of vqSignup?

2001-04-30 Thread Hubbard, David

Hi everyone,
I'm just curious what the status of vqsignup is?
Is it production quality?  The primary link for
downloading it is broken but the alternate download
site still works.  I'm not sure if that's a good
thing or not. :-)

Thanks,

Dave



RE: .qmailadmin-limits

2001-01-30 Thread Hubbard, David



If a 
user can log in and change a file that is owned by another 
user
and 
you've got the correct, 644, permissions on it, then there 
are
other 
problems with your system. My .qmailadmin-limits files 
are
owned 
by vpopmail and set 644 and the users can't touch them.

Dave

  -Original Message-From: Sumith Ail 
  [mailto:[EMAIL PROTECTED]]Sent: Tuesday, January 30, 2001 5:26 
  AMTo: [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: 
  .qmailadmin-limits
  Hello,
  
  I am using VPOPMAIL 4.9.8 with MySQL and 
  Qmailadmin 0.39 on my RH 6.2 box.
  
  I would like to impose restriction on number of 
  POP accounts/ Aliases / etc., a domain admin creates
  
  So, I created a .qmailadmin-limits file in 
  "/home/test/domains/test.com/.qmailadmin-limits" as described in the 
  qmailadmin INSTALL.. BUT the user test can login thru FTP or telnet and delete 
  this file and gain unlimited number of Email accounts.
  
  Can anyone please let me know on what would be 
  the workaround for this scenario.
  
  I tried changing the file permissions of 
  .qmailadmin-limits file to root and vpopmail but still the user can delete 
  this file.
  
  What to do??
  
  Regards
  Sumith


RE: qmailadmin error

2001-01-30 Thread Hubbard, David

I've seen that error when the qmailadmin binary is not
set UID to run as either root or the account you're using
for vpopmail, typically 'vpopmail'.  I prefer going for
the safer side of things and setting the binary suid vpopmail.
Find the binary, 'chown vpopmail qmailadmin',
'chmod 6555 qmailadmin' and see if that helps.

Dave

-Original Message-
From: Lindsay Haisley [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 30, 2001 4:02 PM
To: Kleber
Cc: [EMAIL PROTECTED]
Subject: Re: qmailadmin error


This probably indicates a segfault (a.k.a. crash).  I've been having the
same problem with qmailadmin at another place and I had to add a short delay
routine in the code to make it work OK - very weird.  I think the problem
may be with the vpopmail safestrings routines which qmailadmin uses, but I
haven't gotten any response from anyone on the list about the problem.  If
you can reach one of the developers, you can probably turn on core dumps and
you'll see that qmailadmin dumps core when this happens, and developers may
be able to do something with the core dump which will tell what's happening.

Thus spake Kleber on Tue, Jan 30, 2001 at 02:44:54PM CST
 HI,
 
 
 Ive instaled qmail, vpopmail and they are working fine.
 Ive instaled qmailadmin and its giving me an error when Ill add pop
 account, alias, autoresponder, etc.
 Like this:   Internal Server Error
 And in error_log of apache:
 
 [Tue Jan 30 18:11:15 2001] [error] [client 192.168.10.2] Premature end of
 script headers: /home/httpd/cgi-bin/qmailadmin
 
 What I have to do??
 
 Red Hat 6.2 , qmailadmin-0.38, vpopmail-4.9.8 .
 
 thanks,
 
 Kleber
 Tem alquem aqui que fala portugues e pode me ajudar??
 

-- 
Lindsay Haisley   | "Everything works| PGP public key
FMP Computer Services |   if you let it" |  available at
512-259-1190  |(The Roadie)  | http://www.fmp.com/pubkeys
http://www.fmp.com|  |



RE: could not change to directory error

2001-01-25 Thread Hubbard, David

The worst thing about the error is it seems to
be random.  I have a customer who can reproduce
the error over and over at home, but says he
can add accounts fine from his office machine.
That makes no sense to me...

Please help us Inter7, :-)

David

-Original Message-
From: Mike Miller [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 3:32 PM
To: Hubbard, David; [EMAIL PROTECTED]
Subject: Re: could not change to directory error


have the same problem... no idea why its going on- been trying
to track it down myself with no luck.  Any inter7 people wanna
shed some light?

--
Mike


From: "Hubbard, David" [EMAIL PROTECTED]
To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED]
Subject: could not change to directory error
Date: Sat, 20 Jan 2001 20:49:11 -0500

Hi all,
   could someone tell me what could cause the error:

Error: could not change to directory \n

Also, I have seen the stray \n in many places
with qmailadmin, I'm sure I could go through
and fix those but has it been fixed already?
I'm running 0.39.


Thanks for any help,

Dave

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.