Re: One more vacation improvement

2001-07-09 Thread Ken Jones

Uros Gruber wrote:
 
 Hi!
 
 i have another idea about some improvement about vacation.
 As  i  know  many  people  reciveing email from some news or
 other  list. So if I set up my account to send vacation msg,
 o every email i get it automaticaly reply to the person.
 
 This  is  very  anoying.  So it would be gret if you can add
 some  email  addresses  on wich this vacation does not work.
 For example i would put every email from list i'm on. But my
 frinds would be noticed with vacation msg.
 
 I hope you understand me.

It already does this.
With the devel version, users vacation, it only
responds to the first message every 27 hours (or so).

Ken Jones



Compilation Error

2001-07-09 Thread Divyank Turakhia

Hi,

I am trying to compile qmailadmin 0.59 and i get the following error.

[root@email qmailadmin-0.59]# make
make  all-recursive
make[1]: Entering directory `/usr/local/src/qmailadmin-0.59'
make[2]: Entering directory `/usr/local/src/qmailadmin-0.59'
gcc -I. -I/home/vpopmail/include  -g -O2 -c qmailadmin.c
qmailadmin.c: In function `main':
qmailadmin.c:123: warning: assignment from incompatible pointer type
qmailadmin.c:208: warning: assignment from incompatible pointer type
qmailadmin.c:216: dereferencing pointer to incomplete type
qmailadmin.c:220: dereferencing pointer to incomplete type
make[2]: *** [qmailadmin.o] Error 1
make[2]: Leaving directory `/usr/local/src/qmailadmin-0.59'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/qmailadmin-0.59'
make: *** [all-recursive-am] Error 2


I am using Redhat 7.1. The steps i followed are as follows:
1)
./configure --enable-htmldir=/var/www/html --enable-cgibindir=/var/www/cgi-b
in
2) make clean
3) make

while doing make i get the above compilation error.

Please let me know wht i can do.

Thanks,
Divyank




Re: Compilation Error

2001-07-09 Thread Ken Jones

Divyank Turakhia wrote:
 
 Hi,
 
 I am trying to compile qmailadmin 0.59 and i get the following error.
 
 [root@email qmailadmin-0.59]# make
 make  all-recursive
 make[1]: Entering directory `/usr/local/src/qmailadmin-0.59'
 make[2]: Entering directory `/usr/local/src/qmailadmin-0.59'
 gcc -I. -I/home/vpopmail/include  -g -O2 -c qmailadmin.c
 qmailadmin.c: In function `main':
 qmailadmin.c:123: warning: assignment from incompatible pointer type
 qmailadmin.c:208: warning: assignment from incompatible pointer type
 qmailadmin.c:216: dereferencing pointer to incomplete type
 qmailadmin.c:220: dereferencing pointer to incomplete type
 make[2]: *** [qmailadmin.o] Error 1
 make[2]: Leaving directory `/usr/local/src/qmailadmin-0.59'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/usr/local/src/qmailadmin-0.59'
 make: *** [all-recursive-am] Error 2
 
 I am using Redhat 7.1. The steps i followed are as follows:
 1)
 ./configure --enable-htmldir=/var/www/html --enable-cgibindir=/var/www/cgi-b
 in
 2) make clean
 3) make
 
 while doing make i get the above compilation error.
 
 Please let me know wht i can do.
 
 Thanks,
 Divyank

qmailadmin-0.59 only works with the vpopmail 4.10 versions.

Ken Jones



Re: Some thing to correct

2001-07-09 Thread Bill Shupp

on 7/9/01 1:22 AM, Ken Jones at [EMAIL PROTECTED] spake:

 I will see what I can do.
 
 Currently the development work I'm doing on qmailadmin
 is to clean up the current devel release, write some
 documentation and prepare it to become the 1.0 release.
 
 The only development work I plan on doing before 1.0
 is to integrate in Matthias Henze and Brad Dameron
 changes to autorespond with the vacation section
 of modify user. They added two optional flags
 0 - append nothing
 1 - append quoted original message without atatchments
 And put two radio buttons to allow the user to select
 one or the other, with 0 being the default.
 
 Ken Jones

Aside from what you're working on Ken, the last major feature I think should
be added before calling it 1.0 is the ability to edit ezmlm-idx mailing
list attributes, similar to ezmlm-web, but perhaps not *that* intricate.
I'm mostly thinking of the things that you can specify when creating a list
in qmailadmin; just add the ability to modify those.

What does everyone think?  I'm thinking about tackling this, but haven't
even started yet.  Could be more than I bargained for.. ; )

Cheers,

Bill Shupp




How to make a backup

2001-07-09 Thread Are Haugsdal



Hi

Isn´t it possible to back up mail, userdirs, 
andpassword with qmail ?? I would use gz to pack those files to external 
disks.

Regards,
Are Haugsdal


Re: How to make a backup

2001-07-09 Thread Bill Shupp

on 7/9/01 12:31 PM, Are Haugsdal at [EMAIL PROTECTED] spake:

 Hi
 
 Isn´t it possible to back up mail, userdirs, and password with qmail ?? I
 would use gz to pack those files to external disks.

