Vpopmail+SqWebmail 3 problem

2001-08-03 Thread board master
Hello,
I have qmail 1.03 and qmailadmin w/ ezmlm  autoresponder installed on
my Red Hat Linux 7 server. I received the follwing error message during
setup:

echo '#include "/var/vpopmail//include/config.h"' vpopmail_config.h
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/var/vpopmail//include -g -O2 -Wall
-I.. -I./.. -c authvchkpw.c
authvchkpw.c: In function `auth_vchkpw_changepass':
authvchkpw.c:142: warning: assignment from incompatible pointer type
authvchkpw.c:151: dereferencing pointer to incomplete type
authvchkpw.c:151: dereferencing pointer to incomplete type
make[1]: *** [authvchkpw.o] Error 1
make[1]: Leaving directory `/root/sqwebmail-3.0.0/authlib'
make: *** [all-recursive] Error 1

Apparently the error comes with the vchkpw setup. Is this a bug or is it
me?
Thanks.Get your FREE download of MSN Explorer at http://explorer.msn.com


Re: sqwebmail

2001-07-26 Thread Jason Nunnelley

What do you have against SQWebmail. You can reply off-list. I just
wonder.

- Jason A. Nunnelley


On Wed, Jul 25, 2001 at 10:15:26PM -0700, Bob Ross said
 Anyone have any suggestions for a web based email alternative to sqwebmail?
 
 Thanks
 
 



sqwebmail

2001-07-25 Thread Bob Ross

Anyone have any suggestions for a web based email alternative to sqwebmail?

Thanks





Sqwebmail

2001-07-25 Thread Bob Ross

Ooops, forgot the rest of the message.

When I run everything the very last make gives me the following error.

Anyone have any ideas?

Thanks


 make install-configure
list=ldapaddressbook.dist `cat authlib/authconfiglist`; \
for file in $list; do \
file=/usr/local/share/sqwebmail/$file ; \
case $file in *.dist) \
@SYSCONFTOOL@ $file;; esac ; done
/bin/sh: @SYSCONFTOOL@: command not found
make: *** [install-configure] Error 127 




Re: sqwebmail

2001-07-25 Thread Dushyanth Harinath

squirrel mail
regards

 Anyone have any suggestions for a web based email alternative to
 sqwebmail?
 
 Thanks


-- 
Dushyanth Harinath
Archean Infotech Limited
Ph No:091-040-3228666,6570704,3228674
http://www.archeanit.com



-
This email was sent using SquirrelMail.
   Webmail for nuts!
http://squirrelmail.org/





Re: sqwebmail and qmail?

2001-07-17 Thread Vincent Schonau

On Mon, Jul 16, 2001 at 05:06:04PM -0700, Bill Parker wrote:
 Hi All,

   I was wondering, is there a way to make a reply to a
 message sent from sqwebmail not show the username@FQDN but
 rather username@domain

This purely an sqwebmail issue, and your should really have asked it on the
sqwebmail mailing list. You can find the answer in the sqwebmail INSTALL
file; look for 'sendit.sh'.

Vince.



Sqwebmail question

2001-06-23 Thread Brendan McAlpine

Is there any way to prevent email accounts or forwards from showing up in
the web admin interface in sqwebmail?

I don't want to disable the qmail admin web interface completely, I just
want certain accounts not to show up in the web interface.  Is this
possible?

Brendan




sqwebmail

2001-06-13 Thread Mike Jimenez

Im looking for some help with Sqwebmail.
When I run make I get the following error.

preauthvchkpw.c: In function `auth_vchkpw_pre':
preauthvchkpw.c:70: warning: passing arg 2 of `make_user_dir' makes integer
from pointer without a cast
preauthvchkpw.c:70: too many arguments to function `make_user_dir'
make[1]: *** [preauthvchkpw.o] Error 1
make[1]: Leaving directory `/installers/sqwebmail-2.1.1/authlib'
make: *** [all-recursive] Error 1

Thanks
Mike





Re: sqwebmail

2001-06-13 Thread Drew Raines

* Mike Jimenez [EMAIL PROTECTED], 10:44 06/13/2001:

 Im looking for some help with Sqwebmail.
 When I run make I get the following error.

Try your inquiry at [EMAIL PROTECTED]

-- 
Drew



Re: url of sqwebmail too long!!!!

2001-06-09 Thread Lou Hevly

At 14:24 08/06/01, Alex Le Fevre wrote:
I hope I understand what your asking.

Actually, I think what he's trying to do is the same thing I've been 
trying to do -- make mail.domain.com equivalent to 
www.domain.com/cgi-bin/sqwebmail. In that case, an alias wouldn't 
work, because that would require www.domain.com/alias/, not 
mail.domain.com. Of course, it's probably a question more for an 
Apache list, but if you or someone else knows how to do that, it would 
make both of us quite happy. :-)
Alex Le Fevre

I'm not sure if this will help or not, but here's what I do:

I've installed both qmailadmin and sqwebmail in /www/webmail/cgi-bin

In /etc/tinydns/data/root, for each of my subhosted domains, I add a
line like the following:

+webmail.justalafusta.com:216.216.32.170

In /usr/local/apache/conf/httpd.conf:

virtualhost 216.216.32.170
DocumentRoot /www/justalaf
ScriptAlias /cgi-bin/ /www/justalaf/cgi-bin/
ServerAdmin [EMAIL PROTECTED]
ServerName justalafusta.com
ServerAlias www.justalafusta.com
User justalaf
Group justalaf
RLimitCPU 30 30
RLimitMEM 2500 2500
RLimitNPROC 10 10
TransferLog /home/justalaf/logs/access.log
/virtualhost

virtualhost 216.216.32.170
DocumentRoot /www/webmail
ScriptAlias /cgi-bin/ /www/webmail/cgi-bin/
ServerAdmin [EMAIL PROTECTED]
ServerName webmail.justalafusta.com
SetEnv SQWEBMAIL_TEMPLATEDIR /usr/local/share/sqwebmail/justalaf
SetEnv QMAILADMIN_TEMPLATEDIR /usr/local/share/qmailadmin/justalaf
RLimitCPU 30 30
RLimitMEM 2500 2500
RLimitNPROC 20 20
TransferLog /home/justalaf/logs/access.log
/virtualhost

Then I have links to both sqwebmail and qmailadmin on the page at
/www/webmail/index.html

p
a href=/cgi-bin/qmailadminQmail Admin/abr
a href=/cgi-bin/sqwebmailSqwebmail/a
/p


HTH

-- 
All the best (Adéu-siau),
Lou Hevly
[EMAIL PROTECTED]
http://www.visca.com




url of sqwebmail too long!!!!

2001-06-08 Thread Massimo Quintini

How can I use an URL short (like mail.te.astro.it) instead of
mail.te.astro.it/cgi-bin/sqwebmail 

I have tried with VirtualHost directive of Apache Web Server without
success!!!

Thanks.

--
Massimo Quintini
Osservatorio Astronomico Collurania Teramo
Via Mentore Maggini s.n.c. 64100 TERAMO (Italy)
Tel +39-0861210490  Fax +39-0861210492
http://www.te.astro.it





Re: url of sqwebmail too long!!!!

2001-06-08 Thread Ahmad Ridha

Massimo Quintini writes: 

 How can I use an URL short (like mail.te.astro.it) instead of
 mail.te.astro.it/cgi-bin/sqwebmail  
 
 I have tried with VirtualHost directive of Apache Web Server without
 success!!! 
 

Although it has nothing to do with qmail, you can create an index.html (or 
whatever your directory index is) in the document root of mail.te.astro.it 
which has a frame pointing to http://mail.te.astro.it/cgi-bin/sqwebmail (or 
whereever you sqwebmail binary is). 

Regards, 

Ahmad Ridha 



Re: url of sqwebmail too long!!!!

2001-06-08 Thread Errol Casey

On Fri, 8 Jun 2001, Massimo Quintini wrote:

 How can I use an URL short (like mail.te.astro.it) instead of
 mail.te.astro.it/cgi-bin/sqwebmail 

 I have tried with VirtualHost directive of Apache Web Server without
 success!!!

If your just trying to create a short URL, why not create an Alias in
httpd.conf?

i.e.
Alias /icons/ /usr/local/apache/icons/

Alias /sqwebmail/ absolute path to cgi-bin/sqwebmail


Restart apache.

Assuming the web server is the same box as
mail.te.astro.it.

I hope I understand what your asking.








Re: url of sqwebmail too long!!!!

2001-06-08 Thread Alex Le Fevre

 I hope I understand what your asking.

Actually, I think what he's trying to do is the same thing I've been trying 
to do -- make mail.domain.com equivalent to 
www.domain.com/cgi-bin/sqwebmail. In that case, an alias wouldn't work, 
because that would require www.domain.com/alias/, not mail.domain.com. Of 
course, it's probably a question more for an Apache list, but if you or 
someone else knows how to do that, it would make both of us quite happy. :-) 

Alex Le Fevre



Re: url of sqwebmail too long!!!!

2001-06-08 Thread Johan Almqvist

* Massimo Quintini [EMAIL PROTECTED] [010608 09:45]:
 How can I use an URL short (like mail.te.astro.it) instead of
 mail.te.astro.it/cgi-bin/sqwebmail 
 I have tried with VirtualHost directive of Apache Web Server without
 success!!!

I've found the easiest way to be the following:

Using lynx, grab the front page (login page) that sqwebmail sends. Save it
as index.html of a virtual host (ie mail.te.astro.it/index.html). Make
sure the links and the form point to the cgi. Voilà!

-Johan
-- 
Johan Almqvist
http://www.almqvist.net/johan/qmail/

 PGP signature


RE: url of sqwebmail too long!!!!

2001-06-08 Thread Kieran Barnes

If you have PHP installed on your server.

You could have an index.php in a VirtualHost called mail.te.astro.it

With index.php as follows

?header(webmail.i9000.net/cgi-bin/sqwebmail);?

Thats it.

I'm sure you can do the same in Perl. Although I don't know how!

Failing that, maybe an SSI. As explained in the apache documentation.

