You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(121) |
Aug
(31) |
Sep
(65) |
Oct
(9) |
Nov
(23) |
Dec
(19) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(33) |
Feb
(19) |
Mar
(4) |
Apr
(3) |
May
(5) |
Jun
(2) |
Jul
(1) |
Aug
(2) |
Sep
(1) |
Oct
(7) |
Nov
(8) |
Dec
(3) |
2005 |
Jan
(20) |
Feb
|
Mar
(5) |
Apr
|
May
(3) |
Jun
(3) |
Jul
(8) |
Aug
(6) |
Sep
(3) |
Oct
(3) |
Nov
(3) |
Dec
(3) |
2006 |
Jan
(1) |
Feb
(1) |
Mar
(2) |
Apr
(4) |
May
(7) |
Jun
|
Jul
|
Aug
(2) |
Sep
(5) |
Oct
(3) |
Nov
(1) |
Dec
(7) |
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(4) |
Dec
|
2008 |
Jan
|
Feb
(2) |
Mar
(4) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
(1) |
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: Andrea R. <ml...@ne...> - 2004-01-27 13:10:28
|
Hi folks, I've a problem with qmailadmin-1.2.0 (rc3) and TMDA. Normally, when I check the box "antispam filter", in the .qmail file I've this command: | maildrop /etc/mailfilter Because I've compiled qmailadmin with these options: --enable-modify-spam=Y --enable-spam-command="| maildrop /etc/mailfilter" Well, If add the TMDA to check the senders, I've to put on my .qmail this command on the first line: |preline -f /usr/local/tmda-1.0/bin/tmda-filter -c |/home/vpopmail/domains/mydomain/me/.tmda/config The problem is: in my qmailadmin's web interface I see this line in the "forward" box, with the "save" check-box activated. Well, is this a problem without solution? Thanks for your support Regards Andrea |
From: Andrea R. <ml...@ne...> - 2004-01-27 07:03:26
|
Hi folks, I've a problem with qmailadmin-1.2.0 (rc3) and TMDA. Normally, when I check the box "antispam filter", in the .qmail file I've this command: | maildrop /etc/mailfilter Because I've compiled qmailadmin with these options: --enable-modify-spam=Y --enable-spam-command="| maildrop /etc/mailfilter" Well, If add the TMDA to check the senders, I've to put on my .qmail this command on the first line: |preline -f /usr/local/tmda-1.0/bin/tmda-filter -c /home/vpopmail/domains/mydomain/me/.tmda/config The problem is: in my qmailadmin's web interface I see this line in the "forward" box, with the "save" check-box activated. Well, is this a problem without solution? Thanks for your support Regards Andrea |
From: Andrea R. <ml...@ne...> - 2004-01-27 06:54:29
|
Hi folks, The robs-patch.txt (http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D777709&grou= p_id=3D66 91&atid=3D306691) works with qmailadmin-1.2.0-rc3, or it works only with qmailadmin-1.0.23? Thanks for all Regards Andrea |
From: Andrea R. <ml...@ne...> - 2004-01-22 09:07:27
|
>> When I try to make install-strip, I receive this error: >> >> rm -rf /var/www/htdocs/qmailadmin//html >> /bin/sh ./mkinstalldirs /var/www/htdocs/qmailadmin//html >> mkdir /var/www/htdocs/qmailadmin/html >> cp ./html/[^C]* /var/www/htdocs/qmailadmin//html >> cp: ./html/[^C]*: No such file or directory > > What OS? What shell are you using? Openbsd 3.3. my shell is sh. > Do you have an html directory with files in it in your qmailadmin > source directory? Im mine qmailadmin source dir I've the html dir with files. Normally I install qmailadmin in /var/www/htdocs/qmailadmin, and html/ images/ and lang/ in /var/www/htdocs/qmailadmin. I hope you could help me. Thanks Andrea |
From: Tom C. <to...@to...> - 2004-01-22 04:41:47
|
On Jan 21, 2004, at 6:44 PM, Andrea Riela wrote: > Normally, before 1.2.0-rc3, I've used "--enable-spam-command="| > maildrop > /etc/mailfilter" ", and it worked. > Why now I've to insert the "preline" command? I must do that? I don't think it's a requirement, and isn't something new for this release. If it's been working for you without it, then you probably don't need to add it. -- Tom Collins - to...@to... QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/ |
From: Tom C. <to...@to...> - 2004-01-22 04:34:11
|
On Jan 21, 2004, at 6:51 PM, Andrea Riela wrote: > When I try to make install-strip, I receive this error: > > rm -rf /var/www/htdocs/qmailadmin//html > /bin/sh ./mkinstalldirs /var/www/htdocs/qmailadmin//html > mkdir /var/www/htdocs/qmailadmin/html > cp ./html/[^C]* /var/www/htdocs/qmailadmin//html > cp: ./html/[^C]*: No such file or directory What OS? What shell are you using? Do you have an html directory with files in it in your qmailadmin source directory? I had a feeling that the format I used might not be valid on all platforms -- I'm trying to avoid a problem that results from trying to copy the files but not the CVS directory. -- Tom Collins - to...@to... QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/ |
From: Andrea R. <ml...@ne...> - 2004-01-22 01:52:03
|
Well, This is my ./configure: ./configure --enable-htmldir=/var/www/htdocs --enable-htmllibdir=/var/www/htdocs/qmailadmin/ --enable-cgibindir=/var/www/htdocs/sites/nesys.it/cgi-bin --enable-cgipath=/cgi-bin/qmailadmin --enable-imageurl=/qmailadmin/images --enable-imagedir=/var/www/htdocs/qmailadmin/images --enable-modify-quota=Y --enable-maxusersperpage=50 --enable-modify-spam=Y --enable-spam-command="| maildrop /etc/mailfilter" --enable-domain-autofill=Y Make (or gmake) works fine. When I try to make install-strip, I receive this error: rm -rf /var/www/htdocs/qmailadmin//html /bin/sh ./mkinstalldirs /var/www/htdocs/qmailadmin//html mkdir /var/www/htdocs/qmailadmin/html cp ./html/[^C]* /var/www/htdocs/qmailadmin//html cp: ./html/[^C]*: No such file or directory *** Error code 1 Stop in /src/qmailadmin-1.2.0-rc3 (line 507 of Makefile). *** Error code 1 Stop in /src/qmailadmin-1.2.0-rc3 (line 406 of Makefile). *** Error code 1 Stop in /src/qmailadmin-1.2.0-rc3 (line 413 of Makefile). Before, I didn't. Where is my mistake? Thanks for all Regards Andrea |
From: Andrea R. <ml...@ne...> - 2004-01-22 01:44:39
|
HI ml, Normally, before 1.2.0-rc3, I've used "--enable-spam-command="| maildrop /etc/mailfilter" ", and it worked. Why now I've to insert the "preline" command? I must do that? Thanks for all Regards Andrea |
From: John J. <jo...@cy...> - 2004-01-19 23:52:27
|
Still no Fix so this will not remove my tmda settings from the .qmail files? -John ----- Original Message ----- From: "Tom Collins" <to...@to...> To: <qma...@in...>; <qma...@li...> Sent: Monday, January 19, 2004 2:49 PM Subject: [qmailadmin] Qmailadmin 1.2.0 Release Candidate 3 released > We are getting closer to a stable release, and we > need everyone's help in testing this release. > > Even if you don't want to run it, at least try > downloading, configuring and compiling it on > your system. We've been making changes to > the build-related files, and need feedback on any > problems that might still exist. Take a look at the > documentation, and feel free to offer any suggestions > for improvement (or better yet, post patches with > your changes to SourceForge). > > As you can see in the ChangeLog, we've been fixing a > lot of small bugs and improving the documentation. > Please post any bug reports to SourceForge. > > ChangeLog: > > Tom Collins > - Minor formatting changes to configure.in for consistency. > - Make function buffers static when returning pointers to them. > - More updates to build files. > - Properly format autoresponder names with '.' in them. [872721] > - Remove old code and redundant quota setting code from user.c. > - Switch to using new pw_flags field in auth.c. > - Set permissions on html templates and lang files to 644 (not 755). > > Jussi Siponen > - Add Finnish translation. [879032] > > |
From: Tom C. <to...@to...> - 2004-01-19 22:49:55
|
We are getting closer to a stable release, and we need everyone's help in testing this release. Even if you don't want to run it, at least try downloading, configuring and compiling it on your system. We've been making changes to the build-related files, and need feedback on any problems that might still exist. Take a look at the documentation, and feel free to offer any suggestions for improvement (or better yet, post patches with your changes to SourceForge). As you can see in the ChangeLog, we've been fixing a lot of small bugs and improving the documentation. Please post any bug reports to SourceForge. ChangeLog: Tom Collins - Minor formatting changes to configure.in for consistency. - Make function buffers static when returning pointers to them. - More updates to build files. - Properly format autoresponder names with '.' in them. [872721] - Remove old code and redundant quota setting code from user.c. - Switch to using new pw_flags field in auth.c. - Set permissions on html templates and lang files to 644 (not 755). Jussi Siponen - Add Finnish translation. [879032] |
From: Maurice S. <ma...@hy...> - 2004-01-13 16:32:08
|
On Thursday, January 1, 2004 at 23:01 (which was Friday, January 2, 2004 at 7:01 where I am) Tom Collins wrote: > This release should become the final 1.2.0 release. When running configure with discontinued authentication options, it will always say that --enable-mysql is discontinued yet give you the correct replacement option. -- Greetings, Maurice |
From: Tom C. <to...@to...> - 2004-01-02 06:01:39
|
http://qmailadmin.sf.net/ This release should become the final 1.2.0 release. I'm fairly confident that I've resolved all of the issues with the Makefiles. Both `make install` and `make install-strip` should be working now. This release also adds a useful file from Rick Widmer (html/README) that summarizes the macros used on the HTML templates. 1.2.0-rc2 - released 1-Jan-04 Tom Collins - Added comment and added minor fix to ##z macro in template.c. - Fix Makefile.am to use correct owner/group/perm for install-strip. [864310] - Change html/header to use ##D instead of ##H in title. Rick Widmer - Remove fclose(NULL) call in alias.c. - Add html/README with information on template macros. [867305] |
From: Tom C. <to...@to...> - 2003-12-24 01:00:23
|
On Dec 23, 2003, at 12:51 PM, Eduardo wrote: > I can create users with 2000MB of quota or with NOQUOTA, but domain > has 25MB > as limit, and default quota is 20, is this a bug? No. User quotas can exceed the domain quota. > vpopmail-5.4.0-pre2, auth > and limits on mysql, --enable-domainquotas, qmailadmin-1.2.0-rc1. > Qmailadmin > make the select on mysql, but ignore limits. Those versions should enforce the domain quota. Once the domain has over 25 MB of mail, no more mail should be accepted for any user. -- Tom Collins - to...@to... QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/ |
From: Eduardo <ht...@ci...> - 2003-12-23 19:52:08
|
I can create users with 2000MB of quota or with NOQUOTA, but domain has 25MB as limit, and default quota is 20, is this a bug? vpopmail-5.4.0-pre2, auth and limits on mysql, --enable-domainquotas, qmailadmin-1.2.0-rc1. Qmailadmin make the select on mysql, but ignore limits. El Lunes, 22 de Diciembre de 2003 05:43, Tom Collins escribió: > http://qmailadmin.sf.net/ > > Not many changes from the first pre-release. Unless > anything significant turns up with this release, we'll > call it stable around January 10th. > > 1.2.0-rc1 - released 21-Dec-03 > > Michael Bowe > - Update to configure.in for libtools 2.57 compatability. [858201] > > Tom Collins > - Use AM_INSTALL_PROGRAM_FLAGS instead of chown/chgrp/chmod in > Makefile. [827196] |
From: Derek W. <wa...@cr...> - 2003-12-23 16:51:15
|
Hello everybody, sorry for the cross-post but I have been digging through all of the qmailadmin mailing lists and have discovered that a few of you are looking for something like this (as I was when I decided to write it). Let me know if you have any questions or comments, or if you are running this on your system. Package Name: autorespond-perl-0.1 Package Author: Derek Watson Package Description: autorespond-perl is a drop-in replacement for Inter7's autorespond 2.0.4 that attempts to achieve better handling for exit codes, MIME headers, rate limiting, and Mailing List identification. This is a recommended replacement for anybody running a vpopmail/qmailadmin setup. http://www.dcw.ca/autorespond-perl/autorespond-perl-0.1.tar.gz |
From: Tom C. <to...@to...> - 2003-12-22 04:43:06
|
http://qmailadmin.sf.net/ Not many changes from the first pre-release. Unless anything significant turns up with this release, we'll call it stable around January 10th. 1.2.0-rc1 - released 21-Dec-03 Michael Bowe - Update to configure.in for libtools 2.57 compatability. [858201] Tom Collins - Use AM_INSTALL_PROGRAM_FLAGS instead of chown/chgrp/chmod in Makefile. [827196] |
From: <ond...@we...> - 2003-12-14 01:11:09
|
HI I have installed vpopmail-5.3.30 and qmailadmin 1.0.28. i have limit to virtual domains stored in files. when I log into qmailadmin, and try create some email accounts, I see in right corner Used 0:4, so qmailadmin doesn read number of created email account, so I can create how much I will. I also try to install qmailadmin 1.0.29 and 1.2.0-pre1 but it is the same. Is it some bug, or have I installed something wrong? thank andrej |
From: Tom C. <to...@to...> - 2003-12-12 17:18:05
|
On Friday, December 12, 2003, at 09:48 AM, Joao Luis Silva Assuncao wrote: > I began to do some changes in the lastest devel version to support the > mysql > alias but I noticed that the interface doesn't create alias anymore > for local > users. Why the reason of the change? Doesn't the use of only forwards > increases the overhead of delivering a email? It does, slightly, but by using a forward, the forwarding user's .qmail file will be processed on delivery. The old method of aliases would bypass the .qmail file. -- Tom Collins - to...@to... QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/ |
From: Joao L. S. A. <jas...@ne...> - 2003-12-12 16:48:42
|
Hi, I have been using the stable version of qmailadmin, with some modifications made by me to allow the use of alias stored in mysql. The interaction with the mysql table was done using the mysql api because the functions provided by vpopmail are limited. I began to do some changes in the lastest devel version to support the mysql alias but I noticed that the interface doesn't create alias anymore for local users. Why the reason of the change? Doesn't the use of only forwards increases the overhead of delivering a email? Thank you. Joao Assuncao |
From: Andrea R. <ml...@ne...> - 2003-12-10 10:56:46
|
Thanks to all It was a mistake. Now all works fine. Regards Andrea |
From: Tom C. <to...@to...> - 2003-12-10 06:43:42
|
Any volunteers interested in reviewing qmailadmin-help and updating it for the 1.2 release? -- Tom Collins - to...@to... QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/ |
From: Tom C. <to...@to...> - 2003-12-10 06:40:09
|
Well, it's about time to make a stable release. There are still important thing that need to be added, but it's more important to get a stable release out to match the forthcoming stable release of vpopmail 5.4. <http://qmailadmin.sf.net/> 1.2.0-pre1 - released 9-Dec-03 This is the first pre-release of what will be the first stable release of QmailAdmin since 1.0.6. Please test extensively and report bugs to SourceForge. We are aware that configure runs twice during the build process. This will be fixed in the final release. Tom Collins - More updates related to build process. [826594] - Fix HTML formatting on display subscribers page. - Convert HTTP_ACCEPT_LANGUAGE entries to lowercase, rename pt-BR to pt-br. [852963] - Major cleanup of hooks code (fix call to execl, allow blank lines, don't require entries for all hooks, pass proper parameters to hook program, update documentation). [855707] - Use VPOPMAIL_UMASK instead of hardcoded 0077. - Better lstat() error messages in template.c. -- Tom Collins - to...@to... QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/ |
From: Tom C. <to...@to...> - 2003-12-10 03:40:53
|
On Tuesday, December 9, 2003, at 01:35 PM, Charles Sprickman wrote: >> Nothing ... Always invalid user at login. For all users and all >> domains. >> Where is the problem? > > Is your qmailadmin cgi setuid vpopmail? If not, it can't authenticate > anyone... > > Are you able to auth via pop/imap? I helped Andrea off-list. It turned out that the directory was mounted with the nosuid option. I've been thinking about what I'd have to add to qmailadmin to help in debugging this problem. I'm thinking that it could just compare getuid to geteuid and throw a warning that the script might not be running suid. We might even be able to stat() the program itself and check to see if the permissions are set correctly. -- Tom Collins - to...@to... QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/ |
From: Charles S. <sp...@fa...> - 2003-12-09 20:34:28
|
On Thu, 4 Dec 2003, Andrea Riela wrote: > Nothing ... Always invalid user at login. For all users and all domains. > Where is the problem? Is your qmailadmin cgi setuid vpopmail? If not, it can't authenticate anyone... Are you able to auth via pop/imap? Charles > Thanks for all > Andrea > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > qmailadmin-devel mailing list > qma...@li... > https://lists.sourceforge.net/lists/listinfo/qmailadmin-devel > |
From: Andrea R. <ml...@ne...> - 2003-12-06 22:42:21
|
> The problem is: I connect to www.nesys.it/cgi-bin/qmailadmin > But when I try to connect with an account, the message is: > Invalid Login > (198) I've tryed with <VirtualHost 192.168.1.11:80> ServerName www.nesys.it ServerAdmin web...@ne... SSLDisable Port 80 DocumentRoot /var/www/htdocs/sites/nesys.it ErrorLog logs/nesys.it-error_log CustomLog logs/nesys.it-access_log combined ScriptAlias /cgi-bin/ "/var/www/htdocs/sites/nesys.it/cgi-bin/" <Directory "/var/www/htdocs/sites/nesys.it"> Options -Indexes AllowOverride All Order allow,deny Allow from all </Directory> <Directory "/var/www/htdocs/sites/nesys.it/cgi-bin"> Options ExecCGI AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost> Nothing ... Always invalid user at login. For all users and all domains. Where is the problem? Thanks for all Andrea |