With the default locations of vpopmail and qmail, it's really easy.

tar -xvzf mailbackup.tgz /home/vpopmail /var/qmail

If you use mysql or some other auth module, make sure you back that up too
(like a mysqldump).

Regards,

Bill Shupp




Re: How to make a backup

2001-07-09 Thread Syed Faruque Ahmed

Bill

Shouldn't that be tar -c /home/vpopmail /var/qmail  mailbackup.tar (or 
something like that) to make a back up file?

Faruque

At 12:34 PM 7/9/01 -0500, Bill Shupp wrote:
on 7/9/01 12:31 PM, Are Haugsdal at [EMAIL PROTECTED] spake:

  Hi
 
  Isn´t it possible to back up mail, userdirs, and password with qmail ?? I
  would use gz to pack those files to external disks.

With the default locations of vpopmail and qmail, it's really easy.

tar -xvzf mailbackup.tgz /home/vpopmail /var/qmail

If you use mysql or some other auth module, make sure you back that up too
(like a mysqldump).

Regards,

Bill Shupp




Re: How to make a backup

2001-07-09 Thread Bill Shupp

on 7/9/01 1:47 PM, Syed Faruque Ahmed at [EMAIL PROTECTED] spake:

 Bill
 
 Shouldn't that be tar -c /home/vpopmail /var/qmail  mailbackup.tar (or
 something like that) to make a back up file?
 
 Faruque

Yup.  I suck.  ; )

-Bill




Re: How to make a backup

2001-07-09 Thread Daniel Biddle

On Mon, Jul 09, 2001 at 02:00:16PM -0500, Bill Shupp wrote:
 on 7/9/01 1:47 PM, Syed Faruque Ahmed at [EMAIL PROTECTED] spake:
 
  Bill
  
  Shouldn't that be tar -c /home/vpopmail /var/qmail  mailbackup.tar (or
  something like that) to make a back up file?
  
  Faruque
 
 Yup.  I suck.  ; )

Easy enough typo to make - x and c are adjacent on a QWERTY keyboard,
after all.

tar -cvzf mailbackup.tar.gz /home/vpopmail /var/qmail

(I've not tried it yet, but z looks like it might be useful:
http://www.cs.indiana.edu/hyplan/kinzler/z/.)

-- 
Daniel Biddle [EMAIL PROTECTED]



Re: How to make a backup

2001-07-09 Thread Syed Faruque Ahmed

With what you've contributed already, I don't think we've run out of the 
thank-yous yet... ;-)

At 02:00 PM 7/9/01 -0500, Bill Shupp wrote:
on 7/9/01 1:47 PM, Syed Faruque Ahmed at [EMAIL PROTECTED] spake:

  Bill
 
  Shouldn't that be tar -c /home/vpopmail /var/qmail  mailbackup.tar (or
  something like that) to make a back up file?
 
  Faruque

Yup.  I suck.  ; )

-Bill




another correction idea

2001-07-09 Thread Rob Genovesi

It seems that there may need to be some error-checking when adding new 
popboxes/aliases etc.

Since we can no edit forwards/autoresponders from modify-user it would make 
sense that adding an mail robot or new forward that has already has an 
existing username should come up with some sort of error response.

example:  I create a new pop mailbox with username rob.  I should then 
not be able to create an alias, forward, mail robot or list with the 
username of rob.

I was playing with this a little bit in different types of scenarios this 
weekend and getting all kind of funky setups...

Thanks,

Rob
[EMAIL PROTECTED]





Re: another correction idea

2001-07-09 Thread Bill Shupp

on 7/9/01 5:44 PM, Rob Genovesi at [EMAIL PROTECTED] spake:

 It seems that there may need to be some error-checking when adding new
 popboxes/aliases etc.
 
 Since we can no edit forwards/autoresponders from modify-user it would make
 sense that adding an mail robot or new forward that has already has an
 existing username should come up with some sort of error response.
 
 example:  I create a new pop mailbox with username rob.  I should then
 not be able to create an alias, forward, mail robot or list with the
 username of rob.
 
 I was playing with this a little bit in different types of scenarios this
 weekend and getting all kind of funky setups...
 
 Thanks,
 
 Rob
 [EMAIL PROTECTED]

I've noticed this too.  I've briefly looked over it, and although Ken did
put check_local_user() back in before adding an autoresponder, for
example, it still lets you do it.  Not sure why.. seems like it used to
before the .5x series..

I'm working on some 0.59 stuff, and will take a look at that too (unless
someone already has).

Here's what I'm doing, in case anyone's interested:

1.  Moved the CatchAll: xxx message into it's own case so that it will
appear *above* the TH rows in show_users.html.  (some browsers put it in
different places)-done

2.  Finishing out the mailing list stuff..
* moving the show_subscribers and show_moderators into html templates
* allow for editing of ezmlm-idx list attributes (similar to the create
list page) -in progress


If anyone has any other ideas, or suggestions, let me know.

Cheers,

Bill Shupp