I have it working fine, although I use SquirrelMail

Regards,

Kieran Barnes
Signum 1226 Ltd
Use our Web site at...  http://www.1226.net
Phone us on... 01772 622889
Fax us on...   01772 622558


 -Original Message-
 From: Massimo Quintini [mailto:[EMAIL PROTECTED]]
 Sent: 08 June 2001 08:46
 To: [EMAIL PROTECTED]
 Subject: url of sqwebmail too long
 
 
 How can I use an URL short (like mail.te.astro.it) instead of
 mail.te.astro.it/cgi-bin/sqwebmail 
 
 I have tried with VirtualHost directive of Apache Web Server without
 success!!!
 
 Thanks.
 
 --
 Massimo Quintini
 Osservatorio Astronomico Collurania Teramo
 Via Mentore Maggini s.n.c. 64100 TERAMO (Italy)
 Tel +39-0861210490  Fax +39-0861210492
 http://www.te.astro.it
 
 



RE: url of sqwebmail too long!!!!

2001-06-08 Thread Troy Settle


How about:

   RewriteRule ^/$ /cgi-bin/sqwebmail [R]

In your apache configuration.

-Troy

** -Original Message-
** From: Johan Almqvist [mailto:[EMAIL PROTECTED]]
** Sent: Friday, June 08, 2001 9:35 AM
** To: [EMAIL PROTECTED]
** Subject: Re: url of sqwebmail too long
**
**
** * Massimo Quintini [EMAIL PROTECTED] [010608 09:45]:
**  How can I use an URL short (like mail.te.astro.it) instead of
**  mail.te.astro.it/cgi-bin/sqwebmail 
**  I have tried with VirtualHost directive of Apache Web Server without
**  success!!!
**
** I've found the easiest way to be the following:
**
** Using lynx, grab the front page (login page) that sqwebmail
** sends. Save it
** as index.html of a virtual host (ie mail.te.astro.it/index.html). Make
** sure the links and the form point to the cgi. Voilà!
**
** -Johan
** --
** Johan Almqvist
** http://www.almqvist.net/johan/qmail/
**




Re: url of sqwebmail too long!!!!

2001-06-08 Thread The Lists I'm on

A

Meta http-equiv=refresh content=0;url=http://mail.somewhere.com/cgi-bin/somewhere;

tag in the index of a virtual host would do the trick.

Also,

An alias would work in only this case:

UseCanonicalName On #is specified in your httpd.conf file for the master host with 
aliases to all other domains mail.x.y

And you copy the login page the CGI gives you and in the form action
paramater, you put an SSI using the environment variable SERVER_NAME, to
reference a symlink (or the directory itself) to the right file. If you
uuse a symlink you need Options FollowSymlinks also for the host.

Thanks,
Justin M. Shomo

On Fri, 8 Jun 2001, Alex Le Fevre wrote:

  I hope I understand what your asking.
 
 Actually, I think what he's trying to do is the same thing I've been trying 
 to do -- make mail.domain.com equivalent to 
 www.domain.com/cgi-bin/sqwebmail. In that case, an alias wouldn't work, 
 because that would require www.domain.com/alias/, not mail.domain.com. Of 
 course, it's probably a question more for an Apache list, but if you or 
 someone else knows how to do that, it would make both of us quite happy. :-) 
 
 Alex Le Fevre
 

-- 
===
Justin M. Shomo, CEO
TransWan Corporation
[EMAIL PROTECTED]
http://www.transwan.com
303-466-9626
910 15th St. Ste. 751
Denver, CO 80202
---

TransWan Corporation

IP and ATM Based Communication protocols, software, and services.

===





RE: url of sqwebmail too long!!!!

2001-06-08 Thread Jeremy Suo-Anttila

Why not just use a http refresh and point to the correct url thats what i
have done and it only takes a few seconds to do.

HTML
HEAD
META http-equiv=Refresh content=1;
URL=http://webmail.yourdomain.com/cgi-bin/sqwebmail;
/HEAD
BODY
/BODY
/HTML


thanks

Jps


