Re: [qmailadmin] Re: problem with qmailadmin

2007-04-20 Thread daniel
>
>
> [EMAIL PROTECTED] wrote: >> I tried it  but didnot get success. Can you
> specify what permissions
>>> for do
>>> i need to change in the html and images folders  to get the icons
>
> First of all check apache's error logs to see what is the path that the
> qmailadmin expects to look for the image files.
>
> After that recompile an build the script again until it works...
>
> issue the command ./configure --help to see all available parameters that
> you can configure.
>
> Or you can take the easy way and move the files in the path that the
> current build of qmailadmin you have expects to find them.
>
>
> First  I wrote below command
>
> ./configure --enable-logging=p --enable-auth-module=mysql --disable-passwd
> --enable-clear-passwd --disable-many-domains --enable-auth-logging
> --enable-sql-logging --enable-valias --disable-mysql-limits
> --enable-incdir=/usr/lib/mysql
> --enable-qmail-newu=/usr/src/qmail/qmail-1.03/qmail-newu.c
> --enable-qmail-inject=/usr/src/qmail/qmail-1.03/qmail-inject.c
> --enable-qmail-newmrh=/usr/src/qmail/qmail-1.03/qmail-newmrh.c
> checking for a BSD-compatible install... /usr/bin/install -c
>
>
>
>
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets ${MAKE}... yes
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking for gawk... (cached) gawk
> checking for gcc... gcc
> checking for C compiler default output... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for style of include used by make... GNU
> checking dependency style of gcc... none
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for ranlib... ranlib
> checking for strerror in -lcposix... no
> checking for crypt in -lcrypt... yes
> checking for dirent.h that defines DIR... yes
> checking for library containing opendir... none required
> checking how to run the C preprocessor... gcc -E
> checking for ANSI C header files... yes
> checking for sys/wait.h that is POSIX.1 compatible... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking arpa/inet.h usability... yes
> checking arpa/inet.h presence... yes
> checking for arpa/inet.h... yes
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking for memory.h... (cached) yes
> checking netinet/in.h usability... yes
> checking netinet/in.h presence... yes
> checking for netinet/in.h... yes
> checking shadow.h usability... yes
> checking shadow.h presence... yes
> checking for shadow.h... yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking sys/file.h usability... yes
> checking sys/file.h presence... yes
> checking for sys/file.h... yes
> checking sys/param.h usability... yes
> checking sys/param.h presence... yes
> checking for sys/param.h... yes
> checking sys/socket.h usability... yes
> checking sys/socket.h presence... yes
> checking for sys/socket.h... yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking syslog.h usability... yes
> checking syslog.h presence... yes
> checking for syslog.h... yes
> checking for unistd.h... (cached) yes
> checking utime.h usability... yes
> checking utime.h presence... yes
> checking for utime.h... yes
> checking crypt.h usability... yes
> checking crypt.h presence... yes
> checking for crypt.h... yes
> checking for gcc option to accept ANSI C... none needed
> checking for an ANSI C-conforming const... yes
> checking for uid_t in sys/types.h... yes
> checking for inline... inline
> checking for mode_t... yes
> checking for off_t... yes
> checking for pid_t... yes
> checking for size_t... yes
> checking whether struct tm is in sys/time.h or time.h... time.h
> checking whether closedir returns void... no
> checking return type of signal handlers... void
> checking whether utime accepts a null argument... yes
> checking for bzero... yes
> checking for dup2... yes
> checking for fdatasync... yes
> checking for getcwd... yes
> checking for gethostname... yes
> checking for getpass... yes
> checking for getspnam... yes
> checking for memset... yes
> checking for mkdir... yes
> checking for putenv... yes
> checking for rmdir... yes
> checking for socket... yes
> checking for strchr... yes
> checking for strdup... yes
> checking for strerror... yes
> checking for strncasecmp... yes
> checking for strrchr... yes
> checking for strspn... yes
> checking for

Re: [qmailadmin] Re: problem with qmailadmin

2007-04-20 Thread Nevruz Mesut Sahin


[EMAIL PROTECTED] wrote: >> I tried it  but didnot get success. Can you specify 
what permissions
>> for do
>> i need to change in the html and images folders  to get the icons

First of all check apache's error logs to see what is the path that the
qmailadmin expects to look for the image files.

After that recompile an build the script again until it works...

issue the command ./configure --help to see all available parameters that
you can configure.

Or you can take the easy way and move the files in the path that the
current build of qmailadmin you have expects to find them.


First  I wrote below command

./configure --enable-logging=p --enable-auth-module=mysql --disable-passwd 
--enable-clear-passwd --disable-many-domains --enable-auth-logging 
--enable-sql-logging --enable-valias --disable-mysql-limits 
--enable-incdir=/usr/lib/mysql 
--enable-qmail-newu=/usr/src/qmail/qmail-1.03/qmail-newu.c 
--enable-qmail-inject=/usr/src/qmail/qmail-1.03/qmail-inject.c 
--enable-qmail-newmrh=/usr/src/qmail/qmail-1.03/qmail-newmrh.c
checking for a BSD-compatible install... /usr/bin/install -c




checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gawk... (cached) gawk
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for strerror in -lcposix... no
checking for crypt in -lcrypt... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for memory.h... (cached) yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking shadow.h usability... yes
checking shadow.h presence... yes
checking for shadow.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking for inline... inline
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether closedir returns void... no
checking return type of signal handlers... void
checking whether utime accepts a null argument... yes
checking for bzero... yes
checking for dup2... yes
checking for fdatasync... yes
checking for getcwd... yes
checking for gethostname... yes
checking for getpass... yes
checking for getspnam... yes
checking for memset... yes
checking for mkdir... yes
checking for putenv... yes
checking for rmdir... yes
checking for socket... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strspn... yes
checking for strstr... yes
checking for utime... yes
checking vpopmail configure options... ok
checking whether we can locate the qmail directory... yes
checking whether we can locate the qmail-newu program... yes
checking whether we can locate the qmail-injec

[qmailadmin] problem with qmailadmin robots

2007-04-19 Thread chairman of the bored


can someone tell me how to fix the glitch with the robots that causes 
the copy to address to become a path?

it's driving a couple of my customers nuts.

thanks :)
-dd
\//
   \\|//   _\\|//_  | |  _\\|//_   \\|//
   (@ @)  (' 0-0 ') (.) (.) (' @-@ ')  (o-o)
+-=oOOo-(_)-oOOo=oo0=(_)=0oo=oOO=-(_)-=OOo=oo0=(_)=0oo=oOOo-(_)-oOOo=-+
| Level Seven inc. http://www.L7.net/ | /"\
   The worlds "one stop" InterNetworking Provider 360.753.3556  \ /
+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+  X
ASCII Ribbon campaign against HTML E-Mail >- - - - - - - - - - - - - -> / \ 



Re: [qmailadmin] Re: problem with qmailadmin

2007-04-19 Thread daniel
>> I tried it  but didnot get success. Can you specify what permissions
>> for do
>> i need to change in the html and images folders  to get the icons

First of all check apache's error logs to see what is the path that the
qmailadmin expects to look for the image files.

After that recompile an build the script again until it works...

issue the command ./configure --help to see all available parameters that
you can configure.

Or you can take the easy way and move the files in the path that the
current build of qmailadmin you have expects to find them.



[qmailadmin] Re: problem with qmailadmin

2007-04-18 Thread Stephane Bouvard (ML)
Hi,

,- - [ Le mercredi 18 avril 2007 vers 10:34 simply arun écrivait: ] - -
|
> I tried it  but didnot get success. Can you specify what permissions  for do
> i need to change in the html and images folders  to get the icons

