[sqwebmail] sqwebmail complaining about /etc/lib_deps - I have read the archives.

2002-09-23 Thread DARCY,MATTHEW (HP-UnitedKingdom,ex2)



Hello,
I am not sure if this message belongs in this list or the sqwebmail list but
here goes I have running on a redhat 7.3 server, qmail-1.03 vpopmail-5.2.1,
qmailadmin and vqadmin.I am trying to compile sqwebmail.I run ./configure
--with-cgibindir=/usr/local/apache/cgi-bin/
--enable-imagedir=/usr/local/apache/icons --with-vchkpw. all looks well
until I get the error

configure: error: /etc/lib_deps does not exist - upgrade vpopmail to the
current version or fix the permissions on this file
configure: error: ./configure failed for authlib

I have read through the archive and notice a lot of comments towards solaris
not liking ~vpopmail/etc/ and set vpopmail_home=/export/home/vpopmail Even
though I am running redhat I thought this maybe of interest as my vpopmail
user is called "mailadmin" so I set vpopmail_home=/home/mailadmin and re-ran
the configure script.

I still got the same error message. I am wondering if

1.) the fact that my vpopmail user is a user called mailadmin ?
2.) do I need to set vpopmail_home ?
3.) vpopmail is working so why is sqwebmail not picking up ~mailadmin/etc or
/home/mailadmin/etc I am a little lost ?

Thanks,
Matt.



[sqwebmail] Where does sqwebmail get which user is the vpopmail user from ?

2002-09-23 Thread DARCY,MATTHEW (HP-UnitedKingdom,ex2)


Hi,

I am having problems compiling sqwebmail (see thread on lib_deps)

vpopmail is configured using the user mailadmin and the group vchkpw
On my system lib_deps is in /home/mailadmin/etc/lib_deps not
/home/vpopmail/etc/lib_deps (~vpopmail/etc/lib_deps)

where does sqwebmail pickup where to look for lib deps ???

is the fact that I am using the user mailadmin instead of vpopmail causing
sqwebmail a problem.

Thanks,

Matt.



[sqwebmail] sqwebmail auth confused ???????

2002-09-26 Thread DARCY,MATTHEW (HP-UnitedKingdom,ex2)

Hello all,

After having problems with the authdaemon I have re-read the INSTALL
document and I "think" I understand.

The authdaemon is build by default unless specified, however it is unwise to
not build it as it loads your REAL authentication module into it, ie you
want to authenticate via LDAP authdaemon will load or be linked to the LDAP
auth module. (is this correct as this is my understanding of it ) ?

I think I am right in saying, that I start authdaemon by running authdaemond
which looks at the available binarys and loads them as needed.
I have atatched my configure command, and it shows I asked for authpam
authuserdb authldap and authpwd NOT to be built and I asked for authvchkpw
(see bellow)

# ./configure  --with-authvchkpw --without-authpwd --without-authshadow
--without-authpam --without-authuserdb --without-authldap --with-fcgi
--with-ispell=/usr/local/bin/ispell
--enable-imagedir=/usr/local/apache/icons
--enable-cgibindir=/usr/local/apache/cgi-bin/ --with-db=gdbm
--with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding
--enable-unicode=iso-8859-1,utf-8 --prefix=/usr/local/share/sqwebmail
--with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog
--with-authchangepwdir=${prefix}/libexec/authlib
--with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon
--sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail
--with-version=3.3.7.20020921 --without-socks

yet an ls in /usr/local/share/sqwebmail/libexec/authlib shows

[root@jordan authlib]# ls -la
total 180
drwxr-xr-x2 root root 4096 Sep 26 10:12 .
drwxr-xr-x4 root root 4096 Sep 22 16:47 ..
-rwxr-xr-x1 root root16080 Sep 25 11:36 authdaemon
-rwxr-xr-x1 root root  407 Sep 25 11:36 authdaemond
-rwxr-xr-x1 root root59812 Sep 22 16:47 authdaemond.ldap
-rwxr-xr-x1 root root71508 Sep 25 11:36 authdaemond.plain
-rwsr-xr-x1 root root 7440 Sep 25 11:36 authdaemon.passwd
-rwxr-xr-x1 root root 1813 Sep 25 11:36 authsystem.passwd

the modules I asked NOT to be built and the 1 I did ask to be build is not
there ?

Am I going about this the wrong way. I am failing to understand the
authdaemon process.

thanks, 

Matt.



  



RE: [sqwebmail] sqwebmail auth confused ???????

2002-09-26 Thread DARCY,MATTHEW (HP-UnitedKingdom,ex2)

ok,

this explains why I can't find any mention of using authdaemon with vchkpw.

In that case how do I use sqwebmail with authvchkpw ?

Can you point me to the part of INSTALL that is used for this setup as I
must be missreading this document as I had no idea you didn't use authchkpw
with authdaemon.

Thanks,

Matt