-Original Message-
From: Troy Settle [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 08, 2001 9:33 AM
To: [EMAIL PROTECTED]
Subject: RE: url of sqwebmail too long



How about:

   RewriteRule ^/$ /cgi-bin/sqwebmail [R]

In your apache configuration.

-Troy

** -Original Message-
** From: Johan Almqvist [mailto:[EMAIL PROTECTED]]
** Sent: Friday, June 08, 2001 9:35 AM
** To: [EMAIL PROTECTED]
** Subject: Re: url of sqwebmail too long
**
**
** * Massimo Quintini [EMAIL PROTECTED] [010608 09:45]:
**  How can I use an URL short (like mail.te.astro.it) instead of
**  mail.te.astro.it/cgi-bin/sqwebmail 
**  I have tried with VirtualHost directive of Apache Web Server without
**  success!!!
**
** I've found the easiest way to be the following:
**
** Using lynx, grab the front page (login page) that sqwebmail
** sends. Save it
** as index.html of a virtual host (ie mail.te.astro.it/index.html). Make
** sure the links and the form point to the cgi. Voilà!
**
** -Johan
** --
** Johan Almqvist
** http://www.almqvist.net/johan/qmail/
**





Re: url of sqwebmail too long!!!!

2001-06-08 Thread David Gartner

We set it up with apache with a virtual host, then stuck in index.html in
there with this:

HTML
HEAD
TITLE Webmail /TITLE
META HTTP-EQUIV= REFRESH
Content=0;URL=http://domain/cgi-bin/sqwebmail;
/HEAD
BODY bgcolor = white
CENTERBEM Loading  /em/b/CENTER
BRBRBRBR

/BODY
/HTML



  -Original Message-
  From: Massimo Quintini [mailto:[EMAIL PROTECTED]]
  Sent: 08 June 2001 08:46
  To: [EMAIL PROTECTED]
  Subject: url of sqwebmail too long
 
 
  How can I use an URL short (like mail.te.astro.it) instead of
  mail.te.astro.it/cgi-bin/sqwebmail 
 
  I have tried with VirtualHost directive of Apache Web Server without
  success!!!
 
  Thanks.
 
  --
  Massimo Quintini
  Osservatorio Astronomico Collurania Teramo
  Via Mentore Maggini s.n.c. 64100 TERAMO (Italy)
  Tel +39-0861210490  Fax +39-0861210492
  http://www.te.astro.it
 
 




Re: url of sqwebmail too long!!!!

2001-06-08 Thread Rick Updegrove

From: Massimo Quintini [EMAIL PROTECTED]

 How can I use an URL short (like mail.te.astro.it) instead of
 mail.te.astro.it/cgi-bin/sqwebmail 

Like so many other people suggested, this is what I use:
(this probably got wrapped - my apologies)

bash-2.04# cat /var/www/htdocs/mail.updegrove.net/html/index.html
html
head
META HTTP-EQUIV=Refresh
CONTENT=0;URL=https://mail.updegrove.net/cgi-bin/sqwebmail?index=1;
titleredirect/title
/head
body
pbYou are being redirected to
a href=https://mail.updegrove.net/cgi-bin/sqwebmail?index=1;
https://mail.updegrove.net/cgi-bin/sqwebmail?index=1/a
if you do not arrive within seconds please click
a href=https://mail.updegrove.net/cgi-bin/sqwebmail?index=1here/a
/body
/html

Hope that helped, 


Rick Up






qmail + vpopmail + maildrop + sqwebmail 2.0.0

2001-05-22 Thread Roy Svendsen



Hi! Anyone that have put opp 
something like this? How do I set up Maildrop too work under vpopmail so 
I can build filter with sqwebmail 2.0.0 
Have'nt found any good information on this 
one!
Best regard 
--Roy Svendsen

Life is like an potato!




RE: qmail + vpopmail + maildrop + sqwebmail 2.0.0

2001-05-22 Thread Hank Wethington

You can try Matt's FreeBSD-Qmail toaster. Although he doesn't use maildrop
in there. I added it with the qmailqueue to check for VBS scripts before
delivering e-mail without much of a problem. Check it out
http://matt.simerson.net/computing/qmail.toaster.shtml

Hank Wethington
Information Logistics


Information Logistics
www.GoInfoLogistics.com
mailto:info.at.GoInfoLogistics.com

-Original Message-
From: Roy Svendsen [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 22, 2001 1:53 AM
To: [EMAIL PROTECTED]
Subject: qmail + vpopmail + maildrop + sqwebmail 2.0.0


Hi!

Anyone that have put opp something like this?

How do I set up Maildrop too work under vpopmail so I can build filter with
sqwebmail 2.0.0

Have'nt found any good information on this one!


Best regard

--
Roy Svendsen

Life is like an potato!




Re: qmail and sqwebmail

2001-05-18 Thread Henning Brauer

On Fri, May 18, 2001 at 01:09:05PM +1200, Chris Hellberg wrote:
 From what I can gather, sqwebamil doesn't go anywhere near any pop3
 protocols. I think it's all imap-based and the imap daemon and sqwebmail
 is installed if you install the whole courier mail package.

sqwebmail doesn't use IMAP. It accesses the Maildirs directly. That's the
main reason for it's speed...

-- 
* Henning Brauer, [EMAIL PROTECTED], http://www.bsws.de *
* Roedingsmarkt 14, 20459 Hamburg, Germany   *
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)



RE: qmail and sqwebmail

2001-05-18 Thread Joshua Nichols



 -Original Message-
 From: Chris Hellberg [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, May 17, 2001 9:09 PM
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: Re: qmail and sqwebmail


 I've installed the two, but not with checkpassword, so take my advice
 with a grail of salt.


It sounds as though no one has.  Is there a way to install vpopmail without
installing all of Courier?


--joshua.




Qmail-Sqwebmail-LDAP

2001-05-18 Thread Remo Mattei

Hi guys, here is the scenario:
I had everything working no problem, Sqwebmail and LDAP, but once
I upgrade to 2.4.3 kernel and iptables 1.2.1a then my LDAP stopped
working, I wonder if anyone has had same problem. I tried it without any
firewall rules to check if it would work but no luck, Again worked fine
with ipchains.

Thanks Again guys,
REMO




vpopmail or sqwebmail bypasses qmail?

2001-05-18 Thread Rick Stanley

Hello!

I have the following configuration working, using the latest versions of each:

Red Hat 7.1 (Updated)
qmail with patch
QMAILQUEUE patch
qmail-scanner
vpopmail
courier-imap
sqwebmail
qmailadmin

The only problem is, that when I send outgoing mail, using Eudora, through 
the qmail server, it properly invokes qmail-scanner, however, when I use 
sqwebmail, it bypasses the scanner completely.  I can install and configure 
a system like this, but don't have a detailed low-level understanding on 
how all the pieces are talking to each other.  I also don't know if the 
problem is within vpopmail or sqwebmail.  I have used LWQ to install the 
basic qmail package.

My questions are this:  Is vpopmail or sqwebmail bypassing qmail and 
sending the mail out directly?  If this is true, why shouldn't both be 
using qmail to actually send the mail?

If this is not the case, then I need to do further checking of the 
configuration of all the packages.  Everything seems to work correctly.

Thanks in advance for your feedback!

Rick




Re: vpopmail or sqwebmail bypasses qmail?

2001-05-18 Thread Einar Bordewich

Put this in your httpd.conf

SetEnv QMAILQUEUE /var/qmail/bin/qmail-scanner-queue.pl

like:

VirtualHost *
DocumentRoot /usr/local/httpd/webmail/htdocs
ServerName webmail.my.dom
ServerAlias www.my.dom
ScriptAlias /cgi-bin /usr/local/httpd/webmail/cgi-bin
SetEnv TZ CET
SetEnv QMAILQUEUE /var/qmail/bin/qmail-scanner-queue.pl
/VirtualHost

Or you could set it in sendit.sh before qmail-inject

--

IDG New MediaEinar Bordewich
Development Manager  Phone: +47 2336 1420
E-Mail:  eibo(at)newmedia.no
Lat: 59.91144 N  Lon: 10.76097 E


- Original Message -
From: Rick Stanley [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Saturday, May 19, 2001 12:39 AM
Subject: vpopmail or sqwebmail bypasses qmail?


 Hello!

 I have the following configuration working, using the latest versions of
each:

 Red Hat 7.1 (Updated)
 qmail with patch
 QMAILQUEUE patch
 qmail-scanner
 vpopmail
 courier-imap
 sqwebmail
 qmailadmin

 The only problem is, that when I send outgoing mail, using Eudora, through
 the qmail server, it properly invokes qmail-scanner, however, when I use
 sqwebmail, it bypasses the scanner completely.  I can install and
configure
 a system like this, but don't have a detailed low-level understanding on
 how all the pieces are talking to each other.  I also don't know if the
 problem is within vpopmail or sqwebmail.  I have used LWQ to install the
 basic qmail package.

 My questions are this:  Is vpopmail or sqwebmail bypassing qmail and
 sending the mail out directly?  If this is true, why shouldn't both be
 using qmail to actually send the mail?

 If this is not the case, then I need to do further checking of the
 configuration of all the packages.  Everything seems to work correctly.

 Thanks in advance for your feedback!

 Rick






qmail and sqwebmail

2001-05-17 Thread Joshua Nichols

I am trying to install sqwebmail on a server running qmail.

I followed the (limited) installation documentation, and seem to have gotten
it installed and partially running.  qmail is installed and working
correctly (as far as I can tell), as is qmail-pop3d.  The sqwebmail
documentation makes occasional references to vpopmail, which concerns me
slightly considering the problem I'm having.

I cannot login.  I am using a functional account, but sqwebmail rejects the
username/password.

I know this does not provide you with much specific error data, but
hopefully someone out there has tried this, and can tell me what I have to
do to get the authentication working.  Has anyone ever gotten this working
with qmail-pop3d and checkpassword?  Do I need to use a different pop
server?

Any assistance/direction would be greatly appreciated.


--joshua.




Re: qmail and sqwebmail

2001-05-17 Thread Chris Hellberg

I've installed the two, but not with checkpassword, so take my advice
with a grail of salt.

I've found it a real bastard when I first installed it with getting
authentication going. Tried all sorts of different compilation options.
I found one of the problems went away for some reason was when I
recreated my home directory. For some reason it could authenticate, but
not read the home directory, even though it just bumped me back to the
login screen of sqwebmail.

From what I can gather, sqwebamil doesn't go anywhere near any pop3
protocols. I think it's all imap-based and the imap daemon and sqwebmail
is installed if you install the whole courier mail package.

Cheers

Chris

 Joshua Nichols [EMAIL PROTECTED] 05/18/01 10:40a.m.

I am trying to install sqwebmail on a server running qmail.

I followed the (limited) installation documentation, and seem to have
gotten
it installed and partially running.  qmail is installed and working
correctly (as far as I can tell), as is qmail-pop3d.  The sqwebmail
documentation makes occasional references to vpopmail, which concerns
me
slightly considering the problem I'm having.

I cannot login.  I am using a functional account, but sqwebmail rejects
the
username/password.

I know this does not provide you with much specific error data, but
hopefully someone out there has tried this, and can tell me what I have
to
do to get the authentication working.  Has anyone ever gotten this
working
with qmail-pop3d and checkpassword?  Do I need to use a different pop
server?

Any assistance/direction would be greatly appreciated.


--joshua.






error with sqwebmail

2001-05-03 Thread Brendan McAlpine

I get the following when trying to launch sqwebmail:

H1Internal error (module sqwebmail.c, line 1499) - contact system
administrator/H1

How can I fix this problem?

Brendan




R: error with sqwebmail

2001-05-03 Thread Andrea Cerrito

I'm new to sqwebmail, but I think you can help you and us with an strace /
truss of the httpd program serving the cgi.
Good luck
---
Cordiali saluti / Best regards
Andrea Cerrito
^^
Net.Admin @ Centro MultiMediale di Terni SpA
P.zzale Bosco 3A
05100 Terni IT
Tel. 0744 / 5441330
Fax. 0744 / 5441372

 -Messaggio originale-
 Da: Brendan McAlpine [mailto:[EMAIL PROTECTED]]
 Inviato: giovedi 3 maggio 2001 21.40
 A: [EMAIL PROTECTED]
 Oggetto: error with sqwebmail


 I get the following when trying to launch sqwebmail:

 H1Internal error (module sqwebmail.c, line 1499) - contact system
 administrator/H1

 How can I fix this problem?

 Brendan





Re: R: error with sqwebmail

2001-05-03 Thread Henning Brauer

On Thu, May 03, 2001 at 10:40:51PM +0200, Andrea Cerrito wrote:
 I'm new to sqwebmail, but I think you can help you and us with an strace /
 truss of the httpd program serving the cgi.

No, help yourself and use the correct list - this is qmail, not sqwebmail.
And beforfe posting this to the sqwebmail list: include _much_ more
information, especially the entries in ther server error log.

-- 
Henning Brauer | BS Web Services
Hostmaster BSWS| Roedingsmarkt 14
[EMAIL PROTECTED] | 20459 Hamburg
http://www.bsws.de | Germany

Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)



Sqwebmail

2001-04-25 Thread Pablo Buenaventura

Hi All,

I am newbie with qmail.

I would like to know how to use sqwebmail in a simple
manner and where I can get information about it?

Many thanks,

Pablo

___
Do You Yahoo!?
Envía mensajes instantáneos y recibe alertas de correo con 
Yahoo! Messenger - http://messenger.yahoo.es



RE: Sqwebmail

2001-04-25 Thread Tim Hunter

www.inter7.com/sqwebmail

-Original Message-
From: Pablo Buenaventura [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 25, 2001 5:07 AM
To: [EMAIL PROTECTED]
Subject: Sqwebmail


Hi All,

I am newbie with qmail.

I would like to know how to use sqwebmail in a simple
manner and where I can get information about it?

Many thanks,

Pablo

___
Do You Yahoo!?
Envía mensajes instantáneos y recibe alertas de correo con
Yahoo! Messenger - http://messenger.yahoo.es




Re: Cannot compile sqwebmail

2001-04-01 Thread Karsten W. Rohrbach

rather check your compiler
c++ -v
ti should output somthinmg like
Using builtin specs.
gcc version 2.95.2 19991024 (release)

if it says 2.96 or egcs then install a real compiler (eg. "production
release" which still is 2.95.2) since "beta" versions ought to be badly
broken sometimes...

/k

Mikael Vinding([EMAIL PROTECTED])@2001.04.01 00:43:28 +:
 Is this the one?
 
 # rpm -qa | grep autoconf
 autoconf-2.13-7mdk
 
 In that case it is installed - same problem.
 
 There isnt a usr/bin/autoheader file though?
 
 -Original Message-
 From: Peter Cavender [mailto:[EMAIL PROTECTED]]
 Sent: 1. april 2001 00:10
 To: Mikael Vinding
 Cc: [EMAIL PROTECTED]
 Subject: Re: Cannot compile sqwebmail
 
 
 I dunno about Mandrake; I run RedHack 6.2 modified...however:
 
 A cursory search shows the existance of
 /usr/bin/autoheader
 which rpm -qf indicates is part of the "autoconf" package
 
 Do you have that package installed?
 
 --Pete
 
 On Sun, 1 Apr 2001, Mikael Vinding wrote:
 
  I really need some input here - I have been
  trying to compile sqwebmail on mandrake 7.2
 
  I have gcc and qmail and vpopmail compiled and
  works great.
 
  Everything looks fine until I get here :
 
  checking whether build environment is sane... yes
  checking whether make sets ${MAKE}... (cached) yes
  checking for working aclocal... missing
  checking for working autoconf... missing
  checking for working automake... missing
  checking for working autoheader... missing
  checking for working makeinfo... missing
  checking for gawk... (cached) gawk
  checking for gcc... (cached) gcc
  checking whether the C compiler
 
 (gcc -O3 -fomit-frame-pointer -pipe -s -mcpu=pentiumpro -march=pentiumpro -f
  fast-math -fexpensive-optimizations ) works... yes
  checking whether the C compiler
 
 (gcc -O3 -fomit-frame-pointer -pipe -s -mcpu=pentiumpro -march=pentiumpro -f
  fast-math -fexpensive-optimizations ) is a cross-compiler... no
  checking whether we are using GNU C... (cached) yes
  checking whether gcc accepts -g... (cached) yes
  checking for c++... no
  checking for g++... no
  checking for gcc... gcc
  checking whether the C++ compiler
 
 (gcc -O3 -fomit-frame-pointer -pipe -s -mcpu=pentiumpro -march=pentiumpro -f
  fast-math -fexpensive-optimizations ) works... no
  configure: error: installation or configuration problem: C++ compiler
 cannot
  create executables.
  configure: error: ./configure failed for bdbobj
 
  And then no joy :(
 
  By the way - can anyone reach inter7.com ? I havent been able to
  for the last 2 days.
 
  ANY help MUCH appreciated - really stuck here!
 
  Thanks!!
  Mikael
 

-- 
 CS Students do it in the pool.
KR433/KR11-RIPE -- http://www.webmonster.de -- ftp://ftp.webmonster.de




sqwebmail-1.2.5

2001-03-28 Thread Bill Parker

Hi All,

With the help of inter7.com, I now have qmailadmin and vpopmail upgraded to
the latest versions.  I decided to have a go at it with upgrading sqwebmail 
to version
1.2.5 on my own.

I found the following ./configure was used originally when sqwebmail was first
installed:

# ./configure
   --enable-webpass=no
   --without-authldap
   --without-authpam
   --without-authuserdb
   --with-db=gdbm
   --enable-cgibindir='/home/httpd/cgi-bin'
   --with-userdb=/etc/userdb
   --with-makedatprog='${exec_prefix}/libexec/sqwebmail/makedatprog'
   --with-formdata
   --without-authlib-man
   --sysconfdir=${datadir}/sqwebmail

now, if I use the same ./configure for version 1.2.5, it should work the
same way, no?

Any help would be appreciated (trying to learn on my own)

-Bill




OpenBSD 2.8 and sqwebmail

2001-03-01 Thread Chris



Hi,

I'm using vpopmail with qmail and sqwebmail on 
OpenBSD 2.8. I've configured everything according to the scripts on http://www.inter7.com/vpopmail/Qmail-FreeBSD.txtand
http://matt.simerson.net/computing/qmail.toaster.shtml.

Sqwebmail seems to run properly, except it's not 
talking to vmailmgr to authenticate.
Smtp, pop3, virtual domains all work just 
fine.

Any ideas ?

TIA,

- Chris


maildir/sqwebmail

2001-02-19 Thread Jean Caron


Hi,

I'm about to move from Mailbox to Maildir. The goal is to run sqwebmail. I
have been running qmail on Linux (slackware) for a few years already, no
problem.

I'm just wondering, is there a procedure, a how-to, anything I could
review before doing this ? All I have now, is the INSTALL.maildir from the
qmail distribution and bits and pieces of information from the qmail site.
I did not really find enough to feel "comnfortable" with the procedure. I
only have a few users. I also use rblsmtpd and tcpserver.

Any suggestion ?
Thanks,
Jean
Ps. Furthermore, any suggestion of setting sqwebmail are welcomed.





Re: maildir/sqwebmail

2001-02-19 Thread Robin S. Socha

* Jean Caron [EMAIL PROTECTED] writes:
 Hi, I'm about to move from Mailbox to Maildir. The goal is to run
 sqwebmail. I have been running qmail on Linux (slackware) for a few
 years already, no problem.

 I'm just wondering, is there a procedure, a how-to, anything I could
 review before doing this? 

No. It will simply work if you do it correctly.

 Ps. Furthermore, any suggestion of setting sqwebmail are welcomed.

Even more so on the appropriate list.
-- 
Robin S. Socha http://socha.net/
Note to experienced users: Please don't encourage anti-support behavior.
Don't try to answer questions from users who don't provide the necessary
information. Guessing what they did is an incredible waste of time. (DJB)



RE: maildir/sqwebmail

2001-02-19 Thread Próspero, Esteban

Jean,
try at [EMAIL PROTECTED], the official mailing list for sqwebmail.

Regards,
Esteban

 -Original Message-
 From: Jean Caron [SMTP:[EMAIL PROTECTED]]
 Sent: Monday, February 19, 2001 4:44 PM
 To:   [EMAIL PROTECTED]
 Subject:  maildir/sqwebmail
 
 
 Hi,
 
 I'm about to move from Mailbox to Maildir. The goal is to run sqwebmail. I
 have been running qmail on Linux (slackware) for a few years already, no
 problem.
 
 I'm just wondering, is there a procedure, a how-to, anything I could
 review before doing this ? All I have now, is the INSTALL.maildir from the
 qmail distribution and bits and pieces of information from the qmail site.
 I did not really find enough to feel "comnfortable" with the procedure. I
 only have a few users. I also use rblsmtpd and tcpserver.
 
 Any suggestion ?
 Thanks,
 Jean
 Ps. Furthermore, any suggestion of setting sqwebmail are welcomed.
 



qmailadmin + vpopmail + sqwebmail

2001-02-05 Thread Yee Siew Chin

hi,

must qmailadmin, vpopmail and sqwebmail work together?

does qmail works with just qmailadmin, autoresponder,
ezmlm, and sqwebmail installed? and without vpopmail
installed?

how can i make my users login in sqwebmail just by
typing in the username instead of
[EMAIL PROTECTED]

rgds,
yee

__
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/



SV: qmailadmin + vpopmail + sqwebmail

2001-02-05 Thread Wilson, Frank

You can't use SQwebmail without vpopmail, since
SQWebmail is made for vpopmail :)

-fjw


-Opprinnelig melding-
Fra: Yee Siew Chin [mailto:[EMAIL PROTECTED]]
Sendt: 5. februar 2001 16:02
Til: [EMAIL PROTECTED]
Emne: qmailadmin + vpopmail + sqwebmail


hi,

must qmailadmin, vpopmail and sqwebmail work together?

does qmail works with just qmailadmin, autoresponder,
ezmlm, and sqwebmail installed? and without vpopmail
installed?

how can i make my users login in sqwebmail just by
typing in the username instead of
[EMAIL PROTECTED]

rgds,
yee

__
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/



RE: qmailadmin + vpopmail + sqwebmail

2001-02-05 Thread Hubbard, David

I'm not sure where you got that idea, sqwebmail is
developed with the Courier mail server and it
happens to support the vpopmail vchkpw authentication
program for those of us using vpopmail, then it just
reads Maildir's.  Did you mean qmailadmin maybe?
That is only used for vpopmail.

Dave

-Original Message-
From: Wilson, Frank [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 11:50 AM
To: [EMAIL PROTECTED]
Subject: SV: qmailadmin + vpopmail + sqwebmail


You can't use SQwebmail without vpopmail, since
SQWebmail is made for vpopmail :)

-fjw


-Opprinnelig melding-
Fra: Yee Siew Chin [mailto:[EMAIL PROTECTED]]
Sendt: 5. februar 2001 16:02
Til: [EMAIL PROTECTED]
Emne: qmailadmin + vpopmail + sqwebmail


hi,

must qmailadmin, vpopmail and sqwebmail work together?

does qmail works with just qmailadmin, autoresponder,
ezmlm, and sqwebmail installed? and without vpopmail
installed?

how can i make my users login in sqwebmail just by
typing in the username instead of
[EMAIL PROTECTED]

rgds,
yee

__
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/



Re: qmailadmin + vpopmail + sqwebmail

2001-02-05 Thread Henning Brauer

On Mon, Feb 05, 2001 at 11:59:06AM -0500, Hubbard, David wrote:
 I'm not sure where you got that idea, sqwebmail is
 developed with the Courier mail server and it
 happens to support the vpopmail vchkpw authentication
 program for those of us using vpopmail, then it just
 reads Maildir's.  Did you mean qmailadmin maybe?
 That is only used for vpopmail.

sqwebmail works nice without the other stuff. I have it running with
qmail-ldap.

-- 
Henning Brauer | BS Web Services
Hostmaster BSWS| Roedingsmarkt 14
[EMAIL PROTECTED] | 20459 Hamburg
http://www.bsws.de | Germany



Re: SV: qmailadmin + vpopmail + sqwebmail

2001-02-05 Thread Henning Brauer

On Mon, Feb 05, 2001 at 05:50:21PM +0100, Wilson, Frank wrote:
 You can't use SQwebmail without vpopmail

nonsens. you can.

-- 
Henning Brauer | BS Web Services
Hostmaster BSWS| Roedingsmarkt 14
[EMAIL PROTECTED] | 20459 Hamburg
http://www.bsws.de | Germany



Re: SV: qmailadmin + vpopmail + sqwebmail

2001-02-05 Thread Olivier M.

On Mon, Feb 05, 2001 at 06:37:41PM +0100, Henning Brauer wrote
 On Mon, Feb 05, 2001 at 05:50:21PM +0100, Wilson, Frank wrote:
  You can't use SQwebmail without vpopmail
 
 nonsens. you can.

with qmail alone, or with vmailmgr ? I'd like to see that (especially
for the vmailmgr part) :)

Olivier
-- 
_
 Olivier Mueller - [EMAIL PROTECTED] - PGPkeyID: 0E84D2EA - Switzerland
qmail projects: http://omail.omnis.ch  -  http://webmail.omnis.ch

 PGP signature


RE: qmailadmin + vpopmail + sqwebmail

2001-02-05 Thread Yee Siew Chin

ok...
must qmailadmin works with vpopmail?

rgds,
yee

--- "Hubbard, David" [EMAIL PROTECTED]
wrote:
 I'm not sure where you got that idea, sqwebmail is
 developed with the Courier mail server and it
 happens to support the vpopmail vchkpw
 authentication
 program for those of us using vpopmail, then it just
 reads Maildir's.  Did you mean qmailadmin maybe?
 That is only used for vpopmail.
 
 Dave
 
 -Original Message-
 From: Wilson, Frank
 [mailto:[EMAIL PROTECTED]]
 Sent: Monday, February 05, 2001 11:50 AM
 To: [EMAIL PROTECTED]
 Subject: SV: qmailadmin + vpopmail + sqwebmail
 
 
 You can't use SQwebmail without vpopmail, since
 SQWebmail is made for vpopmail :)
 
 -fjw
 
 
 -Opprinnelig melding-
 Fra: Yee Siew Chin [mailto:[EMAIL PROTECTED]]
 Sendt: 5. februar 2001 16:02
 Til: [EMAIL PROTECTED]
 Emne: qmailadmin + vpopmail + sqwebmail
 
 
 hi,
 
 must qmailadmin, vpopmail and sqwebmail work
 together?
 
 does qmail works with just qmailadmin,
 autoresponder,
 ezmlm, and sqwebmail installed? and without vpopmail
 installed?
 
 how can i make my users login in sqwebmail just by
 typing in the username instead of
 [EMAIL PROTECTED]
 
 rgds,
 yee
 
 __
 Get personalized email addresses from Yahoo! Mail -
 only $35 
 a year!  http://personal.mail.yahoo.com/


__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/



Sqwebmail Documentation

2001-01-25 Thread Alex Le Fevre

I know this is the wrong place to ask, but the
sqwebmail mailing list is incredibly slow/unpopulated.
Do any of you know where I could find documentation
for that package? I'm trying to do things like set up
multiple virtual domains, change my timeout time, etc.

Thanks,
Alex Le Fevre

__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices. 
http://auctions.yahoo.com/



Pine/qmail/sqwebmail

2001-01-22 Thread mrorange

Can I use Pine with qmail/sqwebmail? Apparently sqwebmail is dependent upon 
a maildir directory format and when I run Pine it sets up a regular mail 
directory (/var/mail/spool?)...Is there a config I'm missing somewhere?



Re: Pine/qmail/sqwebmail

2001-01-22 Thread Robin S. Socha

* mrorange  [EMAIL PROTECTED] writes:

 Can I use Pine with qmail/sqwebmail? 

Yes/no.

 Apparently sqwebmail is dependent upon a maildir directory format and
 when I run Pine it sets up a regular mail directory (/var/mail/spool?)...

Do you have the slightest clue what you're talking about?

 Is there a config I'm missing somewhere?

Somewhere between your ears, yes. Read before you write.
-- 
Robin S. Socha http://socha.net/



Re: .qmail files with vpopmail/sqwebmail

2000-12-16 Thread Peter Green

* [EMAIL PROTECTED] [EMAIL PROTECTED] [001216 12:56]:
 Hi all
 
 I have installed 
 qmail / vpopmail / vqsignup / sqwebmail
 
 I have and account in the dir 
 
 /home/vpopmail/domains/metta.lk/"name-of-account"

This is probably more suited for the vpopmail mailing list. Send an e-mail
to [EMAIL PROTECTED] to subscribe.

 I want to keep a copy in the Maildir of "name-of-account" 
 and want to forward a copy of the mail to another account
 
 In qmail I would generate a file 
 
 /home/vpopmail/domains/metta.lk/name-of-account/.qmail

Try putting the directions in
/home/vpopmail/domains/metta.lk/.qmail-name-of-account instead, since...

 -
 # copy of mail in Maildir
 ./Maildir/
 # copy of mail to Mr abc
 [EMAIL PROTECTED]

...vpopmail .qmail files in a user's directory only support local delivery.
The ``'' line will probably not work here...

 but this does not seem to work that way with vpopmail

This could, of course, be more descriptive. How does it fail? What Do The
Logs Say?

/pg
-- 
Peter Green : Gospel Communications Network, SysAdmin : [EMAIL PROTECTED]
---
We can use symlinks of course... syslogd would be a symlink to syslogp and 
ftpd and ircd would be linked to ftpp and ircp... and of course the 
point-to-point protocal paenguin.
(Kevin M. Bealer, commenting on the penguin Linux logo.)




Re: Sqwebmail password problems

2000-11-23 Thread Robin S. Socha

"Roberto Samarone Araujo \(RSA\)" [EMAIL PROTECTED] writes:

 Are there any way to keep the user webmail password up date from the
 password file of the system ??

Which authentication scheme are you using, anyway?

 Sorry to this question about sqwebmail.

sqwebmail has its own mailing list.
-- 
Robin S. Socha http://socha.net/



Sqwebmail password problems

2000-11-22 Thread Roberto Samarone Araujo \(RSA\)

Hi,

I set up sqwebmail and it is working fine with Qmail but, I have a
problem. When I add an user to my system, he/she can use webmail using the
his/her password from the password file of the system. If an user change
this password, he/she need to change the password of the sqwebmail otherwise
he/she will need to use the old password to access the webmail.
Are there any way to keep the user webmail password up date from the
password file of the system ??
Sorry to this question about sqwebmail.

thanks,

Roberto Samarone Araujo





maildrop with qmail , vpopmail and sqwebmail

2000-11-21 Thread carl



I encountered a difficulty in configuring maildrop with 
qmail and sqwebmail. I have a few virtual users whose maildir directories are 
/home/vpopmail/virtualdomains/virtualusers/Maildir.I put a line " 
qmail-start ' |preline /usr/local/bin/maildrop ' " in /var/qmail/rc file. And I 
put a line " |preline /usr/local/bin/maildrop" in 
/home/vpopmail/virtualdomains/virtualusers/.qmailbut,I found my mail 
couldn't be filtered. Then , I checked the maillog, foundsome lines like 
these:


Nov 22 02:09:31 mail2 maildrop[8781]: Invalid home directory 
permissions - world.writtableNov 22 02:09:31 mail2 qmail: 974830171.022626 
delivery 368: deferral: /usr/loca/bin/maildrop


Would you like to tell me something about mail 
filter with qmail?


Sqwebmail virtual server patch

2000-11-10 Thread davi


Ops, wrong subject...

Hi guys,

I've done a simple patch to sqwebmail so users in virtual domains
doesn't need to type their complete email address for login.
The patch suppose access webmail with the URL http://webmail.domain.com

Here users we're used to http://www.domain.com/webmail so I also did a very
simple CGI to redirect users to webmail.domain.com
I'm sending them attached, sorry for that, but just some bytes.
Hope it's usefull for someone.

[]s
Davi

 sqwebmail-1.03_at_domain.patch
 redirect.cgi


Problem with sqwebmail + qmail-scanner

2000-10-27 Thread davi


I have noticed that it is possible to send infected messages
with sqwebmail running qmail-scanner.
I guess sqwebmail put messages directly in the queue, so it
no qmail-smptd is called and no antivirus is used.

The only solution I could find is reverting to Amavis.
Amavis is bit harder to setup and maintain, and I always
prefered qmail-scanner, even being a lot slower and more resource
consuming. Now Amavis is the only option.

Some ideia?



Re: Problem with sqwebmail + qmail-scanner

2000-10-27 Thread Andy Bradford

Thus said [EMAIL PROTECTED] on Fri, 27 Oct 2000 23:26:33 GMT:

 I have noticed that it is possible to send infected messages
 with sqwebmail running qmail-scanner.
 I guess sqwebmail put messages directly in the queue, so it
 no qmail-smptd is called and no antivirus is used.

I don't see how you could do this with sqwebmail unless you are 
forwarding on messages that someone sent you.  I am not aware of any 
email *virus* for sqwebmail and you most certainly won't be sending one 
out with it when you simply hit "Create message"  As far as I know, it 
is not susceptible to the strain of kiddie *virus* that most 
Microsludge mailers are. :-)