It depend of your configuration of Apache, not qmailadmin, only you can tell 
wich security's and permissions you use on your server.  Do not forget when you 
configure qmailadmin to specify the URL where the images should be available.

|
`- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



-- 
Bien à vous...
 _
(_'  L'informatique est ma passion, vous la simplifier, mon métier !
,_)téphane Bouvard [antarex AT freenet DOT be] http://www.antarex.be



Re: [qmailadmin] problem with qmailadmin

2007-04-18 Thread Claas Langbehn

simply arun schrieb:
I tried it  but didnot get success. Can you specify what permissions  
for do i need to change in the html and images folders  to get the icons


as usual. The same permissions than the user that is running qmailadmin.
You could also have something wrong when configuring qmailadmin.
Please read the included documentation.

I can not specify it further, since my setup is non-standard.


claas


Re: [qmailadmin] problem with qmailadmin

2007-04-18 Thread simply arun

I tried it  but didnot get success. Can you specify what permissions  for do
i need to change in the html and images folders  to get the icons

On 4/17/07, simply arun <[EMAIL PROTECTED]> wrote:


thanks


On 4/17/07, Claas Langbehn <[EMAIL PROTECTED]> wrote:
>
> simply arun schrieb:
> > can you please explain little further
>
> read the included INSTALL file and search for "HTML templates".
> /usr/local/share/qmailadmin/ is the default location.
>
>
>
> claas
>



--
arunanchal behera(RHCE)
seek to understand than to be understood
 mob no:+919440147694





--
   arunanchal behera(RHCE)
seek to understand than to be understood
mob no:+919440147694


Re: [qmailadmin] problem with qmailadmin

2007-04-17 Thread simply arun

thanks


On 4/17/07, Claas Langbehn <[EMAIL PROTECTED]> wrote:


simply arun schrieb:
> can you please explain little further

read the included INSTALL file and search for "HTML templates".
/usr/local/share/qmailadmin/ is the default location.



claas





--
   arunanchal behera(RHCE)
seek to understand than to be understood
mob no:+919440147694


[qmailadmin] problem with qmailadmin

2007-04-17 Thread simply arun

Hai all,
I have installed qmail. Its running fine. Today i went to inter7.com site
and could able to find the true image of qmailadmin which i am not
getting.The graphs i am not getting and also while creating lists also i am
not getting the buttons which are displayed below each list's feature
can anyone give a suggestion how to enable it

--
   arunanchal behera(RHCE)
seek to understand than to be understood
mob no:+919440147694


Re: [qmailadmin] problem with qmailadmin

2007-04-17 Thread Claas Langbehn

simply arun schrieb:

can you please explain little further


read the included INSTALL file and search for "HTML templates".
/usr/local/share/qmailadmin/ is the default location.



claas


Re: [qmailadmin] problem with qmailadmin

2007-04-17 Thread simply arun

can you please explain little further

On 4/17/07, Claas Langbehn <[EMAIL PROTECTED]> wrote:


Hello!
> I have installed qmail. Its running fine. Today i went to inter7.com
>  site and could able to find the true image of
> qmailadmin which i am not getting.The graphs i am not getting and also
> while creating lists also i am not getting the buttons which are
> displayed below each list's feature
> can anyone give a suggestion how to enable it

Please check the images path.

Maybe wron permissions or incomplete installation?


claas





--
   arunanchal behera(RHCE)
seek to understand than to be understood
mob no:+919440147694


Re: [qmailadmin] problem with qmailadmin

2007-04-17 Thread Claas Langbehn

Hello!
I have installed qmail. Its running fine. Today i went to inter7.com 
 site and could able to find the true image of 
qmailadmin which i am not getting.The graphs i am not getting and also 
while creating lists also i am not getting the buttons which are 
displayed below each list's feature

can anyone give a suggestion how to enable it


Please check the images path.

Maybe wron permissions or incomplete installation?


claas


Re: [qmailadmin] Problem with qmailadmin at login

2006-10-02 Thread o omida parasita

Hi,
I did: chmod 4755 /usr/share/qmailadmin/qmailadmin

ls -la qmailadmin shows:
-rwsr-xr-x  1 vpopmail vchkpw 122128 Sep 24 08:51 qmailadmin

and I still have the same problem

Am I doing something wrong?

Please help, thanks

On 10/2/06, o omida parasita <[EMAIL PROTECTED]> wrote:

Hi,

SELinux is disabled.

Could you please tell how can I make the binary SUID vpopmail?

Thanks

On 10/2/06, Matt Brookings <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
> > In the error logs I see: Error. Domain  domain.com was not found in
> > the assign file, referer: http://domain.com/qmailadmin/
> >
> > That domain is in /var/qmail/control/rcpthosts
> >
> > Or does it use a different assign file? Which one is that?
>
> Make sure SELinux is disabled, and that the binary is SUID vpopmail.
> - --
> /*
> Matt Brookings <[EMAIL PROTECTED]>   GnuPG Key 0x88999334
> Software developer Systems technician
> Inter7 Internet Technologies, Inc. (815)776-9465
> */
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.2.6 (GNU/Linux)
>
> iD8DBQFFIWuXFw/194iZkzQRAumAAJ4qhnz7bVhilU4p92enTYgMRBeriQCfdRTX
> /WM923fq0qAbYPDZaTZaBjc=
> =jbyc
> -END PGP SIGNATURE-
>




--
Server Surgeon Support
[EMAIL PROTECTED]
http://www.serversurgeon.com
System Administration Services
Toll Free 1-877-E-SURGEON (877-378-7436)
International 623-374-6848
Get the system support you need when you need it.


Re: [qmailadmin] Problem with qmailadmin at login

2006-10-02 Thread o omida parasita

Hi,

SELinux is disabled.

Could you please tell how can I make the binary SUID vpopmail?

Thanks

On 10/2/06, Matt Brookings <[EMAIL PROTECTED]> wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


> In the error logs I see: Error. Domain  domain.com was not found in
> the assign file, referer: http://domain.com/qmailadmin/
>
> That domain is in /var/qmail/control/rcpthosts
>
> Or does it use a different assign file? Which one is that?

Make sure SELinux is disabled, and that the binary is SUID vpopmail.
- --
/*
Matt Brookings <[EMAIL PROTECTED]>   GnuPG Key 0x88999334
Software developer Systems technician
Inter7 Internet Technologies, Inc. (815)776-9465
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFFIWuXFw/194iZkzQRAumAAJ4qhnz7bVhilU4p92enTYgMRBeriQCfdRTX
/WM923fq0qAbYPDZaTZaBjc=
=jbyc
-END PGP SIGNATURE-



Re: [qmailadmin] Problem with qmailadmin at login

2006-10-02 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


> In the error logs I see: Error. Domain  domain.com was not found in
> the assign file, referer: http://domain.com/qmailadmin/
> 
> That domain is in /var/qmail/control/rcpthosts
> 
> Or does it use a different assign file? Which one is that?

Make sure SELinux is disabled, and that the binary is SUID vpopmail.
- --
/*
Matt Brookings <[EMAIL PROTECTED]>   GnuPG Key 0x88999334
Software developer Systems technician
Inter7 Internet Technologies, Inc. (815)776-9465
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFFIWuXFw/194iZkzQRAumAAJ4qhnz7bVhilU4p92enTYgMRBeriQCfdRTX
/WM923fq0qAbYPDZaTZaBjc=
=jbyc
-END PGP SIGNATURE-


[qmailadmin] Problem with qmailadmin at login

2006-10-02 Thread o omida parasita

Hello,

I have qmailadmin-toaster-1.2.9-1.3.1 installed from src.rpm.

I added a domain/postmaster password. I tried to login to qmailadmin
as postmaster for that domain nothing happened.

In the error logs I see: Error. Domain  domain.com was not found in
the assign file, referer: http://domain.com/qmailadmin/

That domain is in /var/qmail/control/rcpthosts

Or does it use a different assign file? Which one is that?

Please help

Thanks


[qmailadmin] problem with qmailadmin detecting vpopmail path

2006-02-20 Thread Jeremy Kister

I run qmailadmin/vpopmail in a large-ish organization with lots of
incoming mail servers, with a few different architectures.

/export/ is on a netapp, NFS mounted on all machines
/export/home/vpopmail/bin is a symlink to
/export/home/vpopmail/arch//bin

 is: `uname -s`-`uname -r | awk -F\. '{ print $1 }'`-`uname -m`


this way, all machines simply reference /export/home/vpopmail/bin, and
no matter what the architecture, it all works.  include and lib are
referenced similarly.


while compiling qmailadmin, it is imperative that qmailadmin stay
architecture neutral.  I thought to use
--enable-vpopmaildir=/export/home/vpopmail, because if qmailadmin is on
one of my sun sparcs, my freebsd machines need to be able to execute the
commands in .qmail-default.

There is a problem where qmailadmin reads
/export/home/vpopmail/include/vpopmail_config.h, sees VPOPMAILDIR and
then sets the vpopmail home directory to
/export/home/vpopmail/arch/SunOS-5-sun4u.

This yields:

| /export/home/vpopmail/arch/SunOS-5-sun4u/bin/vdelivermail '' foo

inside .qmail-default, instead of

| /export/home/vpopmail/bin/vdelivermail '' foo


Just go get going, I edited
/export/home/vpopmail/include/vpopmail_config.h, and changed VPOPMAILDIR
to /export/home/vpopmail, compiled, and then changed it back.

There should just be an easier way, especially when specifying
--enable-vpopmaildir during configure.


--

Jeremy Kister
http://jeremy.kister.net./





[qmailadmin] Problem with qmailadmin

2005-10-05 Thread Adrián Pérez


Hello List!

I tell you my problem:

When i access through browser to http:///cgi-bin/qmailadmin, it
appears a form, i complete the data and login.
The problem is here: It appears a menu:

*Menú Principal*
*Cuentas POP*

*Alias Reenvíos*

*Autorespondedores*

*Listas de Correo*


*Enlaces rápidos*
*Nuevas cuentas POP*

*Nuevos Alias*

*Nuevos reenvíos*

*Nuevos Autorespondedores*

*Nuevas Listas de Correo*


When i try to access to a some link, the browser go directly to login
screen always.

Anyone can help me or can tell me how can i solve ?

Thanks in advance.

Regards.

--

IMPORTANTE: Esta no es la direccion de correo de soporte. Cualquier correo que 
no haya sido previamente solicitado recibido en esta cuenta sera eliminado.
Por favor, para incidencias de soporte utilize http://soporte.sync.es



  Adrián Pérez Reyes

 Soporte técnico

  [EMAIL PROTECTED] 





Re: [qmailadmin] problem with qmailadmin

2004-05-24 Thread Tilly
Hey

WEll i used the ebuld for qmail and other qmail ebuilds and i am having no
problems what so ever right now. It running quite smoothly and the only
thing i need to test is the spam filter and to see if it can handle my
current load. Besides the webstuff i havent had any problems with the qmail
ebuild. Also thinks agian for the people who helped me out.

Tilly


- Original Message - 
From: "Jeremy Kitchen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 24, 2004 9:50 PM
Subject: Re: [qmailadmin] problem with qmailadmin


> On Monday 24 May 2004 04:53 pm, Tilly wrote:
> > Perhaps i wasnt clear. I didnt use the gentoo ebuild for vqadmin.
>
> but you did for everything else.  Which means it won't work.
>
> > > > > UGH.  DO NOT USE GENTOO QMAIL EBUILDS.
>
> -Jeremy
>
> -- 
> Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies,
Inc.
>   [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 847.492.0470
int'l
> kitchen @ #qmail #gentoo on EFnet ++ scriptkitchen.com/qmail
>
>




Re: [qmailadmin] problem with qmailadmin

2004-05-24 Thread Jeremy Kitchen
On Monday 24 May 2004 04:53 pm, Tilly wrote:
> Perhaps i wasnt clear. I didnt use the gentoo ebuild for vqadmin.

but you did for everything else.  Which means it won't work.

> > > > UGH.  DO NOT USE GENTOO QMAIL EBUILDS.

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 847.492.0470 int'l
kitchen @ #qmail #gentoo on EFnet ++ scriptkitchen.com/qmail



Re: [qmailadmin] problem with qmailadmin

2004-05-24 Thread Tilly
OK, I got it to work. acl file is a little confusing. Thanks to everyone who
helped me out.

tilly
- Original Message - 
From: "Tilly" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 24, 2004 5:53 PM
Subject: Re: [qmailadmin] problem with qmailadmin


> Perhaps i wasnt clear. I didnt use the gentoo ebuild for vqadmin.
>
> Tilly
> - Original Message - 
> From: "Jeremy Kitchen" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, May 24, 2004 5:38 PM
> Subject: Re: [qmailadmin] problem with qmailadmin
>
>
> > On Monday 24 May 2004 04:37 pm, Tilly wrote:
> > > Hey
> > >
> > > Well i got qmailadmin to work great but now i am having problems with
> > > vqadmin. I downloaded it and ran the configure script, but everytime i
> to
> > > viw a list or submit something with it ai  get an access denied. I
dont
> > > know what the problem is.
> >
> > perhaps I wasn't clear in my previous post:
> >
> > > > UGH.  DO NOT USE GENTOO QMAIL EBUILDS.
> >
> > -Jeremy
> >
> > -- 
> > Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies,
> Inc.
> >   [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 847.492.0470
> int'l
> > kitchen @ #qmail #gentoo on EFnet ++ scriptkitchen.com/qmail
> >
> >
>
>
>




Re: [qmailadmin] problem with qmailadmin

2004-05-24 Thread Tilly
Perhaps i wasnt clear. I didnt use the gentoo ebuild for vqadmin.

Tilly
- Original Message - 
From: "Jeremy Kitchen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 24, 2004 5:38 PM
Subject: Re: [qmailadmin] problem with qmailadmin


> On Monday 24 May 2004 04:37 pm, Tilly wrote:
> > Hey
> >
> > Well i got qmailadmin to work great but now i am having problems with
> > vqadmin. I downloaded it and ran the configure script, but everytime i
to
> > viw a list or submit something with it ai  get an access denied. I dont
> > know what the problem is.
>
> perhaps I wasn't clear in my previous post:
>
> > > UGH.  DO NOT USE GENTOO QMAIL EBUILDS.
>
> -Jeremy
>
> -- 
> Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies,
Inc.
>   [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 847.492.0470
int'l
> kitchen @ #qmail #gentoo on EFnet ++ scriptkitchen.com/qmail
>
>




Re: [qmailadmin] problem with qmailadmin

2004-05-24 Thread Jeremy Kitchen
On Monday 24 May 2004 04:37 pm, Tilly wrote:
> Hey
>
> Well i got qmailadmin to work great but now i am having problems with
> vqadmin. I downloaded it and ran the configure script, but everytime i to
> viw a list or submit something with it ai  get an access denied. I dont
> know what the problem is.

perhaps I wasn't clear in my previous post:

> > UGH.  DO NOT USE GENTOO QMAIL EBUILDS.

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 847.492.0470 int'l
kitchen @ #qmail #gentoo on EFnet ++ scriptkitchen.com/qmail



Re: [qmailadmin] problem with qmailadmin

2004-05-24 Thread Tilly
Hey

Well i got qmailadmin to work great but now i am having problems with
vqadmin. I downloaded it and ran the configure script, but everytime i to
viw a list or submit something with it ai  get an access denied. I dont know
what the problem is.

Tilly
- Original Message - 
From: "Jeremy Kitchen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, May 23, 2004 7:18 PM
Subject: Re: [qmailadmin] problem with qmailadmin


> On Sunday 23 May 2004 05:12 am, phasma wrote:
> > Qmailadmin doesn't read vpopmail.mysql, but uses vpopmail binaries
> > directly. Look at your ebuild and control that the paths are right.
>
> no, qmailadmin links in the vpopmail library.
>
> > Other: what vpopmail version do you use? I see that in qmailadmin ebuild
> > there'is a sed for .maildir from Maildir. I remember that a release of
> > vpopmail used .maildir (don't remember the version), but the actual use
> > Maildir. Check it all.
>
> vpopmail itself never did.  .maildir is a gentoo-ism which is rather dumb
in
> my opinion.
>
> > > I am currently using qmailadmin-1.2.0_rc2-r1. I installed it via
portage
>
> UGH.  DO NOT USE GENTOO QMAIL EBUILDS.
>
> not like qmail is hard to install.
>
> www.lifewithqmail.org
>
> -Jeremy
>
> -- 
> Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies,
Inc.
>   [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 847.492.0470
int'l
> kitchen @ #qmail #gentoo on EFnet ++ scriptkitchen.com/qmail
>




Re: [qmailadmin] problem with qmailadmin

2004-05-24 Thread Jeremy Kitchen
On Sunday 23 May 2004 05:12 am, phasma wrote:
> Qmailadmin doesn't read vpopmail.mysql, but uses vpopmail binaries
> directly. Look at your ebuild and control that the paths are right.

no, qmailadmin links in the vpopmail library.

> Other: what vpopmail version do you use? I see that in qmailadmin ebuild
> there'is a sed for .maildir from Maildir. I remember that a release of
> vpopmail used .maildir (don't remember the version), but the actual use
> Maildir. Check it all.

vpopmail itself never did.  .maildir is a gentoo-ism which is rather dumb in 
my opinion.

> > I am currently using qmailadmin-1.2.0_rc2-r1. I installed it via portage

UGH.  DO NOT USE GENTOO QMAIL EBUILDS.

not like qmail is hard to install.

www.lifewithqmail.org

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 847.492.0470 int'l
kitchen @ #qmail #gentoo on EFnet ++ scriptkitchen.com/qmail



Re: [qmailadmin] problem with qmailadmin

2004-05-23 Thread Tilly
Hey

Ok this is what I am using,
apache-1.3.29-r1
vpopmail-5.4.0_rc1
qmail-1.03-r13
qmailadmin-1.2.0_rc2-r1

This version uses .maildir. And also when i log into wmail i dont use the
full email address for the username, I would just use the user part of the
email address for the username login for the site and then i would put the
domain that the email was from. Sorry that may be a little confusing.

Tilly
- Original Message - 
From: "phasma" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, May 23, 2004 6:12 AM
Subject: RE: [qmailadmin] problem with qmailadmin


> Qmailadmin doesn't read vpopmail.mysql, but uses vpopmail binaries
directly.
> Look at your ebuild and control that the paths are right.
>
> Other: what vpopmail version do you use? I see that in qmailadmin ebuild
> there'is a sed for .maildir from Maildir. I remember that a release of
> vpopmail used .maildir (don't remember the version), but the actual use
> Maildir. Check it all.
>
> Cya
>
> sl
>
> -Original Message-
> From: Tilly [mailto:[EMAIL PROTECTED]
> Sent: domenica 23 maggio 2004 7.12
> To: [EMAIL PROTECTED]
> Subject: [qmailadmin] problem with qmailadmin
>
> Hey
>
> I am currently using qmailadmin-1.2.0_rc2-r1. I installed it via portage.
> Now i got it to at least read my /var/vpopmail/etc/vpopmail.mysql but it
> doesnt recognize any of the users in the database. I can auth unser smtp
and
> pop3 just fine but i cant log into this script that i would like to use.
Is
> their some where i could find a log of some sort or a config file for this
> thing.
>
> tilly
>
>
>




Re: [qmailadmin] problem with qmailadmin

2004-05-23 Thread Nathan Gaida
Tilly,
I had the same issue with qmailadmin from portage.  qmailadmin is 
hardcoded to assume that use you the format "Maildir".  If you are using 
".maildir" qmailadmin will not work.

The ebuild is supposed sed this, but it didn't for me.  I went to 
inter7.com and downloaded the source for qmailadmin and changed it 
myself, then compiled.  And now it works.

Nate
Tilly wrote:
Hey
I am currently using qmailadmin-1.2.0_rc2-r1. I installed it via portage.
Now i got it to at least read my /var/vpopmail/etc/vpopmail.mysql but it
doesnt recognize any of the users in the database. I can auth unser smtp and
pop3 just fine but i cant log into this script that i would like to use. Is
their some where i could find a log of some sort or a config file for this
thing.
tilly

 




RE: [qmailadmin] problem with qmailadmin

2004-05-23 Thread phasma
Qmailadmin doesn't read vpopmail.mysql, but uses vpopmail binaries directly.
Look at your ebuild and control that the paths are right.

Other: what vpopmail version do you use? I see that in qmailadmin ebuild
there'is a sed for .maildir from Maildir. I remember that a release of
vpopmail used .maildir (don't remember the version), but the actual use
Maildir. Check it all.

Cya

sl 

-Original Message-
From: Tilly [mailto:[EMAIL PROTECTED] 
Sent: domenica 23 maggio 2004 7.12
To: [EMAIL PROTECTED]
Subject: [qmailadmin] problem with qmailadmin

Hey

I am currently using qmailadmin-1.2.0_rc2-r1. I installed it via portage.
Now i got it to at least read my /var/vpopmail/etc/vpopmail.mysql but it
doesnt recognize any of the users in the database. I can auth unser smtp and
pop3 just fine but i cant log into this script that i would like to use. Is
their some where i could find a log of some sort or a config file for this
thing.

tilly





[qmailadmin] problem with qmailadmin

2004-05-22 Thread Tilly
Hey

I am currently using qmailadmin-1.2.0_rc2-r1. I installed it via portage.
Now i got it to at least read my /var/vpopmail/etc/vpopmail.mysql but it
doesnt recognize any of the users in the database. I can auth unser smtp and
pop3 just fine but i cant log into this script that i would like to use. Is
their some where i could find a log of some sort or a config file for this
thing.

tilly




RE: [qmailadmin] apache conf was: problem with qmailadmin-devel (1.2.1 freebsd port)

2004-03-07 Thread Dott. Andrea Riela
Tom Collins wrote:
> So, that looks good -- you've got the correct permissions.
> 
> Try configuring with --disable-ipauth and see if that helps.

well, I don't know. I've tried your suggestion, but nothing, the same
problem.
I log in, but when I try to click to "new account" or whatever thing, I log
out.

my fstab:

# DeviceMountpoint  FStype  Options Dump
Pass#
/dev/ad0s1b noneswapsw  0   0
/dev/ad0s1a /   ufs rw  1   1
/dev/ad0s1h /freeDisk   ufs rw  2
2
/dev/ad0s1e /tmpufs rw  2   2
/dev/ad0s1g /usrufs rw  2   2
/dev/ad0s1f /varufs rw  2   2
proc/proc   procfs  rw  0   0

I've tried with:
make CGIBINDIR=www/data/sites/nesys.it/cgi-bin WEBDATADIR=www/data
WITH_MODIFY_QUOTA=yes WITH_DOMAIN_AUTOFILL=yes WITH_HELP=yes
WITHOUT_IPAUTH=yes WITH_ANTISPAM=yes ANTISPAM_COMMAND="| maildrop
/etc/mailfilter" WITH_USERPERPAGE=yes USERPERPAGE=50

that is:
./configure --enable-htmldir=/usr/local/www/data
--enable-htmllibdir=/usr/local/share/qmailadmin
--enable-cgibindir=/usr/local/www/data/sites/nesys.it/cgi-bin
--enable-cgipath=/cgi-bin/qmailadmin --enable-imageurl=/qmailadmin/images
--enable-imagedir=/usr/local/www/data/images/qmailadmin
--enable-modify-quota=Y --enable-maxusersperpage=50 --enable-modify-spam=Y
--enable-spam-command="| maildrop /etc/mailfilter"
--enable-domain-autofill=Y --enable-help --disable-ipauth

apache ServerRoot: /usr/local

another advice?
thanks for your patience
Regards
Andrea



Re: [qmailadmin] apache conf was: problem with qmailadmin-devel (1.2.1 freebsd port)

2004-03-07 Thread Tom Collins
On Mar 7, 2004, at 12:14 PM, Dott. Andrea Riela wrote:
Dott. Andrea Riela wrote:
UID: 80
effective UID: 89
Error: Can't open /home/vpopmail/etc/vpopmail.mysql for reading.
well, but I haven't this file.
My vpopmail dir is /usr/local/vpopmail, but in etc I haven't this file 
(no
mysql)
So, that looks good -- you've got the correct permissions.

Try configuring with --disable-ipauth and see if that helps.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/


RE: [qmailadmin] apache conf was: problem with qmailadmin-devel (1.2.1 freebsd port)

2004-03-07 Thread Dott. Andrea Riela
Dott. Andrea Riela wrote:
> UID: 80
> effective UID: 89
> 
> Error: Can't open /home/vpopmail/etc/vpopmail.mysql for reading.

well, but I haven't this file.
My vpopmail dir is /usr/local/vpopmail, but in etc I haven't this file (no
mysql)

thanks
Andrea



RE: [qmailadmin] apache conf was: problem with qmailadmin-devel (1.2.1 freebsd port)

2004-03-07 Thread Dott. Andrea Riela
Tom Collins wrote:
> Try this test program to see what permissions qmailadmin is
> most likely
> running as:

thanks Tom,

this is the output:

UID: 80
effective UID: 89

Error: Can't open /home/vpopmail/etc/vpopmail.mysql for reading.

thanks for your support
Regards
Andrea



Re: [qmailadmin] apache conf was: problem with qmailadmin-devel (1.2.1 freebsd port)

2004-03-06 Thread Tom Collins
On Mar 6, 2004, at 6:49 AM, Dott. Andrea Riela wrote:
well, I think it's an apache problem, and not qmailadmin.
I've tried with source, the same thing.
Now I try to connect, I log, but whatever link I try, I log out.
Check permissions on qmailadmin, it should be a suid binary.

Check the options in /etc/fstab for the volume qmailadmin is stored on, 
make sure it doesn't have the "nosuid" option set.

Try this test program to see what permissions qmailadmin is most likely 
running as:

/* permtest.c
 * test program for debugging qmailadmin
 *
 * Build it:
 *   gcc -o permtest permtest.c
 *   chown vpopmail:vchkpw permtest
 *   chmod 6755 permtest
 * Install it (substitute correct directory for /var/www/cgi-bin/):
 *   cp -a permtest /var/www/cgi-bin/
 * Test it in a web browser:
 *   http://your.site.name/cgi-bin/permtest
 */
#include 
#include 
#include 
#define TEST_FILE "/home/vpopmail/etc/vpopmail.mysql"

int main() {
uid_t   uid, euid;
FILE *f;
printf ("Content-Type: text/html\n\n");

uid = getuid();
euid = geteuid();
printf ("UID: %lueffective UID: %lu\n",
(unsigned long) uid, (unsigned long) euid);
f = fopen (TEST_FILE, "r");
if (f == NULL) {
printf ("Error: Can't open %s for reading.\n", 
TEST_FILE);
} else {
printf ("No permissions problems opening %s.\n", 
TEST_FILE);
fclose (f);
}
return 0;
}

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/


RE: [qmailadmin] apache conf was: problem with qmailadmin-devel (1.2.1 freebsd port)

2004-03-06 Thread Dott. Andrea Riela
Dott. Andrea Riela wrote:
> Hi folks,
> 
> I've a problem. I've installed the qmailadmin-devel freebsd
> port (qmailadmin version 1.2.1), it works, I could use it,
> but when I try to add an user, I logout and I receive two error
> messages: 
> 
> 1. Error. Domain was not found in the assign file
> 2. Could not change to directory (in italian)

well, I think it's an apache problem, and not qmailadmin.
I've tried with source, the same thing.
Now I try to connect, I log, but whatever link I try, I log out.

I've installed my qmailadmin like that:

./configure --enable-htmldir=/usr/local/www/data
--enable-htmllibdir=/usr/local/share/qmailadmin/
--enable-cgibindir=/usr/local/www/data/sites/nesys.it/cgi-bin
--enable-cgipath=/cgi-bin/qmailadmin --enable-imageurl=/qmailadmin/images
--enable-imagedir=/usr/local/www/data/images/qmailadmin
--enable-modify-quota=Y --enable-maxusersperpage=50 --enable-modify-spam=Y
--enable-spam-command="| maildrop /etc/mailfilter"
--enable-domain-autofill=Y --enable-help

my apache conf is like that:

[...]

Alias /qmailadmin/images/ "/usr/local/www/data/images/qmailadmin/"

Options Indexes MultiViews
AllowOverride None
Order allow,deny  
Allow from all


[...]


ServerName www.nesys.it
ServerAdmin [EMAIL PROTECTED]
SSLDisable
Port 80   
DocumentRoot /usr/local/www/data/sites/nesys.it
ErrorLog /var/log/apache/nesys.it-error_log
CustomLog /var/log/apache/nesys.it-access_log combined
RewriteEngine on
RewriteRule ^/cgi-bin/qmailadmin https://www.nesys.it/cgi-bin/qmailadmin
[R=permanent]
ScriptAlias /cgi-bin/ "/usr/local/www/data/sites/nesys.it/cgi-bin/"
   
   Options -Indexes 
   AllowOverride All
   Order allow,deny
   Allow from all
   
   
   Options ExecCGI -Indexes
   AllowOverride All
   Order allow,deny
   Allow from all
   



ServerName www.nesys.it
ServerAdmin [EMAIL PROTECTED]
Port 443
DocumentRoot /usr/local/www/data/sites/nesys.it
RewriteEngine on
RewriteRule ^/cgi-bin/qmailadmin - [S=1]
RewriteRule ^(.*) http://www.nesys.it/$1 [R=permanent]
ScriptAlias /cgi-bin/ "/usr/local/www/data/sites/nesys.it/cgi-bin/"
SSLEngine on
SSLCertificateFile /usr/local/www/certs/nesys.crt
SSLCertificateKeyFile /usr/local/www/certs/nesys.key
ErrorLog /var/log/apache/nesys.it-error_log
CustomLog /var/log/apache/nesys.it-access_log combined
   
   Options ExecCGI -Indexes +FollowSymLinks
   AllowOverride All
   Order allow,deny 
   Allow from all   
   
 


I hope there's someone that could help me :)
thanks for your support
regards
Andrea



[qmailadmin] problem with qmailadmin-devel (1.2.1 freebsd port)

2004-03-05 Thread Dott. Andrea Riela
Hi folks,

I've a problem. I've installed the qmailadmin-devel freebsd port (qmailadmin
version 1.2.1), it works, I could use it, but when I try to add an user, I
logout and I receive two error messages:

1. Error. Domain was not found in the assign file
2. Could not change to directory (in italian)

I've the same error n.2 in my apache error_log.

well, I've tried to change htmldir and htmllibdir, but nothing, I haven't
problems there.
My assign is good, because I've used vqadmin to add domains without problem.

/var/qmail/users:

drwxr-xr-x   2 root  qmail   512 Mar  5 10:45 .
drwxr-xr-x  13 root  qmail   512 Mar  5 01:35 ..
-rw-r--r--   1 root  qmail   382 Mar  5 10:45 assign
-rw---   1 root  qmail 0 Mar  5 10:45 assign.lock
-rw-r--r--   1 root  qmail  2558 Mar  5 10:45 cdb

what I've to do? could you help me?
Thanks for your support
Regards
Andrea



Re: [qmailadmin] Problem with qmailadmin and Browser Safari

2003-08-15 Thread Jan Asmus
Hello,

my ISP has installed this Patch and I have now NO problems with the Browser
Safari under OSX !

Thank you !

Jan

> On Tuesday, August 12, 2003, at 12:07  PM, "" <[EMAIL PROTECTED]> wrote:
>> my ISP uses the "last stable Version 1.0.6" (he says).
> 
> See if they are willing to apply this patch:
> 
> http://sourceforge.net/tracker/
> index.php?func=detail&aid=787707&group_id=6691&atid=306691
> 
> That should work as a temporary fix until we release the next "stable"
> version of qmailadmin.
> 
> --
> Tom Collins
> [EMAIL PROTECTED]
> http://sniffter.com/ - info on the Sniffter hand-held Network Tester
> 
> 
> 





Re: [qmailadmin] Problem with qmailadmin and Browser Safari

2003-08-14 Thread Jan Asmus
>> When I look into the source-code of the qmailadmin page I see
>> 
>> 
>> 
>> My ISP says, that it must be an
>> 
>> 
>> 
>> But what can I do with my Browser to change this ? Is this a generic
> problem
>> with the Safari Browser ?
> 
> Your browser send wrong HTTP_ACCEPT_LANGUAGE, try to modify it?

The encoding is set to "ISO Latin 1"

Jan

> 
> --
> Eero
> 
> 





Re: [qmailadmin] Problem with qmailadmin and Browser Safari

2003-08-14 Thread
Hi,

please see my last posting. I have disabled all languages except german and 
english. The same problem.

I will ask my ISP for the qmailadmin version.

Jan

Zitat von Franz Stancl <[EMAIL PROTECTED]>:

> > > When I connect to the qmailadmin, I get japanese Fonts. I am using 
> > > MacOSX 10.2.6, german installation, and the Browser Safari.
> > > I have no problems with other WebPages.
> > 
> > What are the settings in your International System Preferences Pane?  
> > I'm pretty sure Safari uses that information to tell the browser what 
> > languages it prefers.
> > 
> > There's a good chance that we're not doing a proper job of interpreting 
> > that information though.  I think that the current QmailAdmin codebase 
> > ignores the q= settings in HTTP_ACCEPT_LANGUAGE and just takes them in 
> > the order they appear.
> > 
> > If you uncheck Japanese (and the other languages you don't speak), you 
> > should get the language you want.  You'll probably have to log out and 
> > back in again.
> > 
> > If you still have trouble, let us know what version of qmailadmin your 
> > ISP uses, since we've made updates related to default language in 
> > recent development releases.
> 
> yes, there was some problem (at least with qmailadmin 1.0.12) with 
> evaluating sublanguages. So if you selected German/German Language
> (="de") it showed german text. If you selected Austrian/German Language
> (="de-at") it ignored that entry.
> So if you have some older qmailadmin version, my guess is that "ja"
> is your first entry with just two letters, all above have "xy-zz".
> Try to select just "de" and make it highest priority.
> 
> hth,
> --franz
> 
> 
> 
> 




[qmailadmin] Problem with qmailadmin and Browser Safari

2003-08-14 Thread Jan Asmus

Hi,

I have a little problem with with my ISP and qmailadmin (on his server).

When I connect to the qmailadmin, I get japanese Fonts. I am using MacOSX
10.2.6, german installation, and the Browser Safari. I have no problems with
other WebPages.

When I look into the source-code of the qmailadmin page I see



My ISP says, that it must be an



But what can I do with my Browser to change this ? Is this a generic problem
with the Safari Browser ?


Greetings


Jan




Re: [qmailadmin] Problem with qmailadmin and Browser Safari

2003-08-14 Thread Tom Collins
On Tuesday, August 12, 2003, at 12:07  PM, "" <[EMAIL PROTECTED]> wrote:
my ISP uses the "last stable Version 1.0.6" (he says).
See if they are willing to apply this patch:

http://sourceforge.net/tracker/ 
index.php?func=detail&aid=787707&group_id=6691&atid=306691

That should work as a temporary fix until we release the next "stable"  
version of qmailadmin.

--
Tom Collins
[EMAIL PROTECTED]
http://sniffter.com/ - info on the Sniffter hand-held Network Tester



Re: [qmailadmin] Problem with qmailadmin and Browser Safari

2003-08-14 Thread Jan Asmus
Hi Franz,

Safari is the main browser for MacOSX from Apple (also made from Apple).
Based on KHTML/Gecko.

Jan

>> Hi,
>> 
>> here is the output:
>> 
>> HTTP_ACCEPT_LANGUAGE is de-de, ja;q=0.25, en;q=0.50, de;q=0.75
> 
> so the language settings in the browser are still:
> de-de
> ja
> en
> de
> 
> which evaluates in qmailadmin 1.0.6 to "ja" ("de-de" is ignored)
> 
> so maybe you tried to disable all languages except "en" and "de",
> but your browser doesn't think so ;)
> 
> --franz
> 
> P.S: I have not even heard of the browser "Safari",
> so I am sorry that I cannot help you further with the settings.
> I'd go with Tom's advice and restart that stubborn beast.
> 
> 
> 





Re: [qmailadmin] Problem with qmailadmin and Browser Safari

2003-08-14 Thread
Hi,

my ISP uses the "last stable Version 1.0.6" (he says).

Jan

> 
> If you still have trouble, let us know what version of qmailadmin your 
> ISP uses, since we've made updates related to default language in 
> recent development releases.
> 
> --
> Tom Collins
> [EMAIL PROTECTED]
> http://sniffter.com/ - info on the Sniffter hand-held Network Tester
> 
> 
> 
> 




Re: [qmailadmin] Problem with qmailadmin and Browser Safari

2003-08-14 Thread Eero Volotinen
> When I look into the source-code of the qmailadmin page I see
>
> 
>
> My ISP says, that it must be an
>
> 
>
> But what can I do with my Browser to change this ? Is this a generic
problem
> with the Safari Browser ?

Your browser send wrong HTTP_ACCEPT_LANGUAGE, try to modify it?

--
Eero




Re: [qmailadmin] Problem with qmailadmin and Browser Safari

2003-08-14 Thread Franz Stancl
> > When I connect to the qmailadmin, I get japanese Fonts. I am using 
> > MacOSX 10.2.6, german installation, and the Browser Safari.
> > I have no problems with other WebPages.
> 
> What are the settings in your International System Preferences Pane?  
> I'm pretty sure Safari uses that information to tell the browser what 
> languages it prefers.
> 
> There's a good chance that we're not doing a proper job of interpreting 
> that information though.  I think that the current QmailAdmin codebase 
> ignores the q= settings in HTTP_ACCEPT_LANGUAGE and just takes them in 
> the order they appear.
> 
> If you uncheck Japanese (and the other languages you don't speak), you 
> should get the language you want.  You'll probably have to log out and 
> back in again.
> 
> If you still have trouble, let us know what version of qmailadmin your 
> ISP uses, since we've made updates related to default language in 
> recent development releases.

yes, there was some problem (at least with qmailadmin 1.0.12) with 
evaluating sublanguages. So if you selected German/German Language
(="de") it showed german text. If you selected Austrian/German Language
(="de-at") it ignored that entry.
So if you have some older qmailadmin version, my guess is that "ja"
is your first entry with just two letters, all above have "xy-zz".
Try to select just "de" and make it highest priority.

hth,
--franz




Re: [qmailadmin] Problem with qmailadmin and Browser Safari

2003-08-14 Thread Franz Stancl
> Hi,
> 
> here is the output:
> 
> HTTP_ACCEPT_LANGUAGE is de-de, ja;q=0.25, en;q=0.50, de;q=0.75

so the language settings in the browser are still:
de-de
ja
en
de

which evaluates in qmailadmin 1.0.6 to "ja" ("de-de" is ignored)

so maybe you tried to disable all languages except "en" and "de", 
but your browser doesn't think so ;)

--franz

P.S: I have not even heard of the browser "Safari",
so I am sorry that I cannot help you further with the settings.
I'd go with Tom's advice and restart that stubborn beast.




Re: [qmailadmin] Problem with qmailadmin and Browser Safari

2003-08-14 Thread Tom Collins
On Tuesday, August 12, 2003, at 02:53  AM, Jan Asmus wrote:
When I connect to the qmailadmin, I get japanese Fonts. I am using 
MacOSX
10.2.6, german installation, and the Browser Safari. I have no 
problems with
other WebPages.
What are the settings in your International System Preferences Pane?  
I'm pretty sure Safari uses that information to tell the browser what 
languages it prefers.

There's a good chance that we're not doing a proper job of interpreting 
that information though.  I think that the current QmailAdmin codebase 
ignores the q= settings in HTTP_ACCEPT_LANGUAGE and just takes them in 
the order they appear.

If you uncheck Japanese (and the other languages you don't speak), you 
should get the language you want.  You'll probably have to log out and 
back in again.

If you still have trouble, let us know what version of qmailadmin your 
ISP uses, since we've made updates related to default language in 
recent development releases.

--
Tom Collins
[EMAIL PROTECTED]
http://sniffter.com/ - info on the Sniffter hand-held Network Tester



Re: [qmailadmin] Problem with qmailadmin and Browser Safari

2003-08-14 Thread Jan Asmus
Hi Tom,

I have send this URL to my provider.

Thanks for your help !!!

Jan

> On Tuesday, August 12, 2003, at 12:07  PM, "" <[EMAIL PROTECTED]> wrote:
>> my ISP uses the "last stable Version 1.0.6" (he says).
> 
> See if they are willing to apply this patch:
> 
> http://sourceforge.net/tracker/
> index.php?func=detail&aid=787707&group_id=6691&atid=306691
> 
> That should work as a temporary fix until we release the next "stable"
> version of qmailadmin.
> 
> --
> Tom Collins
> [EMAIL PROTECTED]
> http://sniffter.com/ - info on the Sniffter hand-held Network Tester
> 
> 
> 





Re: [qmailadmin] Problem with qmailadmin and Browser Safari

2003-08-14 Thread
Hi,

here is the output:

HTTP_ACCEPT_LANGUAGE is de-de, ja;q=0.25, en;q=0.50, de;q=0.75

Jan

Zitat von Tom Collins <[EMAIL PROTECTED]>:

> On Tuesday, August 12, 2003, at 10:37  AM, "" <[EMAIL PROTECTED]> wrote:
> > I have disabled all languages except german an english. And I have the 
> > same
> > problem. Every time a charset of "euc-jp" !!
> 
> Try restarting your Mac (or at least logging out and back in).
> 
> Then, visit  and tell us 
> what it says for HTTP_ACCEPT_LANGUAGE.
> 
> --
> Tom Collins
> [EMAIL PROTECTED]
> http://sniffter.com/ - info on the Sniffter hand-held Network Tester
> 
> 
> 
> 




Re: [qmailadmin] Problem with qmailadmin and Browser Safari

2003-08-14 Thread Tom Collins
On Tuesday, August 12, 2003, at 10:37  AM, "" <[EMAIL PROTECTED]> wrote:
I have disabled all languages except german an english. And I have the 
same
problem. Every time a charset of "euc-jp" !!
Try restarting your Mac (or at least logging out and back in).

Then, visit  and tell us 
what it says for HTTP_ACCEPT_LANGUAGE.

--
Tom Collins
[EMAIL PROTECTED]
http://sniffter.com/ - info on the Sniffter hand-held Network Tester



Re: [qmailadmin] Problem with qmailadmin and Browser Safari

2003-08-14 Thread
Hi,

I have disabled all languages except german an english. And I have the same 
problem. Every time a charset of "euc-jp" !!

I will ask my ISP for the qmailadmin version.

Thanks 

Jan

Zitat von Tom Collins <[EMAIL PROTECTED]>:

> On Tuesday, August 12, 2003, at 02:53  AM, Jan Asmus wrote:
> > When I connect to the qmailadmin, I get japanese Fonts. I am using 
> > MacOSX
> > 10.2.6, german installation, and the Browser Safari. I have no 
> > problems with
> > other WebPages.
> 
> What are the settings in your International System Preferences Pane?  
> I'm pretty sure Safari uses that information to tell the browser what 
> languages it prefers.
> 
> There's a good chance that we're not doing a proper job of interpreting 
> that information though.  I think that the current QmailAdmin codebase 
> ignores the q= settings in HTTP_ACCEPT_LANGUAGE and just takes them in 
> the order they appear.
> 
> If you uncheck Japanese (and the other languages you don't speak), you 
> should get the language you want.  You'll probably have to log out and 
> back in again.
> 
> If you still have trouble, let us know what version of qmailadmin your 
> ISP uses, since we've made updates related to default language in 
> recent development releases.
> 
> --
> Tom Collins
> [EMAIL PROTECTED]
> http://sniffter.com/ - info on the Sniffter hand-held Network Tester
> 
> 
> 
> 




Re: [qmailadmin] Problem with Qmailadmin

2003-05-22 Thread eti
hi
 if you are using vpopmail try vpasswd. Otherwise i'm not sure so i'll
keep my mouth shut.

x said:

> Hello everyone;
>
>
> I am kind of new here.  I hope someone can help me with this.
>
> Basically my qmailadmin is screwed.  When I try to log in a domain with
> the
> username and password it doesn't let me saying the account is invalid.  So
> I
> wanted to know if there was a way I could reset the postmaster account
> password from a command line.  This would help me a lot because then I can
> finally edit my accounts in qmail.
>
>
> Thanks
>
> Gilberto
>


-- 
If UNIX dosen't have the solution you have the wrong problem

Regards,
Iulian Margarintescu
tel: 0742994143
Network Administrator
Net Solution



[qmailadmin] Fix to user edit problem with qmailadmin-1.0.7.01142003

2003-01-15 Thread Alexandre Barbosa




I found the problem when trying to modify the user when the Quota is ON.
 
File user.c
 Original 
Lines
#ifdef MODIFY_QUOTA
if (AdminType == DOMAIN_ADMIN) { send_template( "mod_user_new.html" ); }
else { send_template( "mod_user.html" ); }
#else
send_template( "mod_user_noquota.html" );
#endif
 
 Fixed 
Lines
 
#ifdef MODIFY_QUOTA
if (AdminType == DOMAIN_ADMIN) { send_template( "mod_user_quota.html" ); 
}
else { send_template( "mod_user_noquota.html" ); }
#else
send_template( "mod_user_noquota.html" );
#endif
 
 
 


Re: [qmailadmin] Re: Problem with qmailadmin-limits

2002-09-08 Thread tonix (Antonio Nati)



One additional question: when you create a new mailbox, can you see it 
later from qmailadmin, editing the mailbox itself?

Another question: when you moved to mandrake (from Red Hat, I remember) dir 
you "configure & make" again your qmail/vpopmail/qmailadmin?

Tonino

At 09/09/2002 09/09/2002 +0200, David Karlsen wrote:
>tonix (Antonio Nati) wrote:
>
>Hi Nati,
>
>>>We have another test-server where limiting also failed(also a mandrake 
>>>8.2 installation). The error exist also on a third backup server(also 
>>>mandrake 8.2). The .qmailadmin-limits file is chmoded root.root 644.
>
>>So, .qmailadmin-limits is world readable.
>
>Yes. But the files is owned by root, but that shouldn't have anything to 
>say since it can read the content. It was also owned by root when it was 
>working previusly.
>
>>What are uid/gid of your apache server? qmailadmin is running with that 
>>uid/gid, but should have a sticky bit set
>
>qmailadmin i setuid vpopmail.vhckpw. Apache is running under the user 
>apache. That is ok.
>
>
>>If you may create new account, is their uid/gid ok?
>>Are all your e-mail accounts under vpopmail or do you have other uids 
>>working?
>
>The account qmailadmin i creating is ok and have correct ownership and 
>permissions.
>
>Any other toughts? The best would be if there was some kind of debugging 
>feature, like running it in foreground or from the command line and get 
>warnings and errors to stdin.
>
>--
>Mvh David Karlsen
>Daglig Leder,
>Delonic Technology Group A/S
>www.delonic.no - +47 69328490



 Inter@zioniInterazioni di Antonio Nati
http://www.interazioni.it  [EMAIL PROTECTED]





Re: [qmailadmin] Re: Problem with qmailadmin-limits

2002-09-08 Thread David Karlsen


tonix (Antonio Nati) wrote:

Hi Nati,

>> We have another test-server where limiting also failed(also a mandrake 
>> 8.2 installation). The error exist also on a third backup server(also 
>> mandrake 8.2). The .qmailadmin-limits file is chmoded root.root 644.

> So, .qmailadmin-limits is world readable.

Yes. But the files is owned by root, but that shouldn't have anything to 
say since it can read the content. It was also owned by root when it was 
working previusly.

> What are uid/gid of your apache server? qmailadmin is running with that 
> uid/gid, but should have a sticky bit set

qmailadmin i setuid vpopmail.vhckpw. Apache is running under the user 
apache. That is ok.


> If you may create new account, is their uid/gid ok?
> Are all your e-mail accounts under vpopmail or do you have other uids 
> working?

The account qmailadmin i creating is ok and have correct ownership and 
permissions.

Any other toughts? The best would be if there was some kind of debugging 
feature, like running it in foreground or from the command line and get 
warnings and errors to stdin.

-- 
Mvh David Karlsen
Daglig Leder,
Delonic Technology Group A/S
www.delonic.no - +47 69328490




Re: [qmailadmin] Re: Problem with qmailadmin-limits

2002-09-08 Thread tonix (Antonio Nati)


At 09/09/2002 09/09/2002 +0200, David Karlsen wrote:

>We have another test-server where limiting also failed(also a mandrake 8.2 
>installation). The error exist also on a third backup server(also mandrake 
>8.2). The .qmailadmin-limits file is chmoded root.root 644.

So, .qmailadmin-limits is world readable.

What are uid/gid of your apache server? qmailadmin is running with that 
uid/gid, but should have a sticky bit set

-rwsr-sr-x  1 vpopmail  vchkpw  110228 Aug 14 12:22 qmailadmin

in order to run as vpopmail user.

Is all that ok?

If you may create new account, is their uid/gid ok?
Are all your e-mail accounts under vpopmail or do you have other uids working?

Tonino




[qmailadmin] Re: Problem with qmailadmin-limits

2002-09-07 Thread David Karlsen


tonix (Antonio Nati) wrote:

> I'm using qmailadmin on FreeBSD without any problem.
> 
> You should set up a troubleshoting plan, starting from most evident things.
> 
> Did you check .qmailadmin-limits files protections?

Yes. I have used qmailadmin with vpopmail for a couple of years 
sucessfully, that includes limiting users resources. Some 3-4 months ago 
we changed to a new server and when I moved the users mail and accounts 
over I just used tar on the ~vpopmail directory and mysql database and 
moved it over to another server(keeping the permissions off course). On 
the previous install(which was a red hat server) limiting user resources 
was functioning ok.

We have another test-server where limiting also failed(also a mandrake 
8.2 installation). The error exist also on a third backup server(also 
mandrake 8.2). The .qmailadmin-limits file is chmoded root.root 644.

Qmailadmin can read the values becouse it shows max values in the 
control panel, but it don't show how many accounts that really are 
used(Forexample "Total 0/20" when three pop3 accounts is created and the 
maxvalue in the qmailadmin-limits file are 20).

So the problem is that it does read the values from the file, but can't 
count the number of resources created. But it lists all the accounts in 
the control panel, you can change, create and delete resources. 
Everything functions exept limiting users.

Any thought's about this?

-- 
Mvh David Karlsen
Daglig Leder,
Delonic Technology Group A/S
www.delonic.no - +47 69328490




Problem with qmailadmin

2000-11-03 Thread fox

Hello List;

I reported this bug about 6 months ago and never got a response.  I have
since upgraded to the latest versions of vpopmail and
qmailadmin.  Whenever I attempt to add a new user to a domain with no
mailing list defined, it will bomb with the error "out of memory"  I
tracked this down to being in html_text in
/usr/local/share/qmailadmin/html/en/html_text which is an error it prints
out when the cgi returns a value of NO_MEM.  I dug through the source and
found NO_MEM only being set in user.c.  This is the function that is
causing problems:

   GetValue(TmpCGI, c_num, "number_of_mailinglist=", MAX_BUFF);
num = atoi(c_num);
if(!(mailingListNames = malloc(sizeof(char *) * num))) {
   fprintf(actout, get_html_text("NO_MEM"));
   exit(0);

} else {

for(cnt = 0; cnt < num; cnt++) {

if(!(mailingListNames[cnt] = malloc(MAX_BUFF))) {
fprintf(actout, get_html_text("NO_MEM"));
exit(0);

Now, the problem is that I am *not* a c programmer, so if someone wants to
help me figure out what's going on, that would be great.

Platform/Software specifics:

O/S: AIX 4.3.3.0
C compiler: gcc 2.95.2
qmailadmin 0.39
vpopmail 4.9.5

Also, another issue that I've noticed is that when trying to add a mailing
list after I've configured qmail admin with the --enable-ezmlmidx=y flag,
it will tell me it added the mailing list, but when I try to view it,
nothing shows up (ezmlm 0.53 and idx 0.40 installed in
/usr/local/bin/ezmlm)  If I compile it withoug the ezmlmidx switch, I can
add a mailing list, but when I try to view moderators (once again, telling
me it added the moderator just fine) nothing shows.

If someone could help me track down this bug, it would be great, or even
help me get more detailed information for the developers.

Regards,

Tren Blackburn.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- Tren Blackburn - Ownermailto:[EMAIL PROTECTED]  =
= End of Time Networks  http://www.theendoftime.net  -
- (403) 269-2122 =
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-




problem with Qmailadmin and vpopmail

2000-08-01 Thread Philippe Martin

I compile vpopmail 4.8.7 and try it no problem. I can add and delete
domains and users
I download Qmailadmin 0.34 , compile it and make install-strip , no
problem.  The first use on the login screen , when I enter my domain
name and password and login I get the message : vsql_getpw: failed
select
There is no message in Mysql log - I use Mysql 3.22.32

Who can help me.