Re: [qmailadmin] images *-*-*-*

2003-12-14 Thread zynkx
hi tom and tanx for reading this one more time


i got my webserver running on /wwwroot.
my html dir files are in /wwwroot/virtual_hosts
inside this dir are the domains i am hosting.

now i tried this flag:


/configure --enable-cgibindir=/wwwroot/cgi-bin
-enable-autoresponder-bin=/usr/local/bin
--enable-ezmlmdir=/usr/local/bin
--enable-htmldir=/wwwroot/html/
--with-htmllibdir=/usr/local/share/qmailadmin && make
&& make install-strip

the song remains the same... i am messing things up
here somewhere and cannot see where. could you or
someone enlighten me? 

tanx ;))


[][]


Cópia Tom Collins <[EMAIL PROTECTED]>:

> On Sunday, December 14, 2003, at 06:00  AM,
> zynkx wrote:
> > i am using the following flag to configure
> qmailadmin:
> >
> >
> > ./configure
> --enable-cgibindir=/wwwroot/cgi-bin
> > --enable-autoresponder-bin=/usr/local/bin
> > --enable-ezmlmdir=/usr/local/bin --enable
> > -htmldir=/usr/local/share/qmailadmin/html
> 
> You probably want to use "/wwwroot/html/" for
> enable-htmldir.  
> /usr/local/share/qmailadmin is the htmllibdir
> (which we should probably 
> rename to so

mething like "templatedir").
> 
> The installer will put the images in
> htmldir/imagedir (built from the 
> configuration options).  You need to make sure
> that when a web browser 
> accesses the enable-imageurl setting, the
> server will pull files from 
> htmldir/imagedir.
> 
> --
> 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/
> 
> 
> 



unix is user friendly. it's just selective when choosing 
friends.

-
Email Enviado utilizando o serviço MegaMail



Re: [qmailadmin] qmailadmin - no menu

2003-12-14 Thread Jeremy Kitchen
On Sat, 2003-12-13 at 11:53, Zdenek Havrlik wrote:
> Hi,
> 
> IÂve installed qmail-toaser with no problems in instalation and compilation 
> tasks.
> My machine: updated RH9, toaser installed manually
> at the first time, then with the help of installation script
> {http://www.askdavis.com/qmailtoaster/toasterinstall.sh.txt}.
> But there are some serious troubles with qmailadmin if i log in as postmaster 
> or as user
> with administration rights to domain.There are no menus, to add/remove/change
> accounts/aliases/lists :-(. And if i log in as normal user, then i have access 
> to menu, where i
> can setup userÂs account - that seems to be right.
> 
> Thanks ...

perhaps the .qmailadmin-limits file in the domain's home directory
contains zeros.  That fixed it once for me :)

-Jeremy
 
-- 
Jeremy Kitchen
Systems Administrator
[EMAIL PROTECTED]
Kitchen @ #qmail on EFNet - Join the party!
.
Inter7 Internet Technologies, Inc.
www.inter7.com
866.528.3530 toll free
847.492.0470 int'l
847.492.0632 fax
GNUPG key ID: 93BDD6CE




Re: FW: [qmailadmin] qmailadmin - no menu

2003-12-14 Thread Tom Collins
On Sunday, December 14, 2003, at 01:52  AM, Mildianto Junaidi wrote:
then one day I reintall qmailadmin with configuration:
./configure --enable-cgibindir=/var/www/cgi-bin/
--enable-htmldir=/var/www/html/ --enable-vpopuser=vpopmail
--enable-cgipath=http://www.nama.com/cgi-bin
then I cannot login using this address
http://172.16.1.1/cgi-bin/qmailadmin because when I loggon its connect
to www.name.com/cgi-bin/qmailadmin
my question is how to disable
cgipath=http://www.nama.com/cgi-bin
so when I log on to qmailadmin it is not redirect to that
address
Reconfigure, recompile and reinstall qmailadmin without the 
--enable-cgipath option.  cgipath shouldn't include a hostname -- just 
an absolute pathname (like /cgi-bin).

--
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] images *-*-*-*

2003-12-14 Thread Tom Collins
On Sunday, December 14, 2003, at 06:00  AM, zynkx wrote:
i am using the following flag to configure qmailadmin:

./configure --enable-cgibindir=/wwwroot/cgi-bin
--enable-autoresponder-bin=/usr/local/bin
--enable-ezmlmdir=/usr/local/bin --enable
-htmldir=/usr/local/share/qmailadmin/html
You probably want to use "/wwwroot/html/" for enable-htmldir.  
/usr/local/share/qmailadmin is the htmllibdir (which we should probably 
rename to something like "templatedir").

The installer will put the images in htmldir/imagedir (built from the 
configuration options).  You need to make sure that when a web browser 
accesses the enable-imageurl setting, the server will pull files from 
htmldir/imagedir.

--
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/



[qmailadmin] images *-*-*-*

2003-12-14 Thread zynkx

hi all and thanks in advance for reading this



i got qmail, vpopmail and qmailadmin to work and everything
is working fine, except that the images don't show up.
 
 
i am using the following flag to configure qmailadmin:
  
 
./configure --enable-cgibindir=/wwwroot/cgi-bin
--enable-autoresponder-bin=/usr/local/bin
--enable-ezmlmdir=/usr/local/bin --enable
-htmldir=/usr/local/share/qmailadmin/html 
  


i went through some reading in apaches's main page
about cgi
an *aparently* the server is dealing fine with cgi.

i can add users, mailing lists, everything... it's just
about those little images.

can someone point a flag to make this work under
/usr/local/share/qmailadmin/ ?
 
thank you very much for your time :)


*zynkx*






unix is user friendly. it's just selective when choosing 
friends.

-
Email Enviado utilizando o serviço MegaMail



FW: [qmailadmin] qmailadmin - no menu

2003-12-14 Thread Mildianto Junaidi

Dear master,

I have install qmailadmin with configuration:
./configure --enable-cgibindir=/var/www/cgi-bin/
--enable-htmldir=/var/www/html/ --enable-vpopuser=vpopmail
it works, I can login using address
http://172.16.1.1/cgi-bin/qmailadmin

then one day I reintall qmailadmin with configuration:
./configure --enable-cgibindir=/var/www/cgi-bin/
--enable-htmldir=/var/www/html/ --enable-vpopuser=vpopmail
--enable-cgipath=http://www.nama.com/cgi-bin

then I cannot login using this address
http://172.16.1.1/cgi-bin/qmailadmin because when I loggon its connect
to www.name.com/cgi-bin/qmailadmin

my question is how to disable
cgipath=http://www.nama.com/cgi-bin
so when I log on to qmailadmin it is not redirect to that
address

Thanks
mildi