Andy
-- 
[---[system uptime]]
  7:11pm  up 20 days, 22:38,  4 users,  load average: 1.33, 1.22, 1.21





Re: Problem with sqwebmail + qmail-scanner

2000-10-27 Thread Einar Bordewich


[EMAIL PROTECTED] writes:

 
 I have noticed that it is possible to send infected messages
 with sqwebmail running qmail-scanner.
 I guess sqwebmail put messages directly in the queue, so it
 no qmail-smptd is called and no antivirus is used.
 
 The only solution I could find is reverting to Amavis.
 Amavis is bit harder to setup and maintain, and I always
 prefered qmail-scanner, even being a lot slower and more resource
 consuming. Now Amavis is the only option.
 
 Some ideia?

Sqwebmail uses a script called sendit.sh, that calls qmail-inject for
sending the mail. If you have applied the QMAILQUEUE patch, than you have
to tell qmail-inject to use that.

In the sendit.sh:
Apply export QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" before
qmail-inject.

Or you could also do as I've done, applied the QMAILQUEUE variable in the
httpd.conf file.

SetEnv QMAILQUEUE /var/qmail/bin/qmail-scanner-queue.pl


regards,
eibo



Sqwebmail Problems please help

2000-09-07 Thread Bob Dakota

I am having real problems with sqwebmail.  Yesterday it just stopped
authenticating users.  Only if you are trying to get your mail via the
webmail,  if you use outlook or something you can get e-mail no problem.  I
did not do anything to it and it just stopped working.  When you try to log
in via webmail you get an invalid username or password error, and I have no
idea why.  Please help me.

