[qmailadmin] SpamAssassin integration

2003-02-25 Thread Brian Keifer
Hi, list.

IANAC (I am not a coder), but I think I've come up with a way to gracefully
integrate spamassassin support into qmailadmin.  A parameter in the
.qmailadmin-limits file for a domain could contain a line such as:

enablespamassassin0
-or-
enablespamassassin1

This would enable/disable a checkbox on the user modify screen that, when
checked, would insert a line in their .qmail file that would toss the message to
spamc and pipe the output into maildir for delivery.  The line we use here is:

| /usr/local/bin/spamc -u [EMAIL PROTECTED] | /usr/local/bin/maildir
/path/to/user's/Maildir/

I've tried to hack this together a couple of times for 1.0.2 and 1.0.6, but kept
getting beaten down by the .qmail file parsing logic in template.c. =)  If
anybody wants to take the idea and run with it, I think it'd be a welcome
addition for many. 

-Brian

-- 
When all else fails, there's always delusion.
--Conan O'Brien



Re: [qmailadmin] new hungarian language file

2003-02-25 Thread Ken Jones
On Sunday 23 February 2003 18:22, Honti Miki wrote:
 hi,

 here is the new hungarian translation.

 when will be a new stable relase? i want to post one more update befor it.

 thx to everybody for qmailadmin, it is a very good tool.

 bye

 Miki

Hi Miki,

I put your new translation into  the devel  version.
I think the new release might be released as stable in a few weeks.

-- 
- Ken Jones




Re: [qmailadmin] Updated Patch, UI improvements

2003-02-25 Thread Ken Jones
On Monday 24 February 2003 13:23, Tom Collins wrote:
 I've updated my patch from last Friday to include a nicer trash icon (

Hi Tom,

I just applied your patches and new images files. Looks really nice!
I updated the 1.0.10 tarball on www.inter7.com/devel/ to have your
changes (as well as Miki's new Hungarian translation)

-- 
- Ken Jones




Re: [qmailadmin] Passwords

2003-02-25 Thread Ken Jones
On Monday 17 February 2003 12:06, Steve Mallett wrote:
 Where does Qmailadmin look for passwords?

 I can successfully create new domains, add users etc, but cannot login
 through pop3 to get these new user's mail.

 Adding new users for existing domains results in the same thing. Can't
 log in.  I can get into the server, look at the new domains and the
 users created as well as the mail that is in the que.

 I must have a bad permission somewhere, but where?

 Steve Mallett

Passwords are stored by vpopmail. The default vpopmail installation
stores the passwords in vpasswd (clear text) and vpasswd.cdb (constant
database format). vchkpw is the vpopmail program to use in  pop 
authentication.

-- 
- Ken Jones




Re: [qmailadmin] qmailadmin not displaying properly

2003-02-25 Thread Ken Jones
Sounds like the web server doesn't know where to find the image
files. Normally these files are under
DocumentRoot/images/qmailadmin
There should be a bunch of files there.

Ken

On Monday 24 February 2003 23:44, Ryan wrote:
 Hello,

 Just installed qmailadmin. I'm able to login and but it
 does not display any images or buttons. I get just the
 login boxes (username/domain/pass). After logining in,
 I get the list of options, but no graphics. Obviously
 I can't do much without any buttons...

 Apache (1.3.26) is working fine with PHP (4.3) and
 Mysql(3.25) and vpopmail (5.3.14) and qmail. ezmlm
 .53 and autoresponder 2.02. I'm sure I've missed some
 thing, a permission, or a config option. I complied QA
 with:

 qmailadmin-1.0.6

 ./configure --enable-ezmlmdir=/usr/bin \
 --enable-htmldir=/var/www \
 --enable-maxpopusers=25 \
 --enable-maxaliases=5 \
 --enable-maxforwards=5 \
 --enable-maxautorepsonders=5 \
 --enable-maxmailinglists=1 \
 --enable-cgibindir=/usr/lib/cgi-bin/

 Any ideas?



 Ryan

-- 
- Ken Jones




Re: [qmailadmin] fr patch for 1.0.10

2003-02-25 Thread Ken Jones
On Friday 21 February 2003 11:56, Nicolas Croiset wrote:
 Hello,

 this is my new patch for the fr language.

 Bye.

Hi Nicolas,

Your updated French translation is in the devel version.

-- 
- Ken Jones