Re: Multiple logins?

2000-07-25 Thread Ken Jones
support letting multiple people login to different domains. One login per domain at a time. Ken Jones

Re: Qmailadmin Problem

2000-07-27 Thread Ken Jones
reinstall qmailadmin Ken Jones

Re: bugs in qmailadmin

2000-08-21 Thread Ken Jones
Yves, Your changes are in 0.36 and posted on the site for download. It's the current development version. Check http://www.vpopmail.cx/qmailadmin-ChangeLog for details Ken Jones Yves De Muyter wrote: Hi, please check out my patch agains 0.35. It checks if all directories exists etc

Re: Merits of using MySQL (Was: Looping tcprules issue solved)

2000-08-25 Thread Ken Jones
fast it can perform read operations. Very efficent ;] Ken Jones Ryan Hayle wrote: On that note--what is the real benefit of using MySQL? I'm running it now, and things are working fine, but I'm afraid of the load problem you described before... Does MySQL offer a significant performance

Re: Ken: Possible bug in 0.35?

2000-08-25 Thread Ken Jones
Ben Beuchler wrote: Hola... I'm not sure if I have screwed something up or if this is a legitimate bug: When I delete a pop account and choose the option to add a forward for that account, I get an Internal Server Error. Going to the "Forwards" menu does not show the new forward, but

Re: Compiling Qmailadmin

2000-08-25 Thread Ken Jones
' make[1]: Leaving directory `/usr/src/qmailadmin-0.35' root@sigma:/usr/src/qmailadmin-0.35 I've done the configure opts ; make clean. SuSE linux 6.3 Stephen Nixon Those aren't errors, those are warnings. Everything is okay. It actually compiled correctly. Ken Jones

Re: Compiling Qmailadmin