Thank you


 
iWon.com   http://www.iwon.com why wouldn't you? 





RE: Sqwebmail Problems please help

2000-09-07 Thread Tim Hunter

This would be better addressed on the sqwebmail list
([EMAIL PROTECTED]), however we need more information.

What authentication method are you using, if authdaemon is it running?

-- Tim

-Original Message-
From: Bob Dakota [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 07, 2000 1:24 PM
To: [EMAIL PROTECTED]
Subject: Sqwebmail Problems please help


I am having real problems with sqwebmail.  Yesterday it just stopped
authenticating users.  Only if you are trying to get your mail via the
webmail,  if you use outlook or something you can get e-mail no problem.  I
did not do anything to it and it just stopped working.  When you try to log
in via webmail you get an invalid username or password error, and I have no
idea why.  Please help me.

Thank you



iWon.com   http://www.iwon.com why wouldn't you?






sqwebmail 500 error after install

2000-08-15 Thread Kathleen Farber

Getting a 500 error after install of sqwebmail

any ideas?

Kathleen




Re: sqwebmail 500 error after install

2000-08-15 Thread Chris Johnson

On Tue, Aug 15, 2000 at 11:12:28AM -0500, Kathleen Farber wrote:
 Getting a 500 error after install of sqwebmail

Could you be any less specific?

Chris



Re: sqwebmail 500 error after install

2000-08-15 Thread Kathleen Farber

I'm sorry I didn't give more detail but there's no need for rudeness.  Some
of us are beginners at this.

Thank you Tim for your courtesy.

Kathleen

- Original Message -
From: "Tim Hunter" [EMAIL PROTECTED]
To: "Kathleen Farber" [EMAIL PROTECTED]
Sent: Tuesday, August 15, 2000 2:46 PM
Subject: Re: sqwebmail 500 error after install


 It would be best to take this to the sqwebmail mailing list

 [EMAIL PROTECTED]


 - Original Message -
 From: Kathleen Farber [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, August 15, 2000 9:12 AM
 Subject: sqwebmail 500 error after install


  Getting a 500 error after install of sqwebmail
 
  any ideas?
 
  Kathleen
 
 





sqwebmail qmail-pop3d ?

2000-08-04 Thread Jens Georg

hi,

i am running a small internet-server with several virtual domains and
i would like to install sqwebmail for my customers. the question is:
does qmail work together with /Maildir format and a running qmail-pop3d
or do i need the install vpopmail ? user should be able not open new
pop3 accounts; they should only read and write emails using the web.

-- 
regards,
jens
---
department computer science, university of dortmund
linux ... life's too short for reboots!

begin:vcard 
n:Georg;Jens
x-mozilla-html:FALSE
org:University of Dortmund, Germany;computer science
adr:;;
version:2.1
email;internet:[EMAIL PROTECTED]
x-mozilla-cpt:;0
fn:Jens Georg
end:vcard



sqwebmail cannot install

2000-07-18 Thread Jia Rong

Hi all:
   now i have a problem when install sqwebmail, 
I use vpopmail+mysql+sqwebmail,and have installed vopopmail4.8.4+mysql.  i think it is 
ok.
then there is some problem when i install sqwebmail0.37.

  i run ./configure --enalbe-authvchkpw --without-authpam
--without-authuserdb --without-authpwd --without-authshadow
--enable-webpass=no
 
   then run make
 
there is some error massage like this:
 ...
 /usr/local/vpopmail-4.8.4/vauth.c 537:undefined reference to 'mysql_free_result'
/home/vpopmail/lib/libvpopmail.a vuth.o):infunction'vopen_smtp_relay':
/usr/local/vpopmail-4.8.4/vauth.c 563:undefined reference to 'mysql_query'
/usr/local/vpopmail-4.8.4/vauth.c 584:undefined reference to 'mysql_query'
.
.  
.  
make[1]:***[authvchkpw] Error 1
make:***[all-recursive] Error 1
   
  /usr/local/vpopmail-4.8.4 is the path i unzip the tar file
  /home/vpopmail is the path i install

   even if i delete the path /usr/local/vpopmail-4.8.4 ,the error is the same.
   i install mysql with rpm file.
 mysql lib path: /usr/lib/mysql
 mysql include path: /usr/include/mysql

   i reinstall Redhat6.2+qmail+mysql+vpopmail, it is all ok.
when i install sqwebmail, it is the same error.
  i am very vey anxious and will appreciate for ur help. 



  

   

   
[EMAIL PROTECTED]




sqwebmail cannot compile

2000-07-17 Thread Jia Rong

  Hi all:  

   
   I use vpopmail+mysql+sqwebmail,and have installed vopopmail+mysql.  i think it is 
ok.
  then there is some problem when i install sqwebmail.
  
 i run ./configure --enalbe-authvchkpw --without-authpam
--without-authuserdb --without-authpwd --without-authshadow
--enable-webpass=no
 
   then run make
 
there is some error massage like this:
 ...
 /usr/local/vpopmail-4.8.4/vauth.c 537:undefined reference to 'mysql_free_result'
 /home/vpopmail/lib/libvpopmail.a vuth.o):infunction'vopen_smtp_relay':
 /usr/local/vpopmail-4.8.4/vauth.c 563:undefined reference to 'mysql_query'
 /usr/local/vpopmail-4.8.4/vauth.c 584:undefined reference to 'mysql_query'
 .
 .  
 .  
 make[1]:***[authvchkpw] Error 1
 make:***[all-recursive] Error 1
 
