Re: [qmailadmin] spamassassin

2004-02-20 Thread web4.hm - Peter Padberg
Whats amavsd?:
http://www.google.de/search?q=amavsdie=UTF-8oe=UTF-8hl=debtnG=Google+Suchemeta=


Am Do, 2004-02-19 um 22.28 schrieb [EMAIL PROTECTED]:
 if you use amavsd there is.
 
 Ashley
 
 
 web4.hm - Peter Padberg wrote:
 
 Hi folks!
 
 First I want to say thank you for this great qmailadmin.
 It runs at our servers the last years without any problems!
 
 I want to ask if there is any webfrontend-support for customizing rules
 for the spamassassin availible?
 
 Viele Grüße,
 Peter.
 
   
 
 
 
-- 
_
web4.hm
Pyrmonter Str. 42
D-31789 Hameln

fon: +49-5151 60 99 70-0   [EMAIL PROTECTED]
fax: +49-5151 60 99 70-1   http://web4.hm




Re: [qmailadmin] cgibin text output

2004-02-20 Thread Ken Jones
On Thursday 19 February 2004 2:57 pm, SEFEROVIC Edvin wrote:
 Hi...

 After I installed qmailadmin, I cannot call the cgi script.  My browser
 always starts a text file download. Can anyone tell me what am I doing
 wrong? And yes - I googled, I read the manual of apache webserver, and I
 still dont know that am I doing wrong...

 TIA

 Edvin Seferovic

Probably because your web server doesn't know that qmailadmin
is a cgi program. Some web servers are configured to only think
programs that end with .cgi are to be run as cgi programs. What
usually happens is the web server sends the qmailadmin binary
as a text file that looks like garbage characters. The solution
is to re-configure your web server to run it as a cgi.

Ken Jones


[qmailadmin] Qmailadmin seemingly broken after mySQL upgrade.

2004-02-20 Thread Oliver, Wells
I upgraded mySQL to 4.0 and dumped/reimported my vpopmail DB. Vpopmail
seems to work fine: I send/receive mail and all the command-line
utilities return information from the DB. But I recompiled/installed
qmailadmin and it says that I have zero accounts in my domain, etc. I
know mysql has a new socket to connect through; was wondering if that
was the issue.

Any tips? Thanks!

-
Wells Oliver
Web Applications Programmer
Leviton Voice  Data
425-415-7229
http://www.levitonvoicedata.com



AW: [qmailadmin] cgibin text output

2004-02-20 Thread SEFEROVIC Edvin
Hi.. 

Its me and my RTFM question... in my httpd.conf I have following...

AddHandler cgi-script .cgi .pl   

It means only .cgi and .pl files will be threated as CGI scripts.. but
qmailadmin has no extension...

-rwsr-sr-x1 vpopmail vchkpw 127260 Feb 19 20:21 qmailadmin*

This is my output of ls command... it may be a rtfm mistake, but I really
dont have a clue where my mistake lies...

TIA

Edvin Seferovic

-Ursprüngliche Nachricht-
Von: Ken Jones [mailto:[EMAIL PROTECTED] 
Gesendet: Freitag, 20. Februar 2004 16:13
An: [EMAIL PROTECTED]; SEFEROVIC Edvin
Betreff: Re: [qmailadmin] cgibin text output

On Thursday 19 February 2004 2:57 pm, SEFEROVIC Edvin wrote:
 Hi...

 After I installed qmailadmin, I cannot call the cgi script.  My browser
 always starts a text file download. Can anyone tell me what am I doing
 wrong? And yes - I googled, I read the manual of apache webserver, and I
 still dont know that am I doing wrong...

 TIA

 Edvin Seferovic

Probably because your web server doesn't know that qmailadmin
is a cgi program. Some web servers are configured to only think
programs that end with .cgi are to be run as cgi programs. What
usually happens is the web server sends the qmailadmin binary
as a text file that looks like garbage characters. The solution
is to re-configure your web server to run it as a cgi.

Ken Jones



Re: AW: [qmailadmin] cgibin text output

2004-02-20 Thread Rick Widmer


My fix would be:

cd to the document-root directory of your web server.

cd ..

mkdir cgi-bin

mv qmailadmin /to/the/directory/you/just/created

vi httpd.conf   and add the following line:

ScriptAlias  /cgi-bin/ /the/directory/you/just/added



then try hitting:

http://www.yourdomain.com/cgi-bin/qmailadmin

Rick



SEFEROVIC Edvin wrote:

Hi.. 

Its me and my RTFM question... in my httpd.conf I have following...

AddHandler cgi-script .cgi .pl   

It means only .cgi and .pl files will be threated as CGI scripts.. but
qmailadmin has no extension...
-rwsr-sr-x1 vpopmail vchkpw 127260 Feb 19 20:21 qmailadmin*

This is my output of ls command... it may be a rtfm mistake, but I really
dont have a clue where my mistake lies...
TIA

Edvin Seferovic

-Ursprüngliche Nachricht-
Von: Ken Jones [mailto:[EMAIL PROTECTED] 
Gesendet: Freitag, 20. Februar 2004 16:13
An: [EMAIL PROTECTED]; SEFEROVIC Edvin
Betreff: Re: [qmailadmin] cgibin text output

On Thursday 19 February 2004 2:57 pm, SEFEROVIC Edvin wrote:

Hi...

After I installed qmailadmin, I cannot call the cgi script.  My browser
always starts a text file download. Can anyone tell me what am I doing
wrong? And yes - I googled, I read the manual of apache webserver, and I
still dont know that am I doing wrong...
TIA

Edvin Seferovic


Probably because your web server doesn't know that qmailadmin
is a cgi program. Some web servers are configured to only think
programs that end with .cgi are to be run as cgi programs. What
usually happens is the web server sends the qmailadmin binary
as a text file that looks like garbage characters. The solution
is to re-configure your web server to run it as a cgi.
Ken Jones