2000-08-28 Thread Ken Jones
Jake Bullet wrote: I just tried make install-strip and got tons of output like this: /usr/bin/ginstall: cannot create regular file `/usr/local/share/qmailadmin//html/add_listmod.html': No such file or directory /usr/bin/ginstall -c -m 644 ./html/add_listuser.html

Re: problem in 0.37: pop account next page (where there is no nextpage)

2000-08-28 Thread Ken Jones
ick and you get that, it means there are no more accounts. And just click on the "BACK" button on your browser. Ken Jones

Re: Q: Maillist setup, possibility to modify configuration?

2000-08-28 Thread Ken Jones
No plans yet. It's too complicated for me to figure out ;] Ken Jones

Re: Mailing list functions??

2000-08-28 Thread Ken Jones
It will probably happen when someone has the time to go in and test and change the code. Ken Jones

Re: feature request

2000-08-28 Thread Ken Jones
log in and not need to use "user@domain". And all user names must be unique. Ken Jones

Re: Qmailadmin with /etc/passwd domain

2000-09-20 Thread Ken Jones
by vpopmail's vadddomain program. Your other option is to put all of the email in virtual domains, still let your users have shells, but not let them use a shell based mailer. Ken Jones

Re: postmaster can not login?

2000-09-20 Thread Ken Jones
. Who can give me any advice? You can delete and readd the postmaster account ./vdeluser [EMAIL PROTECTED] ./vadduser [EMAIL PROTECTED] Ken Jones

Re: qmailadmin 0.37 make problem

2000-09-20 Thread Ken Jones
/path/to/vpopmail/lib/dir -lvpopmail Add that into your Makefile Ken Jones qmailadmin.o: In function `main': /usr/local/src/qmailadmin-0.37/qmailadmin.c:117: undefined reference to `vauth_g etpw' /usr/local/src/qmailadmin-0.37/qmailadmin.c:196: undefined reference to `vauth_u ser' /usr/local

[Fwd: Re: Qmailadmin 0.38/0.39]

2000-10-10 Thread Ken Jones
Original Message Subject: Re: Qmailadmin 0.38/0.39 Date: Tue, 10 Oct 2000 21:59:35 -0500 From: Ken Jones [EMAIL PROTECTED] Organization: Inter7 To: Tammer Hassan [EMAIL PROTECTED] CC: [EMAIL PROTECTED] References: [EMAIL PROTECTED] Tammer Hassan wrote: Hi, In your

Re: feature question/request

2000-10-10 Thread Ken Jones
it wasn't clear to me when I first tried to use it. Here is how to to it 1) Create an alias or forward 2) Modify the alias or forward to add each additional destination. I know it's not clear, but it's the best the developers could come up with. Ken Jones

Re: Anyone one know why I am getting a Segmentation fault (core dumped)

2000-10-10 Thread Ken Jones
Hey Tony, I haven't had a chance to test this problem yet. I'll take a look at it Wednesday morning ;] (I got the day off from work to go to jury duty. I called the court, and they only wanted folks who's last name starts with "C". So I've got some extra time ;) Ken Jones &quo

Re: language environment variable?

2000-10-18 Thread Ken Jones
I think I've figured it out using the printenv perl script that comes with apache. HTTP_ACCEPT_LANGUAGE="en, eu" Daniel Augusto Fernandes [EMAIL PROTECTED] wrote Using 'Accept-Language'? yep, that looks like the one. I'll need to write some error checking code, but not for now. Like..

Re: qmailadmin pt-BR template

2000-10-19 Thread Ken Jones
Daniel Augusto Fernandes wrote: Ken Jones wrote: Daniel Augusto Fernandes wrote: Well, here is my pt-BR template for qmailadmin: http://www.gcsnet.com.br/~daftm/qmailadmin-0.39.pt-BR.zip Any corrections please tell me! Do you want to create new .gif's in pt-BR too

Re: qmailadmin pt-BR template

2000-10-19 Thread Ken Jones
Hampton Maxwell wrote: On Thu, Oct 19, 2000 at 03:11:26PM -0500, Ken Jones wrote: Daniel Augusto Fernandes wrote: Well, here is my pt-BR template for qmailadmin: http://www.gcsnet.com.br/~daftm/qmailadmin-0.39.pt-BR.zip Any corrections please tell me! Do you want to create

Re: Creating new domains - when?

2000-10-20 Thread Ken Jones
at the same time. It's still in it's infant stage. If anyone is interested in contributing some funds to get it fully fleshed out, we can install it on your system for you. Cheers, Ken Jones

translations

2000-10-23 Thread Ken Jones
the templates. Hopefully I'll have the code re-written in the next week. What we will do is add something like ##LXXX## to the template files, where XXX a number tag into the language dictionary file. Cheers ;] ken Jones

removing gif image buttons

2000-10-25 Thread Ken Jones
What would people think about removing the image buttons and replacing them with standard text links? It would make it alot easier to do the translations. Ken Jones

Re: mailinglist-idx patch

2000-11-01 Thread Ken Jones
Ah Ha!! Got it. Ken Bill Shupp wrote: Look closer.. ; ) the only real chage was from: strcat(owneremail, "-5"); to: strcpy(owneremail, "-5"); arount line 305... Taking the comments out was just to tidy up a bit. -Bill Quoting Ken Jo

Re: HTML code incorrect

2000-11-01 Thread Ken Jones
I've found the malice in "mailinglist.c". Try adding a space to the end of lines 193 194 and recompile the mailinglist.c The code should be OK then ... Ken Jones writes: "Francis P. Ling" wrote: The version 0.39 has some error on the HTML code on add_user.h

Re: Pop accounts listing

2000-11-21 Thread Ken Jones
elf and my clients starts to be little angry on me please help :) That's how it works. It will start listing accounts that start with the letter "a" and will fill up the page. It does not restrict itself to display only accounts that start with "a". ken Jones -- regards, Sylwester S. Biernacki [EMAIL PROTECTED]

Re: unsbscribe

2000-11-21 Thread Ken Jones
Robin Bowes wrote: Aha, so it's not just me having trouble with this then? I currently get two copies of every mail to this list! I'd really appreciate it if the "unsubscribe another address" feature could be fixed at some stage. I didn't know this feature existed. It opens the

Re: bug in HTML generation?

2000-11-21 Thread Ken Jones
for the attachment. But I accept microsoft word document formats ;] Ken Jones inter7

Re: change postmaster account

2000-11-21 Thread Ken Jones
passwd. Any ideas? Rgds, J.M. Roth Edit the c code and change all the hardcoded references to "postmaster". Ken Jones

Re: userdb auth?

2000-11-21 Thread Ken Jones
t;bob" or "bob-vee") [EMAIL PROTECTED], geek@large. I'm not aware of any work of this kind. But then again, I don't keep up with courier developement ;] Cheers Ken Jones

moderated mailing lists

2000-11-21 Thread Ken Jones
is not to use ezmlm-idx. Ken Jones inter7

html code for the mailing list creation

2000-12-04 Thread Ken Jones
Is anybody here fluent in html and tables? The mailing list creation page takes 18 seconds to render in my browswer. I think it's because there are so many tables in there. It would be really cool if someone could take a look at the html template file and rebuild it so it's faster Ken Jones

Re: Bug in qmailadmin 0.39

2000-12-05 Thread Ken Jones
the domain uid/gid information from the line in /var/qmail/users/cdb (assign) file. Ken Jones Matt -Original Message- From: Brumm Dominik [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 29, 2000 3:33 AM To: 'Matt Simerson' Subject: RE: Bug in qmailadmin 0.39 I found

Re: Some little modifications

2000-12-05 Thread Ken Jones
Nicolas CROISET wrote: Hello, just to say some little problems with the mailing list interface : 1/ sometimes there is the word adminstration - administration 2/ The parameter 12 and 13 are the same (see in the HTML file). What should those parameters be? Ken Jones

Re: Error installing qmailadmin-0.4

2000-12-18 Thread Ken Jones
If you downloaded 4.9.7 prior to Dec 14th, you need to download it again. New autoconf/automake features were added that work with qmailadmin 0.40pre. Look for inc_deps and inc_libs in ~vpopmail/etc. If they are not there then you probably need a newer 4.9.7 version. Ken Jones Dean Mumby

Re: New pre 0.40 release available

2000-12-18 Thread Ken Jones
ng: quoted-printable Thanks Dom, It is in the devel version. The web site will be updated later today. Ken Jones

Re: Error installing qmailadmin-0.4

2000-12-18 Thread Ken Jones
s inc_libs files in ~vpopmail/etc to get all the info you need to compile and link your application. Ken Jones

Re: Problems with VPOPMail 4.9.7

2000-12-18 Thread Ken Jones
Did you also move /var/qmail/control/ locals rcpthosts virtualdomains and /var/qmail/users/ assign ? If not, that is the problem. vpopmail uses those files. Ken Jones [EMAIL PROTECTED] wrote: Hi everyone; Well, after hours of testing, I've determined this problem to be on the VPOPMail

New qmailadmin pre1 0.40 release available

2000-12-18 Thread Ken Jones
list creation should work now, especially with mailing list moderation. Ken Jones

Re: IMAP

2000-12-20 Thread Ken Jones
knowledge to distribute to others. Ken Jones

Re: Translation lose

2000-12-27 Thread Ken Jones
hese problem reports. Ken Jones inter7

Re: Compiling qmailadmin

2001-02-16 Thread Ken Jones
tato wrote: Hi, I'am trying to compile qmailadmin but many erros are reported to me. Anyone can help me? Is it necessary to do something diferent to do this? tato Try the INSTALL instructions for vpopmail 4.9.8 then qmailadmin 0.42. If that doesn't work, post the results. Ken

Re: Error Loading Qmailadmin page

2001-02-23 Thread Ken Jones
file. Anybody seen this before? Neil I've never seen it before. The double slashes don't matter. Unix treats a double slash as a single slash. Ken Jones

Re: Adding domains via Web

2001-02-23 Thread Ken Jones
Wagner wrote: Good Morning: I'd like to know if there is a solution for adding virtual domains via Web or it is possible only via terminal? Thank you Wagner. http://www.inter7.com/vqadmin/ Ken Jones

Re: Alias failed to show

2001-02-23 Thread Ken Jones
FIRST, then [EMAIL PROTECTED], the alias will show up. Any idea why this happen? Feel free to fix any code and send in patches. Ken Jones

Re: FW: Unknown error

2001-02-23 Thread Ken Jones
be that your configuration parameters didn't match your installation. Ken Jones

Re: Some ideas of mine...

2001-02-23 Thread Ken Jones
nder a single space is added after the email address... A space after an email address shouldn't matter. Ken Jones

Re: adding a user with vadddomain -u userid and qmailAdmin.....why not work?

2001-02-23 Thread Ken Jones
root qmailadmin chmod ug+s qmailadmin The default installation sets it to be owned by vpopmail/vchkpw. Ken Jones

Re: Changing Password, Some Progress ...

2001-02-23 Thread Ken Jones
e new code you compiled. I've tested the latest downloadable code and the problems you are describing do not exist. Ken Jones

Re: forward to /dev/null?

2001-02-23 Thread Ken Jones
e.domain.in.question/.qmail-user chmod oug-x ~vpopmail/domains/the.domain.in.question/.qmail-user Ken Jones

Re: Some other things...

2001-02-23 Thread Ken Jones
Oden Eriksson wrote: Ken Jones writes: Oden Eriksson wrote: Hi there again... I forgot my main issue... vpopmail should not tamper with the assign file at all, entries should go into the append file instead. The append file (i wonder why it's called that...:)) gets

Re: Subscription Moderation

2001-02-23 Thread Ken Jones
qmailadmin's configure script automatically detects if you have ezmlm or ezmlm-idx installed. If you override what the configure script finds, like saying you have ezmlm-idx, and you don't have ezmlm-idx installed, I'm sure you would run into problems. I was hoping that someone would do a

Re: QmailAdmin and Vpopmail and autoresponder problem

2001-02-26 Thread Ken Jones
into the autoresponder, you'll "auto responde it" plus send an email back into the autoresponder. Endless loop. Ken Jones I think the problem is the [EMAIL PROTECTED], which causes the message to be re-injected into qmail and qmail rejects as a duplicate because of the Deliver

Re: QmailAdmin and Vpopmail and autoresponder problem

2001-02-26 Thread Ken Jones
rs we are open". A vacation package would be really nice. Especially if users could log into qmailadmin and turn it on/off. What might be a good change to the autoresponder code would be to check if the from address = address of the autoresponder. So it could prevent loops. Just my 2 cents

Re: [Announcement] : new mailing list server for this list

2001-03-01 Thread Ken Jones
in chicago and have fairly good connectivity to the US. Cheers Ken Jones inter7 Ken Jones wrote: Hi Folks, Just thought I'd let you all know. This mailing list has moved to a new machine. It was time for an upgrade. Here are the stats on the machine we are using. Pentium III

Re: [Announcement] : new mailing list server for this list

2001-03-02 Thread Ken Jones
[EMAIL PROTECTED] wrote: On Fri, 2 Mar 2001, Ken Jones wrote: Follow up statistics. 1125 users emailed concurrency remote set to 500 I thought the most you could patch qmail to take for concurrencyremote was 255 ? Is there a limit? James Smallacombe

Re: [announcement] VQadmin new version 1.3 available

2001-03-16 Thread Ken Jones
atisfy any And your httpd.conf file should have: Directory "/usr/local/apache/cgi-bin/vqadmin" deny from all Options ExecCGI AllowOverride AuthConfig Order deny,allow /Directory Ken Jones

Re: Quota Patch for 0.45

2001-05-07 Thread Ken Jones
it into the main distribution. Ken Jones inter7

Re: qmailadmin + ezmlm problem

2001-05-31 Thread Ken Jones
is /usr/local/bin/ezmlm I suspect that if you install ezmlm from the source and put it in the default location, then qmailadmin will work correctly. I hope to track down this problem next week. Ken Jones Cajus Pollmeier writes: Hi all. I've the following setup: RedHat 7.1, qmail 1.03

Re: ezmlm: indexex for WWW access option

2001-06-01 Thread Ken Jones
might also want to look at the vpopmail mailing list web archive interface. It works much differently. I think what it does is just subscribe to the mailing list and archive and provide access to all the emails that it receives. Ken Jones Rob Genovesi writes: Hello List, Can anyone explain

Re: qmailadmin 0.51 make error

2001-06-05 Thread Ken Jones
Sounds like an incompatiblity in the vpopmail library. 0.51+ needs the latest 4.10.X vpopmail release Rob Genovesi writes: Hello List, Having a problem compiling qmailadmin 0.51 on Sun Solaris 2.7 (Sparc). Configure runs just fine, but make poops out very quickly. (Incidently I

Re: --enable-cgipath ?

2001-06-07 Thread Ken Jones
It should work. What this does is use the CGIPATH variable to contruct the URL. What I suggest is testing the URL you want, then compare the url that qmailadmin generates. Ken Jones Zak Thompson writes: Does --enable-cgipath=/some-other/qmailadmin not work? I have my server set up

Re: listing forwards

2001-06-08 Thread Ken Jones
D0sE wrote: it seems that after certain ammount of forwards added the qmail admin interface stops listing new entries is there any way around this? Orlando Cruz I never heard of that one. Maybe when we re-write qmailadmin to use the new valias function calls it will be fixed. Ken Jones

Re: MySQL related: Got an error reading comunication packets (SQL portion of Add Mailing List in qmailadmin)

2001-06-12 Thread Ken Jones
code to add in vclose() calls before any exits. That will remove the errors from your mysql log. ken Jones

Re: Creating a mailing list

2001-06-14 Thread Ken Jones
line. get the ezmlm source code and read the INSTALL file. I think it details how to add users. Make sure you when you run the adds, you do it as the vpopmail user. Ken Jones

Re: Can't get most functions of qmailadmin to work, please help

2001-06-15 Thread Ken Jones
. Appart from that it is working fine :) That is strange. I can delete uses, change the catchall, etc. Try out the demo at http://mail.inter7.com (email administration) login as postmaster, test.com, password of test. Maybe you are using an old version? Ken Jones I desparately need some help

Re: Loging problem

2001-06-15 Thread Ken Jones
[EMAIL PROTECTED] wrote: Hi! i setup qmail and i have some warning messages in my log on every maill i send i get this @40003b29e16a0ad9178c warning: unable to stat mess/193/193 @40003b29e16a0ad99874 warning: unable to stat mess/194/194 @40003b29e16a0ad9e694 warning:

Re: Loging problem

2001-06-15 Thread Ken Jones
vpopmail 4.10.20 has a postgreSQL module, but it has not been integrated into the release and tested. Ken Uros Gruber wrote: Hi! i forgot to ask when will be avaliable auth module for postgreSQL. Thanks again, Uros Friday, June 15, 2001, 10:47:20 AM, you wrote: KJ

Re: strange behavior

2001-06-16 Thread Ken Jones
. So if you start off your qmailadmin connection with https it will keep it for the rest of the session. Ken Jones

vpopmail: 4.10.20 qmailadmin: 0.53 release

2001-06-15 Thread Ken Jones
. Just posted qmailadmin-0.53 release here: http://www.inter7.com/qmailadmin/qmailadmin-0.53.tar.gz I have tested this in production with 4.10.20 and it looks stable too. I had problems with alias/forwards not being displayed correctly with the 0.52 release. Ken Jones

Re: Unable to adduser: qmail+vpopmail +qmailadmin+mysql

2001-06-18 Thread Ken Jones
sure you have set the authentication parameters to mysql correctly. You will also need to remove any of the vpopmail domains you created without mysql enabled. then recreate them with mysql enabled. Ken Jones

Re: hi

2001-06-26 Thread Ken Jones
such a problem you have to post the complete email. Including ALL headers, not just the To: From: Subject headers Ken Jones

horrors of 0.55 development release

2001-06-28 Thread Ken Jones
with subject and body c) d) and e) are radio buttons (only one at a time) Does anyone want this kind of thing? I know the vacation and forward sounds good, but does anyone want the forward and save feature? Ken Jones

Re: horrors of 0.55 development release

2001-06-28 Thread Ken Jones
tonix (Antonio Nati) wrote: At 28/06/2001 28/06/2001 +0200, Ken Jones wrote: Hey all, 0.55 development horror.. I am adding some new features 1) In the list usrs screen, the change password column is being changed to modify user. 2) In this new modify user page

Re: Bill's qmailadmin 0.55 patch

2001-06-30 Thread Ken Jones
Marco Leeflang wrote: Ken Jones writes: Bill Shupp wrote: on 6/29/01 12:25 AM, Syed Faruque Ahmed at [EMAIL PROTECTED] spake: Too much language, with each one starting out with Default catch all mail... It's better with one or two words. How about this: CatchAll

Re: 0.45 catchall/vacation

2001-06-30 Thread Ken Jones
Kris von Mach wrote: Works nicely for me. Thanks for the great work I was just thinking that to make this vacation package even better, is to allow regular users (non postmaster) to be able to create a vacation message for themselves. It's in the 0.56 development release. Should be

qmailadmin: new 0.56 devel release

2001-07-01 Thread Ken Jones
above. Ken Jones

Re: qmailadmin: new 0.56 devel release

2001-07-01 Thread Ken Jones
Bill Shupp wrote: on 7/1/01 7:21 AM, Ken Jones at [EMAIL PROTECTED] spake: Hi Folks, The new qmailadmin 0.56 development release is available. Please look at: http://www.inter7.com/devel/ This version allows for users to: 1) Forward email 2) Forward and save a copy 3

Re: qmailadmin: new 0.56 devel release

2001-07-02 Thread Ken Jones
Oden Eriksson wrote: måndagen den 2 juli 2001 08:22 skrev Ken Jones: Bill Shupp wrote: on 7/1/01 7:21 AM, Ken Jones at [EMAIL PROTECTED] spake: Hi Folks, The new qmailadmin 0.56 development release is available. Please look at: http://www.inter7.com/devel

Re: qmailadmin: new 0.56 devel release

2001-07-02 Thread Ken Jones
[EMAIL PROTECTED] wrote: Where is qmailadmin looking for the vacation executable (if that's what it's looking for). Or is it simply looking for autoreponder? I'm doing a little testing, completed the values for the vacation subject/message, but when 'Modifiy User' is hit, nothing happens

Re: seperation of autoresponders and vacation

2001-07-03 Thread Ken Jones
Hey Bill, I totally agree. I will put back in the check (for autoresponders) to not let local users set one up for a current address. Also I suggest we change a few wordings. Replace autoresponders on the main with something like Mail Robot. And replace Owners address with something like Send

Re: Path to qmail

2001-07-05 Thread Ken Jones
/sendmail then leave your perl scripts alone. let them use /usr/sbin/sendmail ken Jones

Re: Path to qmail files?

2001-07-06 Thread Ken Jones
Dustin Taylor wrote: Where are the files located with qmail/qmailadmin? tongue in cheek They are in the directories you installed them in. /tongue in cheek Ken Jones

Re: Some thing to correct

2001-07-06 Thread Ken Jones
Uros Gruber wrote: Hi! Is it possible to update something. If you list aliases is is in some order you enter it. It would be nice to have option if you click on something to sort in alphabetical order. What other think about that -- bye , Uros

Re: Some thing to correct

2001-07-08 Thread Ken Jones
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 Bjorn Nilsen wrote

Re: One more vacation improvement

2001-07-09 Thread Ken Jones
, it only responds to the first message every 27 hours (or so). Ken Jones

Re: Compilation Error

2001-07-09 Thread Ken Jones
with the vpopmail 4.10 versions. Ken Jones

Re: another correction idea

2001-07-10 Thread Ken Jones
Bill Shupp wrote: 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

Alias/Forwards

2001-07-10 Thread Ken Jones
with a forward, then it will not display the file. I think this is confusing. I also have a change to allow the last alias/forward to be deleted on the mod alias/forwards page. What do you guys think about combining the two features? Ken Jones

Re: Some thing to correct

2001-07-10 Thread Ken Jones
Bill Shupp wrote: 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

Re: qmail performance

2001-07-10 Thread Ken Jones
mailing list manager. ezmlm works much better with qmail You aren't a spammer, are ya? Ken Jones

Re: 0.60pre3

2001-07-12 Thread Ken Jones
Bill Shupp wrote: All, For anyone interested, or wanting to sync patches, I've posted 0.60pre3. Download: http://shupp.org/patches/qmailadmin-0.60pre3.tar.gz ChangeLog: http://shupp.org/patches/ChangeLog Cheers, Bill Shupp Looks good! It is posted on the qmailadmin devel web

Re: 0.60pre3

2001-07-12 Thread Ken Jones
You can look at a live version http://mx1.aruba.it/cgi-bin/qmailadmin user: inter7 domain: aruba.it pass: inter7 It is a test account. Rob Genovesi wrote: Ken, Can you give us some hints about the changes you're making to the moduser page? I've been thinking on this one for a few days

Re: Change Password Flow

2001-07-12 Thread Ken Jones
index domain_idx on vpopmail ( pw_domain(10) ); Results: vpopmail has 159,197 records before the index, display user page takes 4.5 seconds to render after the index, display user page takes 1.5 seconds. I'd say we should probably include the new index in future vpopmail versions for mysql. Ken

qmailadmin: version 1.0 todo

2001-07-12 Thread Ken Jones
Bill Shupp wrote: Here are the TODO's I'm aware of before a 1.0 release: 1. Enhancements to modify user screen (Ken Jones) 2. Possible merging of aliases and forwards I can do this one unless someone else wants to. 3. Finish up modify ezmlm-idx lists (Bill Shupp) 4. Allow multiple

Re: delete the whole domain

2001-07-18 Thread Ken Jones
regards, Kenneth mailto:[EMAIL PROTECTED] Maybe Ken Jones

latest devel?

2001-07-23 Thread Ken Jones
Hi Bill, I'm back and ready to do an integration of your version. Please send me a link where I can pick it up. I want to release the 1.0 version at the end of next week. So this week should be integration of all current code. End of week, a code review. Next week, final changes. End of next

qmailadmin: Bill's 0.60pre9 updated to 0.70

2001-07-31 Thread Ken Jones
Bill's latest 0.60pre9 is available from http://www.inter7.com/devel/ The version number was upgraded to 0.70 I am trying to integrate in the new modify user page I have. Ken Jones

Re: 0.70ac1 patch

2001-08-01 Thread Ken Jones
I updated the distribution with Bills (Alan Cox?) :) patch and updated the version to 0.70. One change, I put the version in the footer with a link to the qmailadmin page. This might help people looknig for help, we can put a qmailadmin howto/help document on the page. Ken Jones

Re: Help!!How to install qmailadmin from ports on freebsd 4.3???

2001-08-03 Thread Ken Jones
with some new info that I got off of the web page. I'll let you know how it goes! Julian Zottl System Administrator, Vitreous State Laboratory (202)319-5522 I tried the ports installation of qmailadmin/vpopmail and it was not pleased with it. Installing from the source code worked fine. Ken JOnes

  1   2   3   >