/usr/local/vpopmail-4.8.4 is the path i unzip the tar file
/home/vpopmail is the path i install

even if i delete the path /usr/local/vpopmail-4.8.4 ,the error is the same.
i think  maybe mysql lib path is wrong, but i try to copy the mysql lib file to 
/usr/lib . but it is of no effect.

 Today i reinstall Redhat6.2+qmail+mysql+vpopmail, it is all ok.
 when i install sqwebmail, it is the same error.

i am very vey anxious and will appreciate for ur help.  pls reply asap.



  

   
[EMAIL PROTECTED]




Re: Courier IMAP / Autoresponders / SQWebMail

2000-07-07 Thread Ken Jones

Kathleen Farber wrote:
 
 Anything I should be aware of for installing Courier IMAP with
 vpop and vchkpw
 
 We would like to install sqwebmail but worried about screwing things up
 since it took a month to get it running the right way with no error messages
 ::whew::
 
 Red Hat Linux 6.2
 Current Qmail, QmailAdmin, EzMLM, vpop, vchkpw
 
 Also, if anyone knows why when using autoresponders why the mail bounces but
 yet the autoresponder goes out would be much appreciated!
 
 Kathleen

Here is my configure line for sqwebmail to work with vpopmail:
./configure --enable-webpass=vpopmail --without-authuserdb
--without-authpam \
--without-authpwd --without-authshadow --without-authldap
--with-cachedir \
--with-authvchkpw --enable-imageurl=/images/sqwebmail/ \
--enable-imagedir=dir

Here is my configure line for courier imap
./configure --without-authuserdb --without-authpam \
--without-authpwd --without-authshadow --without-authldap \
--with-authvchkpw --enable-workarounds-for-imap-client-bugs

One gotcha with the courier-imap. If you are using mysql, sybase or
oracle, you need to edit the courier-imap code. In the authlib
directory, find the vauth_getpw function call and add a vclose();
right after it.

The reason why is, a courier-imap client causes a courier-imap 
process to run on the server. Unlike pop, the courier-imap server
process stays active for the entire session. So if you have 
200 people using imap, you'll have 200 courier-imap server
processes running on your machine.

Now the reason for the vclose() is that vpopmail API doesn't
explicitly close the connection to the database. Once the
vauth_getpw() function is run, courier-imap has all the
information it ever needs from the database. At that point
we need to call vclose() to close the database connection.
If not, those 200 imap clients will cause 200 database 
connections to stay open. 

The vclose() call isn't needed if you are using the file
based authentication module in vpopmail. Since the files
are closed during each vpopmail api function call.

Ken



Courier IMAP / Autoresponders / SQWebMail

2000-07-06 Thread Kathleen Farber

Anything I should be aware of for installing Courier IMAP with
vpop and vchkpw

We would like to install sqwebmail but worried about screwing things up
since it took a month to get it running the right way with no error messages
::whew::

Red Hat Linux 6.2
Current Qmail, QmailAdmin, EzMLM, vpop, vchkpw

Also, if anyone knows why when using autoresponders why the mail bounces but
yet the autoresponder goes out would be much appreciated!

Kathleen




Where is sqwebmail in courier-imap?

2000-07-03 Thread Kristina


The sqwebmail page says that courier-imap includes
sqwebmail so there is no need to download sqwebmail
if you have courier-imap.

I cannot seem to find sqwebmail in my courier-imap-0.31
installation!

Anyone know where it could be?

I have done a find / -name sqwebmail -print.


Thanks,
Kristina




Re: Where is sqwebmail in courier-imap?

2000-07-03 Thread Colin Humphreys


I think the courier mail server has it, not courier-imap (which is a
component of courier

just use the www.inter7.com site...

-Colin

Kristina writes:

 
 The sqwebmail page says that courier-imap includes
 sqwebmail so there is no need to download sqwebmail
 if you have courier-imap.
 
 I cannot seem to find sqwebmail in my courier-imap-0.31
 installation!
 
 Anyone know where it could be?
 
 I have done a find / -name sqwebmail -print.
 
 
 Thanks,
 Kristina
 


- This is a Sig -



Re: Where is sqwebmail in courier-imap?

2000-07-03 Thread Gabriel Ambuehl


Kristina writes:
 The sqwebmail page says that courier-imap includes
 sqwebmail so there is no need to download sqwebmail
 if you have courier-imap.
 I cannot seem to find sqwebmail in my courier-imap-0.31
 installation!
 Anyone know where it could be?

Though I never worked with Courier I'm writing this with the standalone
sqwebmail which can be found at http://www.inter7.com/sqwebmail. AFAIK it
is identical to the version that ships with Courier-IMAP.

HTH
Gabriel





SqWebMail

2000-06-27 Thread Sylwester S. Biernacki

Hi all qmailers :))

I know that it's not question for qmail-list but I don't know what to
do with this.
I have Qmail with vpopmail with MySQL.
I wish to make SqWebMail working, but it seems to not do so properly.
When I put username@domain where username is account in Linux
passwd/shadow it works fine. But when I put i.e.
[EMAIL PROTECTED] and correct password (checked via pop3) it
doesn't work.

I compiled SqWebMail with this options:
./configure  --without-authpam --without-authuserdb --enable-webpass=no 
--without-authpwd --withou
t-authshadow --enable-cgibindir=/home/www/webmail/cgi-bin --enable-webpass=vpopmail 
--with-db=gdbm -
-with-userdb=/etc/userdb 
--with-makedatprog='${exec_prefix}/libexec/sqwebmail/makedatprog' --with-fo
rmdata --without-authlib-man --with-authdaemonvar=${datadir}/sqwebmail/authdaemon 
--sysconfdir=${dat
adir}/sqwebmail

Can you tell me what is wrong ?

