Re: [qmailadmin] Qmailadmin 1.2.0 Release Candidate 3 released

2004-01-19 Thread John Johnson
 Still no Fix so this will not remove my tmda settings from the .qmail
files?

-John

- Original Message - 
From: Tom Collins [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
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]





[qmailadmin] Re: [qmailadmin-devel] Re: [qmailadmin] Qmailadmin 1.2.0 Release Candidate 3 released

2004-01-19 Thread Rick Widmer


John Johnson wrote:

  Still no Fix so this will not remove my tmda settings from the .qmail
 files?

No.  Sorry, QmailAdmin is in a feature freeze until 1.2.0 goes out the
door.  Your request is high on the list for things to add to the next
version.  It will requite major changes that would push the release of
the current version out WAY too far.  (IMHO it has been way too long
since the last stable release!)  I assure you the next stable release
will be faster.  I know, I'm already working on it...
Rick







Re: [qmailadmin] Re: [qmailadmin-devel] Re: [qmailadmin] Qmailadmin 1.2.0 Release Candidate 3 released

2004-01-19 Thread John Johnson
OK,  I am just a little upset because this was not a problem with the last
stable release and now it's broken for someone elses idea of spam reduction.

-John

- Original Message - 
From: Rick Widmer [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, January 19, 2004 4:10 PM
Subject: [qmailadmin] Re: [qmailadmin-devel] Re: [qmailadmin] Qmailadmin
1.2.0 Release Candidate 3 released




 John Johnson wrote:


Still no Fix so this will not remove my tmda settings from the .qmail
   files?
  


 No.  Sorry, QmailAdmin is in a feature freeze until 1.2.0 goes out the
 door.  Your request is high on the list for things to add to the next
 version.  It will requite major changes that would push the release of
 the current version out WAY too far.  (IMHO it has been way too long
 since the last stable release!)  I assure you the next stable release
 will be faster.  I know, I'm already working on it...

 Rick









Re: [qmailadmin] Qmailadmin 1.2.0 Release Candidate 3 released

2004-01-19 Thread Rick Widmer


Tom Collins wrote:

We are getting closer to a stable release, and we
need everyone's help in testing this release.
More WARNINGS!   After compiling the RC2 vpopmail and the RC3 QmailAdmin 
I get the following block of errors:

In file included from qmailadmin.c:31:
/mail/include/vpopmail_config.h:221:1: warning: PACKAGE_NAME redefined
In file included from qmailadmin.c:28:
config.h:131:1: warning: this is the location of the previous definition
In file included from qmailadmin.c:31:
/mail/include/vpopmail_config.h:224:1: warning: PACKAGE_STRING redefined
In file included from qmailadmin.c:28:
config.h:134:1: warning: this is the location of the previous definition
In file included from qmailadmin.c:31:
/mail/include/vpopmail_config.h:227:1: warning: PACKAGE_TARNAME redefined
In file included from qmailadmin.c:28:
config.h:137:1: warning: this is the location of the previous definition
In file included from qmailadmin.c:31:
/mail/include/vpopmail_config.h:230:1: warning: PACKAGE_VERSION redefined
In file included from qmailadmin.c:28:
config.h:140:1: warning: this is the location of the previous definition
source='alias.c' object='alias.o' libtool=no \
for each of the following files:  qmailadmin.c, user.c, template.c

qmailadmin.c doesn't actually use anything from vpopmail_config.h, so 
the #include can just be removed.

user.c uses VPOPMAILDIR

template.c uses the following values:  PACKAGE and VERSION.  It also 
uses QA_PACKAGE and QA_VERSION which look like they might be standard 
autoconf variables that have been alterd to make them unique so both can 
be displayed from the ##V tag.

The actual duplicated variables are not used anywhere in QmailAdmin.

Rick



Re: [qmailadmin] Qmailadmin 1.2.0 Release Candidate 3 released

2004-01-19 Thread Rick Widmer


Despite the warnings vpopmail rc2 and QmailAdmin RC3 appear to be 
working on my test server.  I can add/remove/edit accounts, but can not 
test mail delivery.

Rick