[vchkpw] 2 things: qmail logs qmailadmin

2006-08-31 Thread Krzysiek Włodarczak

Hello All!
I have 2 questions:

1. Does qmail deletes rotated logs in /var/log/qmail? I saw that it 
makes rotation of current to something like this:

@400044f62c7d2327cb44.s but should I delete this files manually?


2. There is a postmaster as a user name placed in qmailadmin web 
interface by default. Could it be changed? I would like to have just 
nothing. BTW: It possible to place a default domain name below?


Thanks for your answers!
--
Best regards!
Chris


Re: [vchkpw] 2 things: qmail logs qmailadmin

2006-08-31 Thread Bob Hutchinson
On Thursday 31 August 2006 08:22, Krzysiek Włodarczak wrote:
 Hello All!
 I have 2 questions:

 1. Does qmail deletes rotated logs in /var/log/qmail? I saw that it
 makes rotation of current to something like this:
 @400044f62c7d2327cb44.s but should I delete this files manually?

no, you don't have to delete anything
see http://cr.yp.to/daemontools/multilog.html



 2. There is a postmaster as a user name placed in qmailadmin web
 interface by default. Could it be changed? I would like to have just
 nothing. BTW: It possible to place a default domain name below?

postmaster is the default mailbox, you can set it to accept, bounce or drop 
any mail which does not have an existing name or alias to go to.

if you have nothing you won't be able to use qmailadmin ;-(


 Thanks for your answers!
 --
 Best regards!
 Chris

-- 
-
Bob Hutchinson
Midwales dot com
-


Re: [vchkpw] 2 things: qmail logs qmailadmin

2006-08-31 Thread Cristiano Deana

2006/8/31, Krzysiek Włodarczak [EMAIL PROTECTED]:


1. Does qmail deletes rotated logs in /var/log/qmail? I saw that it
makes rotation of current to something like this:
@400044f62c7d2327cb44.s but should I delete this files manually?


No, you should read
http://cr.yp.to/daemontools/multilog.html


2. There is a postmaster as a user name placed in qmailadmin web
interface by default. Could it be changed? I would like to have just
nothing. BTW: It possible to place a default domain name below?


postmaster is required by RFC. But you can have a user with same
privilegese as postmaster (delete, add, modify users):
see `~vpopmail/bin/vmoduser [EMAIL PROTECTED]'

--
Cris, member of G.U.F.I
Italian FreeBSD User Group
http://www.gufi.org/


Re: [vchkpw] 2 things: qmail logs qmailadmin

2006-08-31 Thread Volker Hahn
Hi Chris,

there is an configure option for qmailadmin: --enable-domain-autofill

If using this option during compiling, qmailadmin takes the domain
string from the web address and fill it in the domain field. See the Readme.

An easy way to let the username blank is to add ?user= to the URL, i.
e. http://Your.domain/cgi-bin/qmailadmin?user=

Hope this helps.

Best regards,

Volker

Krzysiek Włodarczak schrieb:
 Cristiano Deana wrote:
 Maybe (MAYBE!):
 in template.c :
 -   printf(postmaster);
 +   printf();


 I can't find the template.c file.
 Where should I find it?
 -- 
 BR!
 Chris



Re: [vchkpw] 2 things: qmail logs qmailadmin

2006-08-31 Thread Krzysiek Włodarczak

Volker Hahn wrote:

An easy way to let the username blank is to add ?user= to the URL, i.
e. http://Your.domain/cgi-bin/qmailadmin?user=

Hope this helps.


I works! Thank you Volker!
BTW: Is it possible to fill the domain field the same way without 
recompiling  qmailadmin?

--
Best regards!
Chris



Re: [vchkpw] 2 things: qmail logs qmailadmin

2006-08-31 Thread Volker Hahn
Yes: http://Your.domain/cgi-bin/qmailadmin?user=domain=Your.domain

Volker

Krzysiek Włodarczak schrieb:
 Volker Hahn wrote:
 An easy way to let the username blank is to add ?user= to the URL, i.
 e. http://Your.domain/cgi-bin/qmailadmin?user=

 Hope this helps.

 I works! Thank you Volker!
 BTW: Is it possible to fill the domain field the same way without
 recompiling  qmailadmin?
 -- 
 Best regards!
 Chris




Re: [vchkpw] 2 things: qmail logs qmailadmin

2006-08-31 Thread Krzysiek Włodarczak

Volker Hahn wrote:

Yes: http://Your.domain/cgi-bin/qmailadmin?user=domain=Your.domain


It works! Thousand thanks Volker!!!
--
Best regards!
Chris



[vchkpw] vQadmin was unable to determine your username

2006-08-31 Thread Ronald Wiplinger

I get following picture displayed:

*Authentication Failed Username unknown*

**vQadmin was unable to determine your username, which
means your webserver is improperly configured to run
with this CGI.  For security reasons, this script
will not run without Apache htaccess lists.

vqadmin http://www.inter7.com/vqadmin/ 2.3.6

vpopmail http://www.inter7.com/vpopmail/ 5.4.13**




httpd.conf includes:

Directory /srv/www/vhosts/xx.xx.xx/cgi-bin/vqadmin
   deny from all
   Options ExecCGI FollowSymLinks
   AllowOverride AuthConfig
   Order deny,allow
/Directory


# cat /srv/www/vhosts/xx.xx.xx/cgi-bin/vqadmin/.htaccess 
AuthType Basic

AuthUserFile /srv/www/vqadmin.passwd
AuthName vQadmin
require valid-user
satisfy any



# cat /srv/www/vqadmin.passwd 
xx4admin:B.f/I7z.




What do I miss?

bye

Ronald