-- 
pozdrawiam,
Sylwester S. Biernacki [EMAIL PROTECTED]





sqwebmail with oracle?..

2000-06-23 Thread Yavuz Sert

Hi
I'm new in list.
That's the problem: i want all my users (over 150 000) in nt (mailsite) to
linux. i'm using qmail with (imap-maildirs).
And in mailsite the webmail program check the users and passwords from
oracle database.

Now how can i do this pass checking on linux with oracle and which web
interface program should i use?

Can i use sqwebmail with oracle and if i can how and is the 0.x version is
reliable for a large isp?

Thanks for help

Yavuz Sert
Turkport A.S.





filters for sqwebmail?

2000-06-15 Thread John Stile

Does anyone have filters for sqwebmail?




Account Creation Script for use with Sqwebmail and qmail

2000-06-13 Thread Druvi Vaidyakularatne



HI All,

I'm looking into the possibility of setting up a 
hotmail like service, and I was wondering whether anyone could possibly point me 
to where I could get a script to do automated account creation by the user 
- ie - not using qmailadmin but where the user fills in his details and the 
system automatically creates an account for him. I'm looking for something like 
a basic perl script which I could customize. I'm new to perl (which is why I'm 
not quite sure how to get about writing one).

Thanks and Regards,

Druvi.



Account Creation Script for use with Sqwebmail and qmail

2000-06-13 Thread Druvi Vaidyakularatne



HI All,

I'm looking into the possibility of setting up a 
hotmail like service, and I was wondering whether anyone could possibly point me 
to where I could get a script to do automated account creation by the user 
- ie - not using qmailadmin but where the user fills in his details and the 
system automatically creates an account for him. I'm looking for something like 
a basic perl script which I could customize. I'm new to perl (which is why I'm 
not quite sure how to get about writing one).

Thanks and Regards,

Druvi.



Problem with return path in sqwebmail

2000-06-12 Thread Irwan Hadi

I 'm managing a server with Sqwebmail 0.36 now, but I still have a problem 
with the return path, as the server name is server.somesite.or.id and the 
domain for the user is just only somesite.or.id
so bob email address will be [EMAIL PROTECTED]

In vpopmail, I didn;t compile it with --default-domain=somesite.or.id, 
because if I do, then when users check their mail, by using only their 
username, and not username%domain, they will got response from the POP 
server like this (sorry I a bit forgot it)
error, aack client crash.
So I prefer to rm the ~vpopmail/users and then link with
ln -s ~vpopmail/domains/somesite.or.id ~vpopmail/users

It works, and people can fetch their mail by using only their username, and 
not full address, they can also login to sqwebmail by only typing their 
username, and don;t neet to type their full address.

The problem is, that, when users only insert their username when they login 
to the webmail, their return path will be like
[EMAIL PROTECTED]
Of Course, this is wrong, and makes people can't know if their mails which 
they sent, bounce, because the bounce will go to postmaster account as 
double bounce.

But if they login using their full email address like [EMAIL PROTECTED], 
then the return path IS correct.

My question is how to solve this problem ?, is this DNS problem, or 
sqwebmail problem, or vpopmail problem ?
thanks




Re: sqwebmail with local accounts

2000-06-08 Thread Flemming Funch

At 09:02 PM 6/7/2000, John Stile wrote:
How do I use the web interface for accessing my real domain's user
accounts?
Virtual domains have no problems accessing mail, but this is so cool I
want to do it for my real accounts too.
Do I create a virtual domain, and add links to the home dir's of each
real unix account?
I tried to find it my self, and failed.  Just point me to the right doc.

The easiest seems to be to make all domains virtual. I.e. set up a virtual 
domain in qmailadmin with the same name as your "real" domain, and add the 
existing users to it, again in qmailadmin. And move their Maildirs to 
/home/vpopmail/domains/yourrealdomain.com/

And compile your vpopmail with the 
--enable-default-domain=yourrealdomain.com option, so that everything 
should work the same as before for those users.

- Flemming







sqwebmail with local accounts

2000-06-07 Thread John Stile

How do I use the web interface for accessing my real domain's user
accounts?
Virtual domains have no problems accessing mail, but this is so cool I
want to do it for my real accounts too.
Do I create a virtual domain, and add links to the home dir's of each
real unix account?
I tried to find it my self, and failed.  Just point me to the right doc.

The environment:
dns, qmail, checkpassword, deamontolls, vpopmail, sqwebmail, ezmlm,
autorespond, qmailadmin
using maildir, qmail-pop3d, qmail-smtpd

Thank you.




vpopmail, qmailadmin, sqwebmail : documentation

2000-05-22 Thread Julien Marguet

I search a good documentation on vpopmail, qmailadmin and
sqwebmail.
I'm currently creating a mail server for an hospital in
France.
Qmail, Maildir and IMAP = are operating.
I would like to manage the server and I'd like to make an
interface for the client -- that's why I'd use theise
tools.

___
Vendez tout... aux enchères - http://www.caraplazza.com




Feature request for sqWebMail

2000-05-09 Thread Kaare Rasmussen


Two things I miss:

1. In Preferences: "Masquerade as". I call myself [EMAIL PROTECTED], but
sqWebMail tells the world that I'm [EMAIL PROTECTED] Causing problems
with mailing lists.