-Original Message-
From: David Morel [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 26, 2002 10:43 AM
To: DARCY,MATTHEW " "(HP-UnitedKingdom,ex2)
Cc: '[EMAIL PROTECTED]'
Subject: Re: [sqwebmail] sqwebmail auth confused ???


authvchpw doesn't need authdaemon : sqwebmail uses the authvchpw library
instead, that's why you don't need (nor can't use due to a bug)
authdaemon in a vpopmail configuration.



RE: [sqwebmail] sqwebmail auth confused ???????

2002-09-26 Thread DARCY,MATTHEW (HP-UnitedKingdom,ex2)

as you saw from my ./configure options, I set -without-authldap and with
authvchkpw

I have just tried to login to sqwemail on my system with a correct username
and password and the syslog shows

Sep 26 17:04:21 jordan authdaemond.ldap: ldap_simple_bind_s failed: Can't
contact LDAP server
Sep 26 17:05:39 jordan last message repeated 2 times


suggestions ??

Matt.


-Original Message-
From: David Morel [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 26, 2002 3:32 PM
To: Massimo Rizzotto
Cc: DARCY,MATTHEW " "(HP-UnitedKingdom,ex2); [EMAIL PROTECTED]
Subject: Re: [sqwebmail] sqwebmail auth confused ???


Le jeu 26/09/2002 à 15:00, Massimo Rizzotto a écrit :
> I have a similar problem
> I installed sqwebmail in a box with vpopmail.
> Every thing goes fine for a while, but after 20 minute I can't  login
again.
> If  authvchkpw doesn't use authdaemon, how can I start sqweb mail at the
> boot time?
> Now I configured in rc.local file the line:
> 
> /usr/local/share/sqwebmail/libexec/authlib/authdaemond start

just don't, and see if it still works. authentication against vpopmail
doesn't need the daemon, it uses the libs

> 
> 
> ----- Original Message -
> From: "DARCY,MATTHEW (HP-UnitedKingdom,ex2)" <[EMAIL PROTECTED]>
> To: "'David Morel'" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Thursday, September 26, 2002 1:49 PM
> Subject: RE: [sqwebmail] sqwebmail auth confused ???
> 
> 
> > ok,
> >
> > this explains why I can't find any mention of using authdaemon with
> vchkpw.
> >
> > In that case how do I use sqwebmail with authvchkpw ?

you just don't need authdaemon. authvchpw authenticates directly against
vpopmail

> > Can you point me to the part of INSTALL that is used for this setup as I
> > must be missreading this document as I had no idea you didn't use
> authchkpw
> > with authdaemon.

it isn't documented, thats the trick : the doc needs an update


> >
> > -Original Message-
> > From: David Morel [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, September 26, 2002 10:43 AM
> > To: DARCY,MATTHEW " "(HP-UnitedKingdom,ex2)
> > Cc: '[EMAIL PROTECTED]'
> > Subject: Re: [sqwebmail] sqwebmail auth confused ???
> >
> >
> > authvchpw doesn't need authdaemon : sqwebmail uses the authvchpw library
> > instead, that's why you don't need (nor can't use due to a bug)
> > authdaemon in a vpopmail configuration.
> >
> 




RE: [sqwebmail] Graphic files not shown

2002-09-26 Thread DARCY,MATTHEW (HP-UnitedKingdom,ex2)



qmailadmin is the Env variable.
 
my 
virtual host looks
 
    ServerAdmin [EMAIL PROTECTED]    
DocumentRoot 
/usr/local/apache/virtual/alesi.projecthugo.co.uk/public_html    
ServerName alesi.projecthugo.co.uk    SetEnv 
QMAILADMIN_TEMPLATEDIR 
/usr/local/apache/virtual/alesi.projecthugo.co.uk/qmailadmin_templates    
ScriptAlias /cgi-bin/ /usr/local/apache/cgi-bin/    ErrorLog 
logs/alesi.projecthugo.co.uk_error_log    CustomLog 
logs/alesi.projecthugo.co.uk_access_log 
common
QMAILADMIN_TEMPLATEDIR is the key you copy the templates (in my case) to 
usr/local/apache/virtual/alesi.projecthugo.co.uk/qmailadmin_templates
I am 
guessing there is a similar variable for sqwebmail ie SQWEBMAIL_TEMPLATEDIR 
perhaps.
 
 

  -Original Message-From: Raymond Lui 
  [mailto:[EMAIL PROTECTED]]Sent: Thursday, September 26, 2002 
  5:13 PMTo: [EMAIL PROTECTED]Subject: [sqwebmail] 
  Graphic files not shown
  Dear List,
   
  I've installed sqwebmail-3.3.7 on my server, 
  everything seems normal at the beginning
   
  But after I added some virtual server in my 
  apcahe-1.3.23, All graphic files of sqwebmail can't be shown by the 
  browser, but the sqwebmail is still function. The same problem also 
  appear in qmailamin-1.0.6
   
  Is there any way to fix it ?
   
  Raymond Lui 
   


[sqwebmail] Sqwebmail templates with apache virtual Dirs ?

2002-09-30 Thread DARCY,MATTHEW (HP-UnitedKingdom,ex2)



Any update on how to use sqwebmail templates with apache ??

I have numerous virtual domains that would like their own modified templates
/ images.

Is there any instructions on how to do this ???, ie the same way as
qmailadmin sets a variable in apache.

Also is there an archive list for sqwebmail as I couldn't find one.

thanks,

Matt.




RE: [sqwebmail] Altering a template - no effect.

2002-10-10 Thread DARCY,MATTHEW (HP-UnitedKingdom,ex2)

the title tag from the login.html

I also played with the image name of logo.gif and changed it to
company_image.gif when I viewed the source the title was the same and the
company_image.gif was still called logo.gif

Thanks,

MAtt.


-Original Message-
From: Clive Goodhead [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 10, 2002 10:55 AM
To: [EMAIL PROTECTED]
Subject: Re: [sqwebmail] Altering a template - no effect.


> I checked this by altering the tag to read TEST 1 ALTERED.
>
> I did this in /usr/local/apache/www.mdlan.co.uk/sqwebmail_templates (where
> the apache directive points at) but it was not picking up the change, when
I
> viewed the source the title tag was unchanged.
>

Sqwebmail uses frames - which  tag did you change?

Clive Goodhead



RE: [sqwebmail] Altering a template - no effect.

2002-10-10 Thread DARCY,MATTHEW (HP-UnitedKingdom,ex2)

Hi Clive,

this is the from an old message I have already spotted the spelling mistake
and changed it, ie you read RE: [sqwebmail] Altering a template - no
effect.- ADDITIONAL you will notice I have spotted this.

Thanks,

Matt.


-Original Message-
From: Clive Goodhead [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 10, 2002 1:48 PM
To: DARCY,MATTHEW (HP-UnitedKingdom,ex2); [EMAIL PROTECTED]
Subject: Re: [sqwebmail] Altering a template - no effect.


> >  
> >  ServerAdmin [EMAIL PROTECTED]
> >  DocumentRoot /usr/local/apache/virtual/www.mdlan.co.uk/public_html
> >  ServerName www.mdlan.co.uk
> >
> >  ServerAlias www.mdlan.com
> >  ServerAlias www.mdlan.net
> >  SetEnv
SWEBMAIL_TEMPLATEDIR=/usr/local/apache/virtual/www.mdlan.co.uk/
> >  sqwebmail_templates

Sorry missed it before. Your SetEnv statement should be 
SQWEBMAIL_TEMPLATEDIR and not SWEBMAIL_TEMPLATEDIR.


Clive Goodhead



[sqwebmail] swebmail templates to picking up changes. Clear Detail.

2002-10-11 Thread DARCY,MATTHEW (HP-UnitedKingdom,ex2)



Hi,

I have 2 servers.

www.mdlan.com
mail.e-netcomm.co.uk

www.mdlan.com is redhat 7.3 on i686 running qmail vpopmail qmailadmin
vqadmin sqwebmail and was built by my %100

mail.e-netcomm.co.uk is a solaris 8 Netra T1 AC200 Sparc Server with
qmail/qmailadmin/vqadmin/sqwebmail the os and server was built by me, and
the mail install was by inter7.



I have www.mdlan.com setup with virtual hosts on apache
my config line for mdlan.com looks like this


ServerAdmin [EMAIL PROTECTED]
DocumentRoot /usr/local/apache/virtual/www.mdlan.co.uk/public_html
ServerName www.mdlan.co.uk
ServerAlias www.mdlan.com
ServerAlias www.mdlan.net
SetEnv SQWEBMAIL_TEMPLATEDIR
/usr/local/apache/virtual/www.mdlan.co.uk/sqwebmail_templates
SetEnv QMAILADMIN_TEMPLATEDIR
/usr/local/apache/virtual/www.mdlan.co.uk/qmailadmin_templates
ScriptAlias /cgi-bin/ /usr/local/apache/cgi-bin/
ErrorLog logs/www.mdlan.co.uk_error_log
CustomLog logs/www.mdlan.co.uk_access_log common


I have altered
/usr/local/apache/virtual/www.mdlan.co.uk/sqwebmail_templates/index.html to
the  tag say Md.Lan webmail

when I view http://www.mdlan.com/cgi-bin/sqwebmail I get the error "can't
open form template"
try it. 

I have no idea why this is happeneing

I have checked the permisions.

[root@jordan www.mdlan.co.uk]# ls -la
total 20
drwxrwxr-x5 root webdev   4096 Oct  5 21:14 .
drwxrwxr-x   17 root webdev   4096 Oct  7 14:47 ..
drwxrwxr-x4 root webdev   4096 Oct  6 11:56 public_html
drwxrwxr-x2 root webdev   4096 Oct  8 22:32 qmailadmin_templates
drwxrwxr-x2 root webdev   4096 Oct 11 14:19 sqwebmail_templates
[root@jordan www.mdlan.co.uk]# 

and left it a little open to make sure this is not a problem.

I have re-copied the templates in from /usr/local/share


--- END PROBLEM 1






 START PROBLEM 2



my config on mail.e-netcomm.co.uk is an apache virtual host.

First of all I should point out that the system is working %100 and I don't
think this is anything to do with inter7 as they did a great job. It is more
likley it is me not setting up the virtual hosts with sqwebmail correctly.


I have an apache config with a virtual host like so


ServerAdmin [EMAIL PROTECTED]
DocumentRoot /usr/local/apache/virtual/mail.e-netcomm.co.uk/public_html
ServerName mail.e-netcomm.co.uk
SetEnv SQWEBMAIL_TEMPLATEDIR
/usr/local/apache/virtual/mail.e-netcomm.co.uk/sqwebmail_templates
SetEnv QMAILADMIN_TEMPLATEDIR
/usr/local/apache/virtual/mail.e-netcomm.co.uk/qmailadmin_templates
ScriptAlias /cgi-bin/ /usr/local/apache/cgi-bin/
ErrorLog logs/mail.e-netcomm.co.uk_error_log
CustomLog logs/mail.e-netcomm.co.uk_access_log common


Again I have altered the  tag in
/usr/local/apache/virtual/mail.e-netcomm.co.uk/sqwebmail_templates/index.htm
l to say "E-Netcomm UK Webmail"

On this occasion http://mail.e-netcomm.co.uk/cgi-bin/sqwebmail opens up the
webmail login screen, but the title still is "sqwebmail copyright 1999"

Can any one either help to why I am having these problems or point me at a
guide for setting up sqwebmail with different templates for different
virtual hosts.

I thought I had got this right but ovbioulsy not.

thanks,

Matt.
















[sqwebmail] Templates Never Matirialised

2003-07-01 Thread DARCY,MATTHEW (HP-UnitedKingdom,ex2)
Title: Templates Never Matirialised





Hi all,

I am sad to say that dispite the initial interest of creating an sqwebmail template and qmailadmin template archive for people to use and "hack" no one actually every submitted any templates or posted any details back to me.

I appreciate that templates are made up in peoples time so they may not be finished or are just having a little break from developing them which is fine. If this is the case could anyone who is interested in contributing templates to either sqwebmail or qmailadmin drop me a mail on either of my addresses ([EMAIL PROTECTED] would be better though ) and just confirm they are interested in contributing. If I get as many firm confirmations as "loose offers" last time around, I'll start creating the archive.

Thanks,

Matt.




RE: [sqwebmail] Re: Templates

2003-08-14 Thread DARCY,MATTHEW (HP-UnitedKingdom,ex2)
Because of the small interest it is only a basic site, I said if
contributions started coming more regular, I'd move it to a faster server
and design a more professional site with upload options previews etc etc
etc, but as I have no content of yet I have not bothered.

The URL is 

http://www.mdlan.co.uk/projects/sqwebmail/

-Original Message-
From: Jim Kubicek [mailto:[EMAIL PROTECTED] 
Sent: 13 August 2003 14:31
To: DARCY,MATTHEW (HP-UnitedKingdom,ex2); 'sqwebmail'
Subject: Re: [sqwebmail] Re: Templates

What's the URL?  Is it obvious how to upload templates, or do they have to
be emailed to you?

Jim
- Original Message - 
From: "DARCY,MATTHEW (HP-UnitedKingdom,ex2)" <[EMAIL PROTECTED]>
To: "'Cowle, Leon'" <[EMAIL PROTECTED]>; "'sqwebmail'"
<[EMAIL PROTECTED]>; "'Jim Kubicek'" <[EMAIL PROTECTED]>
Sent: Wednesday, August 13, 2003 8:00 AM
Subject: RE: [sqwebmail] Re: Templates


> I already host one, I have 2 people who have said they will submit
> templates, but I am yet to receive it.
>
>
> -Original Message-
> From: Cowle, Leon [mailto:[EMAIL PROTECTED]
> Sent: 13 August 2003 13:57
> To: 'sqwebmail'; 'Jim Kubicek'
> Subject: [sqwebmail] Re: Templates
>
> I would be very interested, for one.
>
> Leon.
>
> -Original Message-
> From: Jim Kubicek [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 13, 2003 1:59 PM
> To: sqwebmail
> Subject: [sqwebmail] Templates
>
>
> Quick question.  Would there be any interest in a SqWebMail template
gallery
> of sorts?  If there are enough that think this would be a good idea, I
will
> be glad to host it.
>
> Thanks,
>
> Jim
>
>
>
> --
--
> --
> This message is intended only for the personal and confidential use of the
> designated recipient(s) named above.  If you are not the intended
recipient
> of
> this message you are hereby notified that any review, dissemination,
> distribution or copying of this message is strictly prohibited.  This
> communication is for information purposes only and should not be regarded
as
> an offer to sell or as a solicitation of an offer to buy any financial
> product, an official confirmation of any transaction, or as an official
> statement of Lehman Brothers.  Email transmission cannot be guaranteed to
be
> secure or error-free.  Therefore, we do not represent that this
information
> is
> complete or accurate and it should not be relied upon as such.  All
> information is subject to change without notice.
>
>




RE: [sqwebmail] Re: Templates

2003-08-14 Thread DARCY,MATTHEW (HP-UnitedKingdom,ex2)
I already host one, I have 2 people who have said they will submit
templates, but I am yet to receive it.


-Original Message-
From: Cowle, Leon [mailto:[EMAIL PROTECTED] 
Sent: 13 August 2003 13:57
To: 'sqwebmail'; 'Jim Kubicek'
Subject: [sqwebmail] Re: Templates

I would be very interested, for one.

Leon.

-Original Message-
From: Jim Kubicek [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 1:59 PM
To: sqwebmail
Subject: [sqwebmail] Templates


Quick question.  Would there be any interest in a SqWebMail template gallery
of sorts?  If there are enough that think this would be a good idea, I will
be glad to host it.

Thanks,

Jim




--
This message is intended only for the personal and confidential use of the
designated recipient(s) named above.  If you are not the intended recipient
of
this message you are hereby notified that any review, dissemination,
distribution or copying of this message is strictly prohibited.  This
communication is for information purposes only and should not be regarded as
an offer to sell or as a solicitation of an offer to buy any financial
product, an official confirmation of any transaction, or as an official
statement of Lehman Brothers.  Email transmission cannot be guaranteed to be
secure or error-free.  Therefore, we do not represent that this information
is
complete or accurate and it should not be relied upon as such.  All
information is subject to change without notice.




RE: [sqwebmail] Templates

2003-09-15 Thread DARCY,MATTHEW (HP-UnitedKingdom,ex2)
Hi,

I have a basic archive setup and ready to go - I promise to develop it if
people contribute.

So fill 'er up


http://www.mdlan.co.uk/projects/sqwebmail/


thanks,

Matt.


-Original Message-
From: Eric Scopinho [mailto:[EMAIL PROTECTED] 
Sent: 15 September 2003 17:25
To: [EMAIL PROTECTED]
Subject: [sqwebmail] Templates

Hi,

Probably, this question was made before, but  I'd like to know if there is
some kind of repositorie for sqwebmail templates or everybody make your own
custom version

Regards,

Eric Scopinho

- Original Message - 
From: "Brian Candler" <[EMAIL PROTECTED]>
To: "Alexey Kolobynin" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, September 15, 2003 10:24 AM
Subject: Re: [sqwebmail] Webmail change password problem


> On Mon, Sep 15, 2003 at 04:06:08PM +0300, Alexey Kolobynin wrote:
> > >> I have installed courier-0.43.1 with sqwebmail, configured pop3d,
esmtpd
> > >> to support plain and cram-md5 auth methods and authdaemon(userdb) as
> > >> auth module. All work fine. But when I change password for my mailbox
> > >> in sqwebmail, it change my plain password only in userdb, but not
> > >> cram-md5. As far as I have understood from sources there is no
> > >> function to change cram-md5 password for authdb. Is this true? If
not,
> > >> how can I configure webmail to change this passwords?
> >
> > BC> CRAM-MD5 authentication uses the cleartext password. In fact it
> > BC> *cannot* use an encrypted password.
> >
> > I understand this, but can I change both passwords from sqWebmail?
>
> I don't understand. You said already that you have configured sqwebmail to
> use plain passwords and cram-md5, and you also said that the plain text
> password is being changed successfully in userdb. Therefore it should be
> working. There is no separate "cram-md5" password in userdb.
>
> Brian.
>
>





[sqwebmail] ATT.net abuse message

2003-09-15 Thread DARCY,MATTHEW (HP-UnitedKingdom,ex2)
Has someone subscribe the [EMAIL PROTECTED] address to this list ??

I got an auto reply, thanking me for submitting my abuse complaint ???

Can someone unsubscribe it if it is in there ?

Thanks,

Matt.






[sqwebmail] Templates not picking up changes

2003-09-26 Thread DARCY,MATTHEW (HP-UnitedKingdom,ex2)
Title: Templates not picking up changes





Hi all,

I have had this problem before which was down to a config error on the templates settings on my part.

I am having this problem again, yet I am %99 certain it is configured well.

I am making changes to some templates for testing, when I refresh the page the template changes are not being picked up.

I'll show you my domain config first of all.



    ServerAdmin [EMAIL PROTECTED]

    DocumentRoot /usr/local/apache/virtual/www.e-netcomm.co.uk/public_html

    ScriptAlias /cgi-bin/ /usr/local/apache/cgi-bin/

    ServerName www.e-netcomm.co.uk

    ServerAlias www.enetcomm.co.uk

    ServerAlias www.e-netcomm.com

    ServerAlias www.enetcomm.com

    SetEnv SQWEBMAIL_TEMPLATEDIR /usr/local/apache/virtual/www.e-netcomm.co.uk/sqwebmail

#    SetEnv QMAILADMIN_TEMPLATEDIR /usr/local/apache/virtual/www.e-netcomm.co.uk/qmailadmin

    Redirect /webmail.html http://www.e-netcomm.co.uk/cgi-bin/sqwebmail

    Redirect /webmail http://www.e-netcomm.co.uk/cgi-bin/sqwebmail

    ErrorLog logs/www.e-netcomm.co.uk_error_log

    CustomLog logs/www.e-netcomm.co.uk_access_log common



As you can see the sqwebmail templates should be held in /usr/local/apache/virtual/www.e-netcomm.co.uk/sqwebmail


And 

ls -la /usr/local/apache/virtual/www.e-netcomm.co.uk/sqwebmail

total 12

drwxr-xr-x   4 webmaster website  512 Sep 26 11:20 .

drwxr-xr-x   5 webmaster website  512 Sep 26 11:20 ..

drwxrwxrwx   2 webmaster website 1536 Sep 26 11:20 en

(as I understand it you don't put the en in the templates path string as this is for multiple language templates)

# ls -la /usr/local/apache/virtual/www.e-netcomm.co.uk/sqwebmail/en

total 374

drwxrwxrwx   2 webmaster website 1536 Sep 26 11:20 .

drwxr-xr-x   4 webmaster website  512 Sep 26 11:20 ..

-rwxrwxrwx   1 webmaster website   11 Sep 26 11:20 CHARSET

-rwxrwxrwx   1 webmaster website    8 Sep 26 11:20 ISPELLDICT

-rwxrwxrwx   1 webmaster website    6 Sep 26 11:20 LANGUAGE

-rwxrwxrwx   1 webmaster website   11 Sep 26 11:20 LANGUAGE_PREF

-rwxrwxrwx   1 webmaster website    6 Sep 26 11:20 LOCALE

-rwxrwxrwx   1 webmaster website  714 Sep 26 11:20 TIMEZONELIST

-rwxrwxrwx   1 webmaster website 3785 Sep 26 11:20 abooklist.html

-rwxrwxrwx   1 webmaster website 7139 Sep 26 11:20 attachments.html

-rwxrwxrwx   1 webmaster website 5245 Sep 26 11:20 autoresponder.html

-rwxrwxrwx   1 webmaster website  897 Sep 26 11:20 calendarlogin.inc.html

-rwxrwxrwx   1 webmaster website  369 Sep 26 11:20 empty.html

-rwxrwxrwx   1 webmaster website 4873 Sep 26 11:20 eventacl.html

-rwxrwxrwx   1 webmaster website 4047 Sep 26 11:20 eventdaily.html

etc etc etc

I alter login.html so the header says "e-netcomm webmail" instead of sqwebmail login

And refresh - nothings changed.

I have altered the logo image sizenothings changed.

I alter the log image, and the background colour in the sqwebmail.css in the images dir - that works but the login.html changes are still not picked up ??

Any suggestions as to why this is 

(Also I know the permissions are wrong/too open on the templates - I set this on purpose for testing, I'll tighten it up later)

thanks,

Matt.




RE: [sqwebmail] Templates not picking up changes

2003-09-26 Thread DARCY,MATTHEW (HP-UnitedKingdom,ex2)

-Original Message-
From: Brian Candler [mailto:[EMAIL PROTECTED] 
Sent: 26 September 2003 15:21
To: DARCY,MATTHEW (HP-UnitedKingdom,ex2)
Cc: 'sqwebmail'
Subject: Re: [sqwebmail] Templates not picking up changes

On Fri, Sep 26, 2003 at 02:34:48PM +0100, DARCY,MATTHEW
(HP-UnitedKingdom,ex2) wrote:
>ls -la /usr/local/apache/virtual/www.e-netcomm.co.uk/sqwebmail
> 
>total 12
> 
>drwxr-xr-x   4 webmaster website  512 Sep 26 11:20 .
> 
>drwxr-xr-x   5 webmaster website  512 Sep 26 11:20 ..
> 
>drwxrwxrwx   2 webmaster website 1536 Sep 26 11:20 en

Probably not the problem, but worth mentioning that the default templates
are under "en-us", with "en" as a symlink to "en-us".

But it sounds like sqwebmail is still picking up templates; it's just
picking up the ones in the old location.

I'd suggest you replace the sqwebmail CGI with a simple script like this:

#!/bin/sh
echo "Content-Type: text/plain"
echo ""
set

which will show you whether the SQWEBMAIL_TEMPLATEDIR environment variable
has been set properly by Apache (and if not, you know it's an Apache config
problem that you need to resolve)

Regards,

Brian.




Hi Brian,

An interesting suggestion.

The en / en-us symlink has been altered (I just choose to just use en - my
fault)

And I created a new cgi script as you suggested which turned up these
results

DOCUMENT_ROOT=/usr/local/apache/virtual/www.e-netcomm.co.uk/public_html
GATEWAY_INTERFACE=CGI/1.1
HTTP_ACCEPT=image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword,
application/x-shockwave-flash, */*
HTTP_ACCEPT_LANGUAGE=en-gb
HTTP_CACHE_CONTROL=max-stale=0
HTTP_HOST=www.e-netcomm.co.uk
HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR
1.0.3705; .NET CLR 1.1.4322)
IFS=

MAILCHECK=600
OPTIND=1
PATH=/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/sbin:/bin:/usr/local
/ssl/bin:/usr/local/mysql/bin
QUERY_STRING=
REMOTE_ADDR=192.6.126.74
REMOTE_PORT=44307
REQUEST_METHOD=GET
REQUEST_URI=/cgi-bin/sqwebmail_check
SCRIPT_FILENAME=/usr/local/apache/cgi-bin/sqwebmail_check
SCRIPT_NAME=/cgi-bin/sqwebmail_check
SERVER_ADDR=212.113.200.71
[EMAIL PROTECTED]
SERVER_NAME=www.e-netcomm.co.uk
SERVER_PORT=80
SERVER_PROTOCOL=HTTP/1.0
SERVER_SIGNATURE=Apache/1.3.28 Server at www.e-netcomm.co.uk Port
80

SERVER_SOFTWARE=Apache/1.3.28 (Unix) PHP/4.3.2
SQWEBMAIL_TEMPLATEDIR=/usr/local/apache/virtual/www.e-netcomm.co.uk/sqwebmai
l
TZ=GB
UNIQUE_ID=P3RaPgoAAAIAAC9iIS4


As you can see the SQWEBMAIL_TEMPLATEDIR appears to be set ok, 
I double checked the changes after I had added the en-us direct and linked
en to it, and still no joy.

I was wondering is sqwebmail was using the default templates held in
/usr/local/share/sqwebmail/html - so I tried altering one of these for
interest, same thing no change. 

I have no idea where sqwebmail is getting the templates from, and to be even
more confusing, its getting the images and css from the right virtual dir, I
just have no idea what tamplate dir its using ???

Any more suggestiosn welcome.

Thanks,

Matt.




RE: [sqwebmail] Re: customizing sqwebmail, nwe look

2003-09-30 Thread DARCY,MATTHEW (HP-UnitedKingdom,ex2)
With this in mind, 

Is there any sign of any sqwebmail templates appearing yet ?

Matt.


-Original Message-
From: Brian Candler [mailto:[EMAIL PROTECTED] 
Sent: 30 September 2003 15:03
To: Paul L. Allen
Cc: [EMAIL PROTECTED]
Subject: Re: [sqwebmail] Re: customizing sqwebmail, nwe look

On Tue, Sep 30, 2003 at 01:24:02PM +, Paul L. Allen wrote:
> > In the sqwebmail source you will find a file called SECURITY (or
> > SECURITY.html if you prefer that).  I suggest you read one or other of
> > them.
> 
> Matti has since contacted me directly to explain that Riwos does use
> frames to maintain security but does not use ADDITIONAL frames for
> any purpose.  Therefore Riwos is not a security risk in that way.

I'm not convinced. If you go to his test page,
http://riikari.net/cgi-bin/test.cgi

you get a button which opens in a new window:
https://karhula.taivassalo.fi/cgi-bin/[EMAIL PROTECTED]&passwor
d=demo

Now, the test page uses Javascript to open this URL in a window with no
toolbar, and so you can't see each page's URL. But if you paste the above
URL directly into your browser, then you'll find that it is not inside a
frame, and that each sub-page accessed does appear in your browser history.

So, it does *not* appear to use frames to maintain security. It does try to
use a different method (but one which would probably be bypassed if you went
directly to the webmail URL)

Brian.



[sqwebmail] Templates accessing /images/sqwebmail//$IMAGE

2003-09-30 Thread DARCY,MATTHEW (HP-UnitedKingdom,ex2)
Title: Templates accessing /images/sqwebmail//$IMAGE





Hi all,

I am looking at my 2 servers running sqwebmail, 1 was installed by inter7 the other installed by myself.

Looking at the access logs for virtual domains, when sqwebmail is accessed the path to images works but appears a little messy

Eg: 192.6.126.74 - - [30/Sep/2003:15:40:04 +0100] "GET /images/sqwebmail//graytopleft.gif HTTP/1.0" 304 -

The path /images/sqwebmail//graytopleft.gif appears to work but why am I getting the extra / in the path ?

Thanks,

Matt.






[sqwebmail] Who is the list owner / moderator

2003-09-30 Thread DARCY,MATTHEW (HP-UnitedKingdom,ex2)
Title: Who is the list owner / moderator





Hi can someone tell me who the list owner/manager moderator is.

I am getting a few bounces and confirmation of my "abuse or spam reports" to att.net

I want to mail the list owner to get these addresses removed as they are becoming annoying.

Thanks,

Matt.




RE: [sqwebmail] Who is the list owner / moderator

2003-09-30 Thread DARCY,MATTHEW (HP-UnitedKingdom,ex2)
I'd be keep an eye to manage the list.

I spend a lot of my time just reading through the posts and learning as I
go.

Any one from Inter7 reading at the moment ???

If you want to keep control of the list, could you remove a few of the 2
dead entries ?

Thanks

Matt.





-Original Message-
From: Brian Candler [mailto:[EMAIL PROTECTED] 
Sent: 30 September 2003 16:45
To: DARCY,MATTHEW (HP-UnitedKingdom,ex2)
Cc: '[EMAIL PROTECTED]'
Subject: Re: [sqwebmail] Who is the list owner / moderator

On Tue, Sep 30, 2003 at 03:55:19PM +0100, DARCY,MATTHEW
(HP-UnitedKingdom,ex2) wrote:
> 
>Hi can someone tell me who the list owner/manager moderator is.
> 
>I am getting a few bounces and confirmation of my "abuse or spam
>reports" to att.net
> 
>I want to mail the list owner to get these addresses removed as they
>are becoming annoying.

I asked already. My request was ignored. As far as I can tell, this list has
no-one actively maintaining it.



RE: [sqwebmail] ATT.net Alert? What's this?

2003-10-03 Thread DARCY,MATTHEW (HP-UnitedKingdom,ex2)
I don't understand why someone at inter7 hasn't responded to this (I assume
inter7 manages the list )

-Original Message-
From: Brian Candler [mailto:[EMAIL PROTECTED] 
Sent: 03 October 2003 16:47
To: Rick van Vliet
Cc: [EMAIL PROTECTED]
Subject: Re: [sqwebmail] ATT.net Alert? What's this?

On Fri, Oct 03, 2003 at 10:41:15AM -0500, Rick van Vliet wrote:
> Is anyone else getting some kind of bounce from cevi.ch and do_not_rplyxx 
> at att.net, after sending to the list?

Yes. It has been discussed several times here.

The list administrator is ignoring mails and not removing these dead users
(or users with wrong forwarding addresses set up)

Brian.



RE: [sqwebmail] Domain-based templates error "Can't open form tem plate"

2003-10-09 Thread DARCY,MATTHEW (HP-UnitedKingdom,ex2)
Not sure you need the en on the end.


-Original Message-
From: Sagara Wijetunga [mailto:[EMAIL PROTECTED] 
Sent: 09 October 2003 11:14
To: [EMAIL PROTECTED]
Subject: [sqwebmail] Domain-based templates error "Can't open form template"

Hi all

I have configured to use the Domain-based templates as
per the installation document of SqWebMail. 

When I try access
http://mail.mydomain.com/cgi-bin/webmail/sqwebmail
after restarting the web server,  the SqWebMail
compalins "Can't open form template.". 

I have done following to configure the Domain-based
templates:

1.  Added SQWEBMAIL_TEMPLATEDIR to VirtualHosts

ServerName mail.mydomain.com 
DocumentRoot /var/sites/mydomain.com/mail/html
SetEnv SQWEBMAIL_TEMPLATEDIR
/var/sites/mydomain.com/mail/template/webmail/en-us
[...]
 


 ServerName mail.mydomain.com
 DocumentRoot "/var/sites/mydomain.com/mail/html"
 SetEnv SQWEBMAIL_TEMPLATEDIR
/var/sites/mydomain.com/mail/template/webmail/en-us
 [...]


2.  Copied all files of
/usr/local/share/sqwebmail/html/en-us to
/var/sites/mydomain.com/mail/template/webmail/en-us 

3.  Created a soft link in
/var/sites/mydomain.com/mail/template/webmail as en ->
en-us/

4.  Set world-readable to all files of
/var/sites/mydomain.com/mail/template/webmail/en-us
(ie. rw-r--r--)

5.  Restarted the Apache web server

Are there any more to configure? 

Thanks in advance.

Regards
Sagara


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com



RE: [sqwebmail] Skins

2003-10-21 Thread DARCY,MATTHEW (HP-UnitedKingdom,ex2)
Hard to see the sample without a username and passwowrd.

If you'll allow it I'll add this to the sqwebmail template archive I am
creating.

Matt.


-Original Message-
From: seitan [mailto:[EMAIL PROTECTED] 
Sent: 21 October 2003 11:35
To: [EMAIL PROTECTED]
Subject: [sqwebmail] Skins

Hi to all,
iv'e just released first sqwebmail skin. - I've couldn't stan original one,
for
its blank screens...

If nayone interested in it, please visit
http://legacysystems.org/feedback.htm
Working sample of skin is located in :
http://webmail.legacysystems.org

screenshots:
http://legacysystems.org/skins.html

Any ideas and critics would be appriciated

ICQ: 169434041
_
Seitan end Yvl




RE: [sqwebmail] Skins

2003-10-21 Thread DARCY,MATTHEW (HP-UnitedKingdom,ex2)
Or you can use an apache redirect or re-write rule

Eg:

Redirect /webmail.html http://www.sfproject.co.uk/cgi-bin/sqwebmail

-Original Message-
From: seitan [mailto:[EMAIL PROTECTED] 
Sent: 21 October 2003 12:10
To: [EMAIL PROTECTED]
Subject: Re: [sqwebmail] Skins

Simple.
Just create index file (index.htm, index.html, index.php - regarding on your
apache
configuration), containing:




Webmail



So, when you go to webmail dir, apache throws you this index file.
In this index file contains code, which tells "redirect to
cgi-bin/sqwebmail, after 0 seconds".

ICQ: 169434041
_
Seitan end Yvl


- Original Message - 
From: "Tanmaya Anand" <[EMAIL PROTECTED]>
To: "seitan" <[EMAIL PROTECTED]>
Sent: Tuesday, October 21, 2003 12:06 PM
Subject: Re: [sqwebmail] Skins


> hi
>
> can u tell me how did u redirected webmail.legacysystems.org
> to
> webmail.legacysystems.org/cgi-bin/sqwebmail
>
> thanks in advance
>
> regards,
> tanmaya
> - Original Message - 
> From: "seitan" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, October 21, 2003 4:05 PM
> Subject: [sqwebmail] Skins
>
>
> > Hi to all,
> > iv'e just released first sqwebmail skin. - I've couldn't stan original
> one,
> > for
> > its blank screens...
> >
> > If nayone interested in it, please visit
> > http://legacysystems.org/feedback.htm
> > Working sample of skin is located in :
> > http://webmail.legacysystems.org
> >
> > screenshots:
> > http://legacysystems.org/skins.html
> >
> > Any ideas and critics would be appriciated
> >
> > ICQ: 169434041
> > _
> > Seitan end Yvl
> >
> >
> >
>
>
>