2. Sort by incoming order. A lot of people have their clock set wrong :-(



Re: help qmail+vpopmail+ezmlm+qmailadmin+sqwebmail

2000-05-08 Thread Kapil Nanda

Hi Ken

I had three lines in the assign file, and a single period for the last line.
I had added single period's after each line. But the problem still remains.

Kapil

 You probably don't have a ending line with a single period
 .

 That is why qmail-newu is failing to compile. and without a
 compiled assign file, qmail won't be able to find the virtual
 domain directory to deliver it to.




Re: help qmail+vpopmail+ezmlm+qmailadmin+sqwebmail

2000-05-08 Thread Kapil Nanda

Cool Stuff Ken... Thanks...
No No don't go away, now my one problem is solved i.e users/assign,  by
doing what you said.
I am able to send+recieve the mails using sqwebmail. But when I use outlook
express or Netscape messenger it gives me error
There was a problem logging onto your mail server. Your Password was
rejected. Account: 'kapil', Server: '208.248.123.45', Protocol: POP3, Server
Response: '-ERR authorization failed', Port: 110, Secure(SSL): No, Server
Error: 0x800CCC90, Error Number: 0x800CCC92.

Any thoughts

Regards,
Kapil.

- Original Message -
From: Ken Jones [EMAIL PROTECTED]
To: Kapil Nanda [EMAIL PROTECTED]
Sent: Monday, May 08, 2000 9:02 PM
Subject: Re: help qmail+vpopmail+ezmlm+qmailadmin+sqwebmail


 Kapil Nanda wrote:
 
  Hi Ken
 
  I had three lines in the assign file, and a single period for the last
line.
  I had added single period's after each line. But the problem still
remains.
 
  Kapil
 
   You probably don't have a ending line with a single period
   .
  
   That is why qmail-newu is failing to compile. and without a
   compiled assign file, qmail won't be able to find the virtual
   domain directory to deliver it to.

 dont' put periods at the end of each line.


 If you want to try starting over, run ~vpopmail/bin/vdeldomain domain
 for each of the current domains. Then remove the assign file, and
 start again by adding the domains with ~vpopmail/bin/vadddomain domain
 pass

 ken





help qmail+vpopmail+ezmlm+qmailadmin+sqwebmail

2000-05-06 Thread Kapil Nanda




The scenariois :
I have installed qmail1.03 on Mandrake Linux 6.0. 
And the local domain is "velosmed.com" and the local accounts by creating actual 
users on that system works. I am able to send and receive 
emails
Then I installed vpopmail from www.inter7.com; then ezmlm ; and qmailadmin 
from www.inter7.com and finally installed 
sqwebmail on that system.

Now the problem is that, 
when I create an virtual domain on that system by 
using vpopmail : 
/home/vpopmail/bin/vadddomainintranet.velosmed.com 
password
it gives me "qmail-newu" error : fatal bad format 
in users/assign
and I when I try to access that account using the 
outlook express, it gives me authentication error, says bad password when the 
password is correct.
however I am able to create the accounts using the 
qmailadmin, and access that accounts using sqwebmail but the mail is not coming. 

If someone sends the mail to that virtually created 
accounts, the error comes that there is no mailbox by that name.

Help ...

Kapil


How can I change the design of SqWebMail-HTML?

2000-02-21 Thread Arik Funke

Hi,
I set up SqWebMail for the students at our school, and I'd like to give
the HTML-Pages of SqWebMail a diffrent design. For example I'd like to
chande the Buttons against pictures. Is that possible?

  Thank you
Arik Funke
Merrill High School, Wisconsin, USA



Re: How can I change the design of SqWebMail-HTML?

2000-02-21 Thread Adrian Urquhart

Arik

The HTML files which are used to generate the pages are in the
/usr/local/share/sqwebmail/html/en-us directory. You can edit these so
lng as you make sure to keep the embedded tags which SqWebmail uses.
(I've done it, so I know it works).

Adrian.

Arik Funke wrote:
 
 Hi,
 I set up SqWebMail for the students at our school, and I'd like to give
 the HTML-Pages of SqWebMail a diffrent design. For example I'd like to
 chande the Buttons against pictures. Is that possible?
 
   Thank you
 Arik Funke
 Merrill High School, Wisconsin, USA



Re: How can I change the design of SqWebMail-HTML?

2000-02-21 Thread Adrian Urquhart

Arik

Which buttons exactly - and what do you want to do with them? 

Adrian

Arik Funke wrote:
 
 Adrian
 
 Thank you, for your fast answer, but I'd especially to change the Layout
 of the buttons. Do you have got in this case an idea too?
 
 Adrian Urquhart wrote:
 
  Arik
 
  The HTML files which are used to generate the pages are in the
  /usr/local/share/sqwebmail/html/en-us directory. You can edit these so
  lng as you make sure to keep the embedded tags which SqWebmail uses.
  (I've done it, so I know it works).
 
  Adrian.



Re: How can I change the design of SqWebMail-HTML?

2000-02-21 Thread Arik Funke

Adrian

For example, if you read a message, on top and buttom are the buttoms
labeled: Prev, Next, Delete, Folder, Reply, Reply to all...

I'd like to repace them with pictures. Or I'd like to change the color.

  Thank you
Arik

Adrian Urquhart wrote:
 
 Arik
 
 Which buttons exactly - and what do you want to do with them?
 
 Adriann



Re: Sqwebmail and IMAP

1999-10-11 Thread Claus Färber

Sam [EMAIL PROTECTED] schrieb/wrote:
 Then what you will have to ask yourself is whether you want all your
 folders shared by every one of your incoming maildirs.  I could consider
 the proposal of storing all folders in ../Mail, however what I don't like
 about this approach is that you're now in conflict with your mail apps who
 use $HOME/Mail to store traditional mailbox-file folders.

Which, when patched, will look for and store maildirs there, won't they?  
And if you do use maildirs, all of your MUAs should be able to handle  
maildirs or you won'tbe able to access your messages no matter where you  
store them.

If you think of maildirs as an alternative to the mailbox _file_ format,  
~/Mail/ is the obvious solution.

For folders that should contain both messages and subdirs, you could  
create a subdirectory named ".default" to hold messages that
look as if they were stored in the parent folder. This is compatible  
with MUAs that don't expect to see subfolders in maildirs (such as  
mutt).

If you then fake a link from ~/Mail/.default/ or ~/Mail/INBOX/ (depends  
on the protocol you're using/implementing) to $MAILDIR, you have a  
complete hierarchical namespace.

-- 
Claus Andre Faerber http://www.faerber.muc.de
PGP: ID=1024/527CADCD FP=12 20 49 F3 E1 04 9E 9E  25 56 69 A5 C6 A0 C9 DC



Re: Sqwebmail and IMAP

1999-10-11 Thread Russell Nelson

  Most MUAs are now using IMAP, so this is quickly becoming irrelevant.

IMAP is not appropriate for an ISP, because the ISP wants to get rid
of the email.

POP is not appropriate for a campus environment, because it's better
to control mail backups on a central server, and because IMAP works
with multiple clients (e.g. desktops and laptops, or work machines and 
home machines).

I don't see either protocol going away.

-- 
-russ nelson [EMAIL PROTECTED]  http://russnelson.com
Crynwr sells support for free software  | PGPok | Government schools are so
521 Pleasant Valley Rd. | +1 315 268 1925 voice | bad that any rank amateur
Potsdam, NY 13676-3213  | +1 315 268 9201 FAX   | can outdo them. Homeschool!



Re: Sqwebmail and IMAP

1999-10-11 Thread Claus Färber

Sam [EMAIL PROTECTED] schrieb/wrote:
 And how would you propose handling a virtual mailbox farm, mailboxes that
 have no dedicated system userid assigned to them?
 It's not exactly obvious, is it?

Where would you put mailbox files then? Simply put your maildirs there.  
This is no less obvious if you consider maildirs a replacement for mbox  
files.

 Most MUAs are now using IMAP, so this is quickly becoming irrelevant.

Then simply do whatever your imapd does and don't worry about  
compatibility. On the other hand, maybe there are different IMAP  
servers, web gateways etc. that should use the same strucutre.

In other words: Why use an incompatible format if you can use one that  
is already there?

 No longer relevant.  Any MUA worth its salt is capable of using IMAP,
 right now, no matter how ugly IMAP really is.  So, all you have to do is
 standardize on an IMAP server,

Yes, and the best solution IMO is to use the "standard" that has already  
been set by user agents.

-- 
Claus Andre Faerber http://www.faerber.muc.de
PGP: ID=1024/527CADCD FP=12 20 49 F3 E1 04 9E 9E  25 56 69 A5 C6 A0 C9 DC



Re: Sqwebmail and IMAP

1999-10-11 Thread Claus Färber

Russell Nelson [EMAIL PROTECTED] schrieb/wrote:
   Most MUAs are now using IMAP, so this is quickly becoming irrelevant.

 IMAP is not appropriate for an ISP, because the ISP wants to get rid
 of the email.

Depends on the ISP. Some ISPs consider that additional value and do even  
provide Webmail -- or mutt over ssh. ;-)

-- 
Claus Andre Faerber http://www.faerber.muc.de
PGP: ID=1024/527CADCD FP=12 20 49 F3 E1 04 9E 9E  25 56 69 A5 C6 A0 C9 DC



Re: Sqwebmail and IMAP

1999-10-11 Thread Sam

=?ISO-8859-1?Q?Claus_F=E4rber?= writes:

 Russell Nelson [EMAIL PROTECTED] schrieb/wrote:
Most MUAs are now using IMAP, so this is quickly becoming irrelevant.
 
  IMAP is not appropriate for an ISP, because the ISP wants to get rid
  of the email.
 
 Depends on the ISP. Some ISPs consider that additional value and do even  
 provide Webmail -- or mutt over ssh. ;-)

I think that most ISPs are reluctant to offer IMAP because UW-IMAP server
is such a bloated pig.  I know for a fact that that's why at least one
major national ISP claimed was the major reason they declined to offer it.

-- 
Sam



Re: Sqwebmail and IMAP

1999-10-11 Thread Tim Tsai

 I think that most ISPs are reluctant to offer IMAP because UW-IMAP server
 is such a bloated pig.  I know for a fact that that's why at least one
 major national ISP claimed was the major reason they declined to offer it.

  There has also been a history of security problems with UW IMAP.  "bloat"
I can live with, root security exploits I can not.

  I haven't seen any reports of UW IMAP exploits for awhile though.

  Tim



Re: Sqwebmail and IMAP

1999-10-11 Thread Russell Nelson

Sam writes:
  I think that most ISPs are reluctant to offer IMAP because UW-IMAP server
  is such a bloated pig.

In my experience, the IMAP protocol is the bloated pig.

-- 
-russ nelson [EMAIL PROTECTED]  http://russnelson.com
Crynwr sells support for free software  | PGPok | Government schools are so
521 Pleasant Valley Rd. | +1 315 268 1925 voice | bad that any rank amateur
Potsdam, NY 13676-3213  | +1 315 268 9201 FAX   | can outdo them. Homeschool!



Re: Sqwebmail and IMAP

1999-09-27 Thread Chris Garrigues

 From:  Russell Nelson [EMAIL PROTECTED]
 Date:  Sun, 26 Sep 1999 01:12:09 -0400 (EDT)

 Randy Harmon writes:
   Is the concept of subfolders stupid?  IMHO: no.   Given: millions of
   Microsoft users are wrong.  But not on this point.
 
 The concept of being able to store both mail AND folders in a
 folder is stupid.

Just as being able to store both plain files and directories in directories is 
stupid?

I've got exmh/nmh setup such that every one of my folders contains both 
messages and an 'old' sub-folder which has messages more than 2 months old.  I 
find this to be a useful way to move older stuff out of the way.  Certainly I 
could have qmail and qmail.old instead of qmail and qmail/old, but I don't see 
that it's necessarily stupid to have half as many folders at the level above.

Chris

-- 
Chris Garrigues virCIO
http://www.DeepEddy.Com/~cwg/   http://www.virCIO.Com
+1 512 432 4046 +1 512 374 0500
4314 Avenue C
O-  Austin, TX  78751-3709


  My email address is an experiment in SPAM elimination.  For an
  explanation of what we're doing, see http://www.DeepEddy.Com/tms.html 

Nobody ever got fired for buying Microsoft,
  but they could get fired for relying on Microsoft.



 PGP signature


Re: Sqwebmail and IMAP

1999-09-27 Thread Russell Nelson

Chris Garrigues writes:
   From:  Russell Nelson [EMAIL PROTECTED]
   Date:  Sun, 26 Sep 1999 01:12:09 -0400 (EDT)
  
   Randy Harmon writes:
 Is the concept of subfolders stupid?  IMHO: no.   Given: millions of
 Microsoft users are wrong.  But not on this point.
   
   The concept of being able to store both mail AND folders in a
   folder is stupid.
  
  Just as being able to store both plain files and directories in directories is 
  stupid?

I suppose not, but it does rule out the possibility of using a
hierarchy of Mailboxes, unless you do something crufty like name the
Mailbox "Mailbox.mbox" and the subdirectory "Mailbox".  But then to be 
consistent, you should name all the other Mailboxes *.mbox.

-- 
-russ nelson [EMAIL PROTECTED]  http://russnelson.com
Crynwr sells support for free software  | PGPok | Government schools are so
521 Pleasant Valley Rd. | +1 315 268 1925 voice | bad that any rank amateur
Potsdam, NY 13676-3213  | +1 315 268 9201 FAX   | can outdo them. Homeschool!



Re: Sqwebmail and IMAP

1999-09-27 Thread Sam

Fred Lindberg writes:

 Maildir pointed to by .qmail. The alternative would require a index or
 an outer container that houses the base Maildir. The latter is not
 consistent with the most common ~/Maildir/. As there is no standard,
 Sam will create the de-facto standard with sqwebmail and his IMAPd
 anyway.

F.Y.I:  ETA on the IMAP server should be about 3-4 weeks.  Pine looks good.
 Netscape Communicator looks good (although there are a couple of nasty
bugs in the Communicator's IMAP client that I don't feel like
accomodating).  I'll have to put it on hold for a week or two, while I take
care of other things, but I don't have much work left to do there.

-- 
Sam



Re: Sqwebmail and IMAP

1999-09-27 Thread Jukka Zitting

Hi all,

Fred Lindberg wrote:
 Without folders and messages in the same folder, folders for folders
 would be normal nodes, folders for messages would be leaves. A
 tremendous gain for file system searches. No wading through piles of
 files [with stat()] to see if there is a directory.

It would be, if the folders and messages were stored in the same
directory. But with maildir this is no problem as the messages are
stored in the "new" and "cur" subdirectories.

Another question is where (and how) the possible subfolders should be
stored.

 Jukka Zitting -
   The Midgard Project ---
 http://www.midgard-project.org/ ---



  1   2   >