RE: Web-based server-side mail clients

2001-06-13 Thread Dushyanth Harinath

Hi,

> Do you have to do anything special to get it to work with virtual 
> domains? Have you used it with pop?
 
To give access to the virtual domain's u need to append the vitual domain
name to the user name or ask the users to give the user name in this format
[EMAIL PROTECTED]

For multiple virtual domains u can put a Option box in the login page with
all the domains listed in it.. and then append the domain name to the user
name in the action page...its very simple but needs some tweaking in the
squirrel mail code...

regards
dushyanth

-- 
As we enjoy great advantages from the inventions of
others, we should be glad of an opportunity to serve others by any
invention of ours; and this we should do freely and generously."
 -- Benjamin Franklin

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






Re: vpopmail config question

2001-06-13 Thread Lou Hevly

At 00:42 14/06/01, Keven Jones wrote:
>Hi all,
>
>Quick one.
>
>I have a client who has 4 different email accounts for 4 different 
>employees.
>
>He has requested that if someone sends email to any of the 4 he would 
>like to be copied as well. So if someone sends an email to 
>[EMAIL PROTECTED] , it goes to [EMAIL PROTECTED] and [EMAIL PROTECTED] as 
>well. How can I accomplish this.

I'm a beginner answering questions here, but I believe the following 
will work:

for each [EMAIL PROTECTED]:
echo "| ~vpopmail/bin/vdelivermail '' ~vpopmail/domains/xyx.com/whoever
| ~vpopmail/bin/vdelivermail '' ~vpopmail/domains/xyx.com/president" > 
~vpopmail/domains/xyx.com/.qmail-whoever

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




vpopmail config question

2001-06-13 Thread Keven Jones

Hi all,

Quick one.

I have a client who has 4 different email accounts for 4 different 
employees.

He has requested that if someone sends email to any of the 4 he would like 
to be copied as well. So if someone sends an email to [EMAIL PROTECTED] , it 
goes to [EMAIL PROTECTED] and [EMAIL PROTECTED] as well. How can I accomplish 
this.

Thanks

Keven Jones
_
Get your FREE download of MSN Explorer at http://explorer.msn.com




pop authentication solved

2001-06-13 Thread Chris Ochap

i recently posted because i was having trouble getting vpop to authenticate
and couldn't for the life of me figure where my problem was.  fresh
installations of the latest software following instructions and reading all
the literature i could find didn't seem to help.  in the end it turned out
to be the user i was starting pop3 with.

/usr/local/bin/tcpserver -u 51 -g 50 0 smtp /var/qmail/bin/qmail-smtpd &
/usr/local/bin/tcpserver -u 51 -g 55 0 pop3 /var/qmail/bin/qmail-popup
host.domain.com /var/vpopmail/bin/vchkpw /var/qmail
/bin/qmail-pop3d Maildir &

vpopmail.vchkpw user.group = -u 60 -g 60

i had been starting pop3 using a member in the qmail user pool and didn't
realize that vpopmail user is the only one who has access to the password
files.  all the times i recompiled and re-read could have been averted had i
just checked my startup closely.  i have heard some debate here and there on
this mailing list about whether simple questions should be outright answered
or hints/nudges should be given...and i don't know if people just ignored my
earlier posting...but i am glad because i learned a lot during this whole
ordeal.

thanx.




Re: Web-based server-side mail clients

2001-06-13 Thread Bill Shupp

I never had to fiddle with it.  Just setup courierimap, and the users will
log in with their email address.  It's as simple as that.

Not all my hosting customers get webmail.  To prevent the ones that don't
from logging in, I force them to login through their website, and append the
HTTP_HOST to their username when logging in so that only virtual hosts with
the Aliased directory for SquirrelMail (in httpd.conf) can log in.  But
that's just how I do it.  If you want all your domains to have webmail
access, it's a snap.

SM has a menu driven perl tool for configuring it.  It's self-explanatory.

Courier is more involved.  You need to sit down and read the docs thoroughly
to save yourself time.  That's it.  Just dig in.

Cheers,

Bill

on 6/13/01 1:09 PM, Steven Katz at [EMAIL PROTECTED] spake:

> It was mentioned that SquirrelMail required some fiddling around to
> get it to work with virtual domains properly. What exactly is involved
> here? Any good step-by-step instructions out there?
> 
> Thanks,
> Steven
> 
> 
> -Original Message-
> From: Bill Shupp
> Sent: Wednesday, June 13, 2001 10:50 AM
> To: Qmail; [EMAIL PROTECTED]
> Subject: Re: Web-based server-side mail clients
> 
> 
> I would say SquirrelMail.  While SqWebMail is template driven, a decent
> amount of the HTML is embedded in the C source code.  Once you've compiled
> it, you can't change it until you edit the source code and recompile.  It
> can be done, but I think SquirrelMail is easier to customize.
> 
> -Bill Shupp
> 
> on 6/13/01 12:43 PM, Qmail at [EMAIL PROTECTED] spake:
> 
>> Which client is easier to customize the "look and feel" of?
>> 
>> Lance
>> 
>> -Original Message-
>> From: Steven Katz [mailto:[EMAIL PROTECTED]]
>> Sent: Wednesday, June 13, 2001 7:44 AM
>> To: [EMAIL PROTECTED]
>> Subject: RE: Web-based server-side mail clients
>> 
>> 
>> Thanks, Kieran. From the screenshots of both, SquirrelMail appears to
>> have a nicer-looking interface. Do both handle qmail and virtual
>> domains equally well? Whose IMAP server should I use?
>> 
>> Thanks again,
>> Steven
>> 
>> 
>> -Original Message-
>> From: Kieran Barnes <[EMAIL PROTECTED]>
>> Sent: Wednesday, June 13, 2001 4:20 AM
>> To: 'Steven Katz'
>> Cc: Vchkpw Mailing List (E-mail)
>> Subject: RE: Web-based server-side mail clients
>> 
>> 
>> Depends on your preference.
>> 
>> Two very good ones - in my opinion are SqWebMail and SquirrelMail
>> 
>> SqWebMail
>> http://www.inter7.com/sqwebmail
>> Written in C.
>> No need for an IMAP server.
>> Very fast. Might be a little tricky to install if your "a newbie"
>> 
>> SquirrelMail
>> http://www.squirrelmail.org
>> Written in PHP.
>> Requires an IMAP server.
>> Very fast and almost modular.
>> 
>> 
>> I supply SquirrelMail for my clients. For no special reason. Both are as
>> good as each other - again, in my opinion.
>> 
>> Depends on your user load too. I'd recommend SqWebmail for larger
>> installations. 1,000+ users, but then again, that depends on your
> hardware.
>> 
>> --
>> Regards,
>> 
>> Kieran Barnes
>> Signum 1226 Ltd
>> Visit our website at http://www.1226.net
>> Phone: 01772 622889 || Fax:   01772 622558
>> 
>> 
>>> -Original Message-
>>> From: Steven Katz [mailto:[EMAIL PROTECTED]]
>>> Sent: 12 June 2001 19:43
>>> To: [EMAIL PROTECTED]
>>> Subject: Web-based server-side mail clients
>>> 
>>> 
>>> Which Web-mail packages are compatible with qmail + vpopmail? Any
>>> favorites?
>>> 
>>> Thanks,
>>> Steven
>>> 
>> 
> 
> 
> 




RE: Web-based server-side mail clients

2001-06-13 Thread Steven Katz

It was mentioned that SquirrelMail required some fiddling around to
get it to work with virtual domains properly. What exactly is involved
here? Any good step-by-step instructions out there?

Thanks,
Steven


-Original Message-
From: Bill Shupp
Sent: Wednesday, June 13, 2001 10:50 AM
To: Qmail; [EMAIL PROTECTED]
Subject: Re: Web-based server-side mail clients


I would say SquirrelMail.  While SqWebMail is template driven, a decent
amount of the HTML is embedded in the C source code.  Once you've compiled
it, you can't change it until you edit the source code and recompile.  It
can be done, but I think SquirrelMail is easier to customize.

-Bill Shupp

on 6/13/01 12:43 PM, Qmail at [EMAIL PROTECTED] spake:

> Which client is easier to customize the "look and feel" of?
>
> Lance
>
> -Original Message-
> From: Steven Katz [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 13, 2001 7:44 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Web-based server-side mail clients
>
>
> Thanks, Kieran. From the screenshots of both, SquirrelMail appears to
> have a nicer-looking interface. Do both handle qmail and virtual
> domains equally well? Whose IMAP server should I use?
>
> Thanks again,
> Steven
>
>
> -Original Message-
> From: Kieran Barnes <[EMAIL PROTECTED]>
> Sent: Wednesday, June 13, 2001 4:20 AM
> To: 'Steven Katz'
> Cc: Vchkpw Mailing List (E-mail)
> Subject: RE: Web-based server-side mail clients
>
>
> Depends on your preference.
>
> Two very good ones - in my opinion are SqWebMail and SquirrelMail
>
> SqWebMail
> http://www.inter7.com/sqwebmail
> Written in C.
> No need for an IMAP server.
> Very fast. Might be a little tricky to install if your "a newbie"
>
> SquirrelMail
> http://www.squirrelmail.org
> Written in PHP.
> Requires an IMAP server.
> Very fast and almost modular.
>
>
> I supply SquirrelMail for my clients. For no special reason. Both are as
> good as each other - again, in my opinion.
>
> Depends on your user load too. I'd recommend SqWebmail for larger
> installations. 1,000+ users, but then again, that depends on your
hardware.
>
> --
> Regards,
>
> Kieran Barnes
> Signum 1226 Ltd
> Visit our website at http://www.1226.net
> Phone: 01772 622889 || Fax:   01772 622558
>
>
>> -Original Message-
>> From: Steven Katz [mailto:[EMAIL PROTECTED]]
>> Sent: 12 June 2001 19:43
>> To: [EMAIL PROTECTED]
>> Subject: Web-based server-side mail clients
>>
>>
>> Which Web-mail packages are compatible with qmail + vpopmail? Any
>> favorites?
>>
>> Thanks,
>> Steven
>>
>





Re: Web-based server-side mail clients

2001-06-13 Thread Bill Shupp

I would say SquirrelMail.  While SqWebMail is template driven, a decent
amount of the HTML is embedded in the C source code.  Once you've compiled
it, you can't change it until you edit the source code and recompile.  It
can be done, but I think SquirrelMail is easier to customize.

-Bill Shupp

on 6/13/01 12:43 PM, Qmail at [EMAIL PROTECTED] spake:

> Which client is easier to customize the "look and feel" of?
> 
> Lance
> 
> -Original Message-
> From: Steven Katz [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 13, 2001 7:44 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Web-based server-side mail clients
> 
> 
> Thanks, Kieran. From the screenshots of both, SquirrelMail appears to
> have a nicer-looking interface. Do both handle qmail and virtual
> domains equally well? Whose IMAP server should I use?
> 
> Thanks again,
> Steven
> 
> 
> -Original Message-
> From: Kieran Barnes <[EMAIL PROTECTED]>
> Sent: Wednesday, June 13, 2001 4:20 AM
> To: 'Steven Katz'
> Cc: Vchkpw Mailing List (E-mail)
> Subject: RE: Web-based server-side mail clients
> 
> 
> Depends on your preference.
> 
> Two very good ones - in my opinion are SqWebMail and SquirrelMail
> 
> SqWebMail
> http://www.inter7.com/sqwebmail
> Written in C.
> No need for an IMAP server.
> Very fast. Might be a little tricky to install if your "a newbie"
> 
> SquirrelMail
> http://www.squirrelmail.org
> Written in PHP.
> Requires an IMAP server.
> Very fast and almost modular.
> 
> 
> I supply SquirrelMail for my clients. For no special reason. Both are as
> good as each other - again, in my opinion.
> 
> Depends on your user load too. I'd recommend SqWebmail for larger
> installations. 1,000+ users, but then again, that depends on your hardware.
> 
> --
> Regards,
> 
> Kieran Barnes
> Signum 1226 Ltd
> Visit our website at http://www.1226.net
> Phone: 01772 622889 || Fax:   01772 622558
> 
> 
>> -Original Message-
>> From: Steven Katz [mailto:[EMAIL PROTECTED]]
>> Sent: 12 June 2001 19:43
>> To: [EMAIL PROTECTED]
>> Subject: Web-based server-side mail clients
>> 
>> 
>> Which Web-mail packages are compatible with qmail + vpopmail? Any
>> favorites?
>> 
>> Thanks,
>> Steven
>> 
> 




RE: Web-based server-side mail clients

2001-06-13 Thread Qmail

Which client is easier to customize the "look and feel" of?

Lance

-Original Message-
From: Steven Katz [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 13, 2001 7:44 AM
To: [EMAIL PROTECTED]
Subject: RE: Web-based server-side mail clients


Thanks, Kieran. From the screenshots of both, SquirrelMail appears to 
have a nicer-looking interface. Do both handle qmail and virtual 
domains equally well? Whose IMAP server should I use?

Thanks again,
Steven


-Original Message-
From: Kieran Barnes <[EMAIL PROTECTED]>
Sent: Wednesday, June 13, 2001 4:20 AM
To: 'Steven Katz'
Cc: Vchkpw Mailing List (E-mail)
Subject: RE: Web-based server-side mail clients


Depends on your preference.

Two very good ones - in my opinion are SqWebMail and SquirrelMail

SqWebMail
http://www.inter7.com/sqwebmail
Written in C.
No need for an IMAP server.
Very fast. Might be a little tricky to install if your "a newbie"

SquirrelMail
http://www.squirrelmail.org
Written in PHP.
Requires an IMAP server.
Very fast and almost modular.


I supply SquirrelMail for my clients. For no special reason. Both are as
good as each other - again, in my opinion.

Depends on your user load too. I'd recommend SqWebmail for larger
installations. 1,000+ users, but then again, that depends on your hardware.

--
Regards,

Kieran Barnes
Signum 1226 Ltd
Visit our website at http://www.1226.net
Phone: 01772 622889 || Fax:   01772 622558


> -Original Message-
> From: Steven Katz [mailto:[EMAIL PROTECTED]]
> Sent: 12 June 2001 19:43
> To: [EMAIL PROTECTED]
> Subject: Web-based server-side mail clients
> 
> 
> Which Web-mail packages are compatible with qmail + vpopmail? Any 
> favorites?
> 
> Thanks,
> Steven
> 



RE: Web-based server-side mail clients

2001-06-13 Thread Kieran Barnes

Ignore the pop3 server provided with courier imap. It just confuses things!
It will install it, but just dont change your tcpserver startup file (or
inetd if your that way inclined)

I found IMP very over complex. According to the site SM doesn't support
virtual domains too well, but I fiddled around with the development release
(1.1.2) and got them working perfectly. It took a bit of messing with the
user's prefs files to get it working perfect. I am currently working on a
script that sets up SM ready for the user to log in and send mail straight
away.

Like Bill said, it has some excellent plugins that make it very powerful.

On a side note, don't be swayed by apperences. sqwebmail looks ugly "out of
the box", but its all template driven, so you can completely change the way
it looks with a bit of HTML hacking.
But, agreed, SM looks much nicer out of the box.
--
Regards,

Kieran Barnes
Signum 1226 Ltd
Visit our website at http://www.1226.net
Phone: 01772 622889 || Fax:   01772 622558


> -Original Message-
> From: Steven Katz [mailto:[EMAIL PROTECTED]]
> Sent: 13 June 2001 16:06
> To: [EMAIL PROTECTED]
> Subject: RE: Web-based server-side mail clients
> 
> 
> Thanks, Bill. I'm already using qmail-pop3d -- can CourierIMAP be
> installed without the included POP3 server? Or, is there some
> advantage to using the included POP3 server?
> 
> Steven
> 
> 
> -Original Message-
> From: Bill Shupp <[EMAIL PROTECTED]>
> Sent: Wednesday, June 13, 2001 7:52 AM
> To: Steven Katz
> Cc: [EMAIL PROTECTED]
> Subject: Re: Web-based server-side mail clients
> 
> 
> Steven,
> 
> You might want to checkout IMP as well 
> (http://horde.org/imp).  It's a bit
> older, and perhaps more stable than SquirrelMail.  But 
> SquirrelMail is much
> easier to setup, and has lots of neat plugins.  SM also has search
> functionality, which IMP does not (but will in the 2.3 release).
> 
> Use CourierIMAP: http://inter7.com/courierimap.  It works 
> very well.  If you
> are using a webmail program to access it, you'll need to bump 
> up the max
> connections per IP, as the default is 4.  I ran into this limit really
> quickly, obviously.
> 
> Hope this helps.
> 
> Bill Shupp
> 
> 
> on 6/13/01 9:43 AM, Steven Katz at [EMAIL PROTECTED] spake:
> 
> > Thanks, Kieran. From the screenshots of both, SquirrelMail 
> appears to
> > have a nicer-looking interface. Do both handle qmail and virtual
> > domains equally well? Whose IMAP server should I use?
> >
> > Thanks again,
> > Steven
> >
> >
> > -Original Message-
> > From: Kieran Barnes <[EMAIL PROTECTED]>
> > Sent: Wednesday, June 13, 2001 4:20 AM
> > To: 'Steven Katz'
> > Cc: Vchkpw Mailing List (E-mail)
> > Subject: RE: Web-based server-side mail clients
> >
> >
> > Depends on your preference.
> >
> > Two very good ones - in my opinion are SqWebMail and SquirrelMail
> >
> > SqWebMail
> > http://www.inter7.com/sqwebmail
> > Written in C.
> > No need for an IMAP server.
> > Very fast. Might be a little tricky to install if your "a newbie"
> >
> > SquirrelMail
> > http://www.squirrelmail.org
> > Written in PHP.
> > Requires an IMAP server.
> > Very fast and almost modular.
> >
> >
> > I supply SquirrelMail for my clients. For no special 
> reason. Both are as
> > good as each other - again, in my opinion.
> >
> > Depends on your user load too. I'd recommend SqWebmail for larger
> > installations. 1,000+ users, but then again, that depends on your
> hardware.
> >
> > --
> > Regards,
> >
> > Kieran Barnes
> > Signum 1226 Ltd
> > Visit our website at http://www.1226.net
> > Phone: 01772 622889 || Fax:   01772 622558
> >
> >
> >> -Original Message-
> >> From: Steven Katz [mailto:[EMAIL PROTECTED]]
> >> Sent: 12 June 2001 19:43
> >> To: [EMAIL PROTECTED]
> >> Subject: Web-based server-side mail clients
> >>
> >>
> >> Which Web-mail packages are compatible with qmail + vpopmail? Any
> >> favorites?
> >>
> >> Thanks,
> >> Steven
> >>
> >
> >
> 
> 



make_user_dir: error 1

2001-06-13 Thread Aurélien Ezine



 
- Original Message - 
From: Aurélien Ezine 
To: [EMAIL PROTECTED] 
Sent: Wednesday, June 13, 2001 5:42 PM

Hi,I'm using Solaris 7 + qmail + vpopmail + 
courier-imap 
when i try to login as virtual user with IMAP i can 
see this in my syslog: 
 
May 28 14:10:43 foo.com imapd: Connection, 
ip=[127.0.0.1]May 28 14:10:54 foo.com imapd: make_user_dir: error 1May 
28 14:10:54 foo.com imapd: chdir: No such file or directory
 
I'm using courier-imap + authvchkpw with redhat 7.0 and it works 
fine!
when i try to connect to my server with pop protocol, it works fine 
too...
 
 
 
Thanks in advance. Aurélien Ezine 


RE: Web-based server-side mail clients

2001-06-13 Thread Dushyanth Harinath

Hi,
I have been using squirrel mail and courier imap for every installation
of mine and there is no problem with it...squirrel mail is very easy to
install,upgrade and to add additional features through plugins...

regards
dushyanth

> Thanks, Kieran. From the screenshots of both, SquirrelMail appears to 
> have a nicer-looking interface. Do both handle qmail and virtual 
> domains equally well? Whose IMAP server should I use?
> 
> Thanks again,
> Steven
> 
> 
> -Original Message-
> From: Kieran Barnes <[EMAIL PROTECTED]>
> Sent: Wednesday, June 13, 2001 4:20 AM
> To: 'Steven Katz'
> Cc: Vchkpw Mailing List (E-mail)
> Subject: RE: Web-based server-side mail clients
> 
> 
> Depends on your preference.
> 
> Two very good ones - in my opinion are SqWebMail and SquirrelMail
> 
> SqWebMail
> http://www.inter7.com/sqwebmail
> Written in C.
> No need for an IMAP server.
> Very fast. Might be a little tricky to install if your "a newbie"
> 
> SquirrelMail
> http://www.squirrelmail.org
> Written in PHP.
> Requires an IMAP server.
> Very fast and almost modular.
> 
> 
> I supply SquirrelMail for my clients. For no special reason. Both are
> as good as each other - again, in my opinion.
> 
> Depends on your user load too. I'd recommend SqWebmail for larger
> installations. 1,000+ users, but then again, that depends on your
> hardware.
> 
> --
> Regards,
> 
> Kieran Barnes
> Signum 1226 Ltd
> Visit our website at http://www.1226.net
> Phone: 01772 622889 || Fax:   01772 622558
> 
> 
>> -Original Message-
>> From: Steven Katz [mailto:[EMAIL PROTECTED]]
>> Sent: 12 June 2001 19:43
>> To: [EMAIL PROTECTED]
>> Subject: Web-based server-side mail clients
>> 
>> 
>> Which Web-mail packages are compatible with qmail + vpopmail? Any 
>> favorites?
>> 
>> Thanks,
>> Steven
>> 


-- 
As we enjoy great advantages from the inventions of
others, we should be glad of an opportunity to serve others by any
invention of ours; and this we should do freely and generously."
 -- Benjamin Franklin

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






Re: Web-based server-side mail clients

2001-06-13 Thread Bill Shupp

I haven't found a way to not install Sam's pop server.  But you simply turn
it off after it's installed.  That's what's recommended in the docs, anyway.

-Bill

on 6/13/01 10:06 AM, Steven Katz at [EMAIL PROTECTED] spake:

> Thanks, Bill. I'm already using qmail-pop3d -- can CourierIMAP be
> installed without the included POP3 server? Or, is there some
> advantage to using the included POP3 server?
> 
> Steven
> 
> 
> -Original Message-
> From: Bill Shupp <[EMAIL PROTECTED]>
> Sent: Wednesday, June 13, 2001 7:52 AM
> To: Steven Katz
> Cc: [EMAIL PROTECTED]
> Subject: Re: Web-based server-side mail clients
> 
> 
> Steven,
> 
> You might want to checkout IMP as well (http://horde.org/imp).  It's a bit
> older, and perhaps more stable than SquirrelMail.  But SquirrelMail is much
> easier to setup, and has lots of neat plugins.  SM also has search
> functionality, which IMP does not (but will in the 2.3 release).
> 
> Use CourierIMAP: http://inter7.com/courierimap.  It works very well.  If you
> are using a webmail program to access it, you'll need to bump up the max
> connections per IP, as the default is 4.  I ran into this limit really
> quickly, obviously.
> 
> Hope this helps.
> 
> Bill Shupp
> 
> 
> on 6/13/01 9:43 AM, Steven Katz at [EMAIL PROTECTED] spake:
> 
>> Thanks, Kieran. From the screenshots of both, SquirrelMail appears to
>> have a nicer-looking interface. Do both handle qmail and virtual
>> domains equally well? Whose IMAP server should I use?
>> 
>> Thanks again,
>> Steven
>> 
>> 
>> -Original Message-
>> From: Kieran Barnes <[EMAIL PROTECTED]>
>> Sent: Wednesday, June 13, 2001 4:20 AM
>> To: 'Steven Katz'
>> Cc: Vchkpw Mailing List (E-mail)
>> Subject: RE: Web-based server-side mail clients
>> 
>> 
>> Depends on your preference.
>> 
>> Two very good ones - in my opinion are SqWebMail and SquirrelMail
>> 
>> SqWebMail
>> http://www.inter7.com/sqwebmail
>> Written in C.
>> No need for an IMAP server.
>> Very fast. Might be a little tricky to install if your "a newbie"
>> 
>> SquirrelMail
>> http://www.squirrelmail.org
>> Written in PHP.
>> Requires an IMAP server.
>> Very fast and almost modular.
>> 
>> 
>> I supply SquirrelMail for my clients. For no special reason. Both are as
>> good as each other - again, in my opinion.
>> 
>> Depends on your user load too. I'd recommend SqWebmail for larger
>> installations. 1,000+ users, but then again, that depends on your
> hardware.
>> 
>> --
>> Regards,
>> 
>> Kieran Barnes
>> Signum 1226 Ltd
>> Visit our website at http://www.1226.net
>> Phone: 01772 622889 || Fax:   01772 622558
>> 
>> 
>>> -Original Message-
>>> From: Steven Katz [mailto:[EMAIL PROTECTED]]
>>> Sent: 12 June 2001 19:43
>>> To: [EMAIL PROTECTED]
>>> Subject: Web-based server-side mail clients
>>> 
>>> 
>>> Which Web-mail packages are compatible with qmail + vpopmail? Any
>>> favorites?
>>> 
>>> Thanks,
>>> Steven
>>> 
>> 
>> 
> 
> 
> 




RE: Web-based server-side mail clients

2001-06-13 Thread Steven Katz

Thanks, Bill. I'm already using qmail-pop3d -- can CourierIMAP be
installed without the included POP3 server? Or, is there some
advantage to using the included POP3 server?

Steven


-Original Message-
From: Bill Shupp <[EMAIL PROTECTED]>
Sent: Wednesday, June 13, 2001 7:52 AM
To: Steven Katz
Cc: [EMAIL PROTECTED]
Subject: Re: Web-based server-side mail clients


Steven,

You might want to checkout IMP as well (http://horde.org/imp).  It's a bit
older, and perhaps more stable than SquirrelMail.  But SquirrelMail is much
easier to setup, and has lots of neat plugins.  SM also has search
functionality, which IMP does not (but will in the 2.3 release).

Use CourierIMAP: http://inter7.com/courierimap.  It works very well.  If you
are using a webmail program to access it, you'll need to bump up the max
connections per IP, as the default is 4.  I ran into this limit really
quickly, obviously.

Hope this helps.

Bill Shupp


on 6/13/01 9:43 AM, Steven Katz at [EMAIL PROTECTED] spake:

> Thanks, Kieran. From the screenshots of both, SquirrelMail appears to
> have a nicer-looking interface. Do both handle qmail and virtual
> domains equally well? Whose IMAP server should I use?
>
> Thanks again,
> Steven
>
>
> -Original Message-
> From: Kieran Barnes <[EMAIL PROTECTED]>
> Sent: Wednesday, June 13, 2001 4:20 AM
> To: 'Steven Katz'
> Cc: Vchkpw Mailing List (E-mail)
> Subject: RE: Web-based server-side mail clients
>
>
> Depends on your preference.
>
> Two very good ones - in my opinion are SqWebMail and SquirrelMail
>
> SqWebMail
> http://www.inter7.com/sqwebmail
> Written in C.
> No need for an IMAP server.
> Very fast. Might be a little tricky to install if your "a newbie"
>
> SquirrelMail
> http://www.squirrelmail.org
> Written in PHP.
> Requires an IMAP server.
> Very fast and almost modular.
>
>
> I supply SquirrelMail for my clients. For no special reason. Both are as
> good as each other - again, in my opinion.
>
> Depends on your user load too. I'd recommend SqWebmail for larger
> installations. 1,000+ users, but then again, that depends on your
hardware.
>
> --
> Regards,
>
> Kieran Barnes
> Signum 1226 Ltd
> Visit our website at http://www.1226.net
> Phone: 01772 622889 || Fax:   01772 622558
>
>
>> -Original Message-
>> From: Steven Katz [mailto:[EMAIL PROTECTED]]
>> Sent: 12 June 2001 19:43
>> To: [EMAIL PROTECTED]
>> Subject: Web-based server-side mail clients
>>
>>
>> Which Web-mail packages are compatible with qmail + vpopmail? Any
>> favorites?
>>
>> Thanks,
>> Steven
>>
>
>





Re: Web-based server-side mail clients

2001-06-13 Thread Bill Shupp

Steven,

You might want to checkout IMP as well (http://horde.org/imp).  It's a bit
older, and perhaps more stable than SquirrelMail.  But SquirrelMail is much
easier to setup, and has lots of neat plugins.  SM also has search
functionality, which IMP does not (but will in the 2.3 release).

Use CourierIMAP: http://inter7.com/courierimap.  It works very well.  If you
are using a webmail program to access it, you'll need to bump up the max
connections per IP, as the default is 4.  I ran into this limit really
quickly, obviously.

Hope this helps.

Bill Shupp

on 6/13/01 9:43 AM, Steven Katz at [EMAIL PROTECTED] spake:

> Thanks, Kieran. From the screenshots of both, SquirrelMail appears to
> have a nicer-looking interface. Do both handle qmail and virtual
> domains equally well? Whose IMAP server should I use?
> 
> Thanks again,
> Steven
> 
> 
> -Original Message-
> From: Kieran Barnes <[EMAIL PROTECTED]>
> Sent: Wednesday, June 13, 2001 4:20 AM
> To: 'Steven Katz'
> Cc: Vchkpw Mailing List (E-mail)
> Subject: RE: Web-based server-side mail clients
> 
> 
> Depends on your preference.
> 
> Two very good ones - in my opinion are SqWebMail and SquirrelMail
> 
> SqWebMail
> http://www.inter7.com/sqwebmail
> Written in C.
> No need for an IMAP server.
> Very fast. Might be a little tricky to install if your "a newbie"
> 
> SquirrelMail
> http://www.squirrelmail.org
> Written in PHP.
> Requires an IMAP server.
> Very fast and almost modular.
> 
> 
> I supply SquirrelMail for my clients. For no special reason. Both are as
> good as each other - again, in my opinion.
> 
> Depends on your user load too. I'd recommend SqWebmail for larger
> installations. 1,000+ users, but then again, that depends on your hardware.
> 
> --
> Regards,
> 
> Kieran Barnes
> Signum 1226 Ltd
> Visit our website at http://www.1226.net
> Phone: 01772 622889 || Fax:   01772 622558
> 
> 
>> -Original Message-
>> From: Steven Katz [mailto:[EMAIL PROTECTED]]
>> Sent: 12 June 2001 19:43
>> To: [EMAIL PROTECTED]
>> Subject: Web-based server-side mail clients
>> 
>> 
>> Which Web-mail packages are compatible with qmail + vpopmail? Any
>> favorites?
>> 
>> Thanks,
>> Steven
>> 
> 
> 




RE: Web-based server-side mail clients

2001-06-13 Thread Steven Katz

Thanks, Kieran. From the screenshots of both, SquirrelMail appears to 
have a nicer-looking interface. Do both handle qmail and virtual 
domains equally well? Whose IMAP server should I use?

Thanks again,
Steven


-Original Message-
From: Kieran Barnes <[EMAIL PROTECTED]>
Sent: Wednesday, June 13, 2001 4:20 AM
To: 'Steven Katz'
Cc: Vchkpw Mailing List (E-mail)
Subject: RE: Web-based server-side mail clients


Depends on your preference.

Two very good ones - in my opinion are SqWebMail and SquirrelMail

SqWebMail
http://www.inter7.com/sqwebmail
Written in C.
No need for an IMAP server.
Very fast. Might be a little tricky to install if your "a newbie"

SquirrelMail
http://www.squirrelmail.org
Written in PHP.
Requires an IMAP server.
Very fast and almost modular.


I supply SquirrelMail for my clients. For no special reason. Both are as
good as each other - again, in my opinion.

Depends on your user load too. I'd recommend SqWebmail for larger
installations. 1,000+ users, but then again, that depends on your hardware.

--
Regards,

Kieran Barnes
Signum 1226 Ltd
Visit our website at http://www.1226.net
Phone: 01772 622889 || Fax:   01772 622558


> -Original Message-
> From: Steven Katz [mailto:[EMAIL PROTECTED]]
> Sent: 12 June 2001 19:43
> To: [EMAIL PROTECTED]
> Subject: Web-based server-side mail clients
> 
> 
> Which Web-mail packages are compatible with qmail + vpopmail? Any 
> favorites?
> 
> Thanks,
> Steven
> 




RE: domain area removed

2001-06-13 Thread Daniel Hardaker


> The last 7 days 3 of our customers have had their domain area
> (/home/vpopmail/domains/customer.dom) removed.
> I recall there has been a issue about this error, but I'm not 
> able to find
> it in the list, nor recreate it.

I have had a similar problem in the past with vQadmin and qmailadmin,
which i could not recreate, but for that reason I use a custom solution
instead of vqadmin/qmailadmin

Lost a lot of email! 




RE: vdelivermail again ...

2001-06-13 Thread Marcus Williams

Presumably the second else should actually read

   ... } else if ( *address == '|' ) {

since the code in that else does the command piping stuff...

Marcus

> -Original Message-
> From: Matthias Henze [mailto:[EMAIL PROTECTED]]
> Sent: 13 June 2001 14:30
> To: [EMAIL PROTECTED]
> Subject: vdelivermail again ...
> 
> 
> hi ken,
> 
> .19 should do it but ... there is one thing in 
> "deliver_mail" i do not 
> understand - i read:
> 
> ...
> /* This is a directory/Maildir location */
> if ( *address == '/' ) {
> 
> /* This is an email address */
> } else if ( *address == '&' || *address != '|' ) {
> ...
> } else if ( *address == '/' ) {
> ...
> 
> imo the third if in that chain will never be reached - and 
> i can not find 
> the code fragment of the .18 contianing a substr("&"...) in 
> order to catch 
> normal adresses ... what do you think ?
> 
> cheers
> 
> 
> Matthias Henze MH458-RIPE
> [EMAIL PROTECTED]
> 
> Use PGP!! http://www.mhcsoftware.de/MatthiasHenze.asc
> -
> MHC SoftWare GmbH  voice: +49-(0)9533-92006-0
> Fichtera 17  fax: +49-(0)9533-92006-6
> 96274 Itzgrund/Germanye-Mail: [EMAIL PROTECTED]
> -
> 
> 
> 



RE: domain area removed

2001-06-13 Thread Marcus Williams

Hi -

I seem to remember this happened with an earlier version of qmailadmin
(0.35?) when the postmaster created an autoresponder without a name
and then deleted it. When the autoresponder was deleted, the domain
disappeared. I thought it had been fixed.

Since you're not using 0.35 you could look at
http://www.mail-archive.com/qmailadmin@inter7.com/msg01396.html as
this has something about domains being deleted as well (but in later
versions I think).

Marcus

> -Original Message-
> From: Einar Bordewich [mailto:[EMAIL PROTECTED]]
> Sent: 13 June 2001 13:42
> To: [EMAIL PROTECTED]
> Subject: domain area removed
>
>
> The last 7 days 3 of our customers have had their domain area
> (/home/vpopmail/domains/customer.dom) removed.
> I recall there has been a issue about this error, but I'm
> not able to find
> it in the list, nor recreate it.
>
> It looks like this happens after postmaster has created a
> new autoresponder.
> It's only the home area that is deleted, not information in
> mysql or qmail
> control/users.
>
> Running:
> SuSE linux 6.4
> vpopmail-4.9.10 Stable
> qmailadmin-0.42
> mysql-3.22.32
>
> Can anyone shred some lights on this problem. qmailadmin
> will be upgraded,
> but I realy would love to know how to recreate the problem
> and do it before
> I upgrade.
>
> --
> 
> IDG New MediaEinar Bordewich
> Development Manager  Phone: +47 2336 1420
> E-Mail:  eibo(at)newmedia.no
> Lat: 59.91144 N  Lon: 10.76097 E
> 
>
>
>
>




Problem with Configure?

2001-06-13 Thread Dave Weiner

Building vpopmail 4.10.19 on Solaris 7:

./configure --enable-roaming-users=y --enable-ip-alias-domains=y \
--enable-passwd=y --enable-mysql=y --enable-incdir=/var/lib/mysql/include/my
sql \
--enable-libdir=/var/lib/mysql/lib/mysql --enable-valias=y --enable-mysql-re
plication=n \
--enable-file-locking=y --enable-qmail-ext=y

After running ./configure with the above options, the final lines of output
from ./configure are:

creating config.h
   vpopmail 4.10.19
Current settings
---

vpopmail directory = /var/qmail/vpopmail
   uid = 7797
   gid = 2109
  ip alias = OFF --enable-ip-alias-domains=n (default)
address extentions = ON  --enable-qmail-ext=y
 roaming users = ON  --enable-roaming-users=y
tcpserver file = /var/qmail/vpopmail/etc/tcp.smtp
open_smtp file = /var/qmail/vpopmail/etc/open-smtp
user quota = OFF --enable-hardquota=n default
   auth module = mysql --enable-mysql=y
 mysql replication = OFF --enable-mysql-replication=n default
table optimization = many domains --enable-many-domains=y default
  system passwords = ON  --enable-passwd=y default
  file locking = ON  --enable-file-locking=y default
 file sync = ON  --enable-file-sync=y default
  auth logging = OFF --enable-auth-logging=n default
mysql clear passwd = OFF --enable-clear-passwd=n default
 valias processing = ON  --enable-valias=y
pop syslog = show only failure attempts
 --enable-logging=e default
default domain =  --enable-default-domain=
  auth inc = -I/var/lib/mysql/include/mysql
  auth lib = -L/var/lib/mysql/lib/mysql -lmysqlclient -lz

You'll notice that it says ip alias is off.  But I
have --enable-ip-alias-domains=y in my ./configure line.  Is this a bug with
./configure, and if so, does anybody have a fix?  I don't know enough about
how configure scripts work to track it down myself :(


Dave W





Re: domain area removed

2001-06-13 Thread Daniel Biddle

On Wed, 13 Jun 2001, Einar Bordewich wrote:

> The last 7 days 3 of our customers have had their domain area
> (/home/vpopmail/domains/customer.dom) removed.
> I recall there has been a issue about this error, but I'm not able to find
> it in the list, nor recreate it.

http://www.mail-archive.com/qmailadmin@inter7.com/index.html#01325

> It looks like this happens after postmaster has created a new autoresponder.
> It's only the home area that is deleted, not information in mysql or qmail
> control/users.
:
> Can anyone shred some lights on this problem. qmailadmin will be upgraded,
> but I realy would love to know how to recreate the problem and do it before
> I upgrade.

Try creating an autoresponder with no name, then deleting it.

[By the way, the phrase is 'shed some light', not 'shred some lights' -
they have very different meanings!]

hope this helps,
-- 
Daniel Biddle <[EMAIL PROTECTED]>





vdelivermail again ...

2001-06-13 Thread Matthias Henze

hi ken,

.19 should do it but ... there is one thing in "deliver_mail" i do not 
understand - i read:

...
/* This is a directory/Maildir location */
if ( *address == '/' ) {

/* This is an email address */
} else if ( *address == '&' || *address != '|' ) {
...
} else if ( *address == '/' ) {
...

imo the third if in that chain will never be reached - and i can not find 
the code fragment of the .18 contianing a substr("&"...) in order to catch 
normal adresses ... what do you think ?

cheers


Matthias Henze MH458-RIPE
[EMAIL PROTECTED]

Use PGP!! http://www.mhcsoftware.de/MatthiasHenze.asc
-
MHC SoftWare GmbH  voice: +49-(0)9533-92006-0
Fichtera 17  fax: +49-(0)9533-92006-6
96274 Itzgrund/Germanye-Mail: [EMAIL PROTECTED]
-




Re: domain area removed

2001-06-13 Thread Einar Bordewich


- Original Message -
From: "Daniel Biddle" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 13, 2001 3:13 PM
Subject: Re: domain area removed


> On Wed, 13 Jun 2001, Einar Bordewich wrote:
>
> > The last 7 days 3 of our customers have had their domain area
> > (/home/vpopmail/domains/customer.dom) removed.
> > I recall there has been a issue about this error, but I'm not able to
find
> > it in the list, nor recreate it.
>
> http://www.mail-archive.com/qmailadmin@inter7.com/index.html#01325
>
> > It looks like this happens after postmaster has created a new
autoresponder.
> > It's only the home area that is deleted, not information in mysql or
qmail
> > control/users.
> :
> > Can anyone shred some lights on this problem. qmailadmin will be
upgraded,
> > but I realy would love to know how to recreate the problem and do it
before
> > I upgrade.
>
> Try creating an autoresponder with no name, then deleting it.

Is autoresponder.c/autoresponder bug fixed in qmailadmin-0.45?

> [By the way, the phrase is 'shed some light', not 'shred some lights' -
> they have very different meanings!]

Blush!

> hope this helps,


It does, thanks!

--

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






Setting email quota

2001-06-13 Thread eddy

hi guys, I want to set email quota ( [EMAIL PROTECTED] for 50 Mb) and I use
/home/vpopmail/bin/./vsetuserquota user@mydomain 50m.

But when i find it using /home/vpopmail/bin/./vuserinfo [EMAIL PROTECTED] it
show quoto: NOQUOTA
and I have reconfigure it
./configure --enable-roaming-users=y --enable-harquota=y .
And It still show the same quota: NOQUOTA

Can somebody give me a clue ,
Thanks


Regards,


Eddy




domain area removed

2001-06-13 Thread Einar Bordewich

The last 7 days 3 of our customers have had their domain area
(/home/vpopmail/domains/customer.dom) removed.
I recall there has been a issue about this error, but I'm not able to find
it in the list, nor recreate it.

It looks like this happens after postmaster has created a new autoresponder.
It's only the home area that is deleted, not information in mysql or qmail
control/users.

Running:
SuSE linux 6.4
vpopmail-4.9.10 Stable
qmailadmin-0.42
mysql-3.22.32

Can anyone shred some lights on this problem. qmailadmin will be upgraded,
but I realy would love to know how to recreate the problem and do it before
I upgrade.

--

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






vdelivermail & program delivery

2001-06-13 Thread Matthias Henze

hi,

i've had a short look at vdelivermail.c of 4.10.18 - the vdelivermail 
rewrite ... i've read:

/* check for a .qmail file in thier Maildir
 * If it exists, then deliver to the contents and exit
 */

wow, finaly .qmail processing ... and later on:

   /* Check if the vpopmail user has a .qmail file in thier directory
* and foward to each email address, Maildir or program
* that is found there in that file

finaly "check_forward_deliver" uses "deliver_mail" to deliver mail to a 
given address - but: there  seems to be NO code doing the mentioned 
"program delivery" - or in other words i can not find any code interpreting 
the "| program ..." notation of .qmail files.

did i miss any thing ???

this is one of my most wanted features, in order to use maildrop :-) is any 
body working on it, or should i code it ?


cheers

Matthias Henze MH458-RIPE
[EMAIL PROTECTED]

Use PGP!! http://www.mhcsoftware.de/MatthiasHenze.asc
-
MHC SoftWare GmbH  voice: +49-(0)9533-92006-0
Fichtera 17  fax: +49-(0)9533-92006-6
96274 Itzgrund/Germanye-Mail: [EMAIL PROTECTED]
-




Re: vqadmin problem

2001-06-13 Thread hari_bhr



hi
thanks
i will contact soon to Mr Ken

  - Original Message - 
  From: 
  Wagner 
  To: hari_bhr 
  Cc: [EMAIL PROTECTED] 
  Sent: Wednesday, June 13, 2001 5:21 
  PM
  Subject: Re: vqadmin problem
  
  Hello Hari:
   
  You are not bothering me.
   
  I think this is what linux comunity needs: 
  Helping each other !!
   
  But I've told you everything I know about 
  Vqadmin.
   
  As I said before, I tried to install Vqadmin in 
  red hat 7.0 and I couldn't. I've instaled only in Conectiva Linux that is a 
  Brasilian distribution.
   
  So now you can try to write to Ken Jones (inter7) 
  to see if he can help you, sorry!
   
  Thank you;
  Wagner Garcia Campagner- Original Message - 
  
From: 
hari_bhr 

To: Wagner 
Cc: [EMAIL PROTECTED] 
Sent: Wednesday, June 13, 2001 6:05 
AM
Subject: Re: vqadmin problem

hi Mr Wagner
 
sorry i may troubling you.
no its not working after changing  the 
changes you have suggest
still iam getting following error.
 
could not open lang en-us 
Authentication Failed: Authentication Failed: Username 
unknownvQadmin was unable to determine your username, which
means your webserver is improperly configured to run
with this CGI.  For security reasons, this script
will not run without Apache htaccess lists.

vQadmin v1.4


  - Original Message - 
  From: 
  Wagner 
  To: hari_bhr 
  
  Cc: [EMAIL PROTECTED] 
  Sent: Tuesday, June 12, 2001 11:02 
  PM
  Subject: Re: vqadmin problem
  
  Hi Hari:
   
  Let's see if we can fix it now.
   
  Change your .htaccess file like 
  this:
   
   AuthType 
  Basic AuthUserFile 
  /usr/local/apache/conf/vqadmin.passwd AuthName 
  "vQadmin" require maintest satisfy 
  any
   
   
  Then type this command:
   
  htpasswd -cb 
  /usr/local/apache/conf/vqadmin.passwd 
  maintest PASSWORD
   
  PASSWORD is the password you want for the 
  user maintest.
   
  Try it !
   
  Thank you;
  Wagner Garcia Campagner- Original Message - 
  
From: 
hari_bhr 
To: Wagner 
Sent: Tuesday, June 12, 2001 5:32 
PM
Subject: Re: vqadmin problem

see the attachements
 

  - Original Message - 
  From: 
  Wagner 
  To: hari_bhr 
  
  Cc: Vchkpw Mailing 
  List (E-mail) 
  Sent: Tuesday, June 12, 2001 9:01 
  PM
  Subject: Re: vqadmin 
problem
  
  Hi:
   
  Send me a copy of your httpd.conf, 
  .htaccess and vqadmin.acl file.
   
  What distribution of linux is you 
  using?
   
  I have vqadmin working in Conectiva but i 
  tryed in the red hat and couldn't make it work.
   
  Thanks
  Wagner Garcia CampagnerItautec PhilcoGerência de Des. 
  Produtos Internet
   
  Tel: 6097-3947E-mail: [EMAIL PROTECTED]
  
- Original Message - 
From: 
hari_bhr 
To: Wagner 
Cc: Vchkpw 
Mailing List (E-mail) 
Sent: Tuesday, June 12, 2001 
3:48 PM
Subject: Re: vqadmin 
problem

yes its like same
for information
 
drwxr-xr-x    3 vpopmail 
vchkpw   4096 Jun 12 20:29 
.drwxr-xr-x    4 root 
root 4096 Jun 12 
16:31 ..-rw---    1 nobody   
vchkpw    108 Jun 12 15:35 
.htaccessdrwxr-xr-x    2 vpopmail 
vchkpw   4096 Jun 11 20:58 
html-rw-r--r--    1 vpopmail 
vchkpw    962 Jun 12 20:29 
vqadmin.acl-rwxr-xr-x    1 vpopmail 
vchkpw  85592 Jun 11 20:58 vqadmin.cgi 


  - Original Message - 
  From: 
  Wagner 
  To: hari_bhr 
  Cc: Vchkpw 
  Mailing List (E-mail) 
  Sent: Tuesday, June 12, 2001 
  8:29 PM
  Subject: Re: vqadmin 
  problem
  
  Hi:
   
  change the group of your .htaccess 
  file.
  the group must be 
vchkpw.
   
  -rw---    1 
  nobody   vchkpw    
  108 Jun 12 15:35 .htaccess
   
  Wagner Garcia Campagner- Original Message - 

  
From: 
hari_bhr 
To: Wagner 
Cc: Vchkpw 
Mailing List (E-mail) 
Sent: Tuesday, June 12, 
2001 2:

Re: vqadmin problem

2001-06-13 Thread Daniel Biddle

On Tue, 12 Jun 2001, Wagner wrote:

> Hi Hari:
> 
> Let's see if we can fix it now.
> 
> Change your .htaccess file like this:
> 
>  AuthType Basic
>  AuthUserFile /usr/local/apache/conf/vqadmin.passwd
>  AuthName "vQadmin"
>  require maintest

This should be:

Require user maintest

hope this helps,
-- 
Daniel Biddle <[EMAIL PROTECTED]>




Re: vqadmin problem

2001-06-13 Thread Wagner



Hello Hari:
 
You are not bothering me.
 
I think this is what linux comunity needs: Helping 
each other !!
 
But I've told you everything I know about 
Vqadmin.
 
As I said before, I tried to install Vqadmin in red 
hat 7.0 and I couldn't. I've instaled only in Conectiva Linux that is a 
Brasilian distribution.
 
So now you can try to write to Ken Jones (inter7) 
to see if he can help you, sorry!
 
Thank you;
Wagner Garcia Campagner- Original Message - 

  From: 
  hari_bhr 
  
  To: Wagner 
  Cc: [EMAIL PROTECTED] 
  Sent: Wednesday, June 13, 2001 6:05 
  AM
  Subject: Re: vqadmin problem
  
  hi Mr Wagner
   
  sorry i may troubling you.
  no its not working after changing  the 
  changes you have suggest
  still iam getting following error.
   
  could not open lang en-us 
  Authentication Failed: Authentication Failed: Username 
  unknownvQadmin was unable to determine your username, which
means your webserver is improperly configured to run
with this CGI.  For security reasons, this script
will not run without Apache htaccess lists.

vQadmin v1.4

  
- Original Message - 
From: 
Wagner 
To: hari_bhr 
Cc: [EMAIL PROTECTED] 
Sent: Tuesday, June 12, 2001 11:02 
PM
Subject: Re: vqadmin problem

Hi Hari:
 
Let's see if we can fix it now.
 
Change your .htaccess file like 
this:
 
 AuthType 
Basic AuthUserFile 
/usr/local/apache/conf/vqadmin.passwd AuthName 
"vQadmin" require maintest satisfy 
any
 
 
Then type this command:
 
htpasswd -cb 
/usr/local/apache/conf/vqadmin.passwd 
maintest PASSWORD
 
PASSWORD is the password you want for the user 
maintest.
 
Try it !
 
Thank you;
Wagner Garcia Campagner- Original Message - 

  From: 
  hari_bhr 
  
  To: Wagner 
  Sent: Tuesday, June 12, 2001 5:32 
  PM
  Subject: Re: vqadmin problem
  
  see the attachements
   
  
- Original Message - 
From: 
Wagner 
To: hari_bhr 
Cc: Vchkpw Mailing List (E-mail) 
Sent: Tuesday, June 12, 2001 9:01 
PM
Subject: Re: vqadmin problem

Hi:
 
Send me a copy of your httpd.conf, 
.htaccess and vqadmin.acl file.
 
What distribution of linux is you 
using?
 
I have vqadmin working in Conectiva but i 
tryed in the red hat and couldn't make it work.
 
Thanks
Wagner Garcia CampagnerItautec PhilcoGerência de Des. 
Produtos Internet
 
Tel: 6097-3947E-mail: [EMAIL PROTECTED]

  - Original Message - 
  From: 
  hari_bhr 
  To: Wagner 
  Cc: Vchkpw Mailing List (E-mail) 

  Sent: Tuesday, June 12, 2001 3:48 
  PM
  Subject: Re: vqadmin 
problem
  
  yes its like same
  for information
   
  drwxr-xr-x    3 vpopmail 
  vchkpw   4096 Jun 12 20:29 
  .drwxr-xr-x    4 root 
  root 4096 Jun 12 16:31 
  ..-rw---    1 nobody   
  vchkpw    108 Jun 12 15:35 
  .htaccessdrwxr-xr-x    2 vpopmail 
  vchkpw   4096 Jun 11 20:58 
  html-rw-r--r--    1 vpopmail 
  vchkpw    962 Jun 12 20:29 
  vqadmin.acl-rwxr-xr-x    1 vpopmail 
  vchkpw  85592 Jun 11 20:58 vqadmin.cgi 
  
  
- Original Message - 
From: 
Wagner 
To: hari_bhr 
Cc: Vchkpw Mailing List (E-mail) 

Sent: Tuesday, June 12, 2001 
8:29 PM
Subject: Re: vqadmin 
problem

Hi:
 
change the group of your .htaccess 
file.
the group must be vchkpw.
 
-rw---    1 
nobody   vchkpw    
108 Jun 12 15:35 .htaccess
 
Wagner Garcia Campagner- Original Message - 

  From: 
  hari_bhr 
  To: Wagner 
  Cc: Vchkpw 
  Mailing List (E-mail) 
  Sent: Tuesday, June 12, 2001 
  2:19 PM
  Subject: Re: vqadmin 
  problem
  
  after done the all also
  same problem
  nothing changed
   
  what could be the 
problem
  how do i debug
  
- Original Message - 

From: 
Wagner 
To: hari_bhr 
Cc: Vchkpw 
Mailing List (E-mail) 
Sent: Tuesday, June 12, 
2001 6:30 PM
Subject: Re: vqadmin 
problem

Re: pw_uid

2001-06-13 Thread Ken Jones

yamada wrote:
> 
> Hi.
> 
> I use vpopmail(4.9.10) with MySQL.
> 
> After I excuted "vadduser [EMAIL PROTECTED] password",the value of pw_uid(table
> "bbb_com") is "0".
> Is that a bug ?
> When I used old vpopmail version (3.4.11-2), the value was "1";
> 
> When I use "vpasswd", the value is "1".
> 
> What's changed ?
> I cannot find any information about it though I checked "ChangeLog".
> Please let me know why.
> 
> I recognize the account that have "1" in pw_uid is a POP account.
> And "2" is an "APOP".
> Is that write ?
> 
> yamada

I think the 1 is a APOP account, which no one seems to be using.

I will take a look at the differences.

Ken



RE: Linux 2.4 max proccesses and files

2001-06-13 Thread Marcus Williams

Hi -

Max processes (threads? in 2.4) can be changed using
/proc/sys/kernel/threads-max. I think the file-max stuff is the same
in 2.4 but I dont know about inode-max.

Marcus

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Ken Jones
> Sent: 13 June 2001 11:51
> To: [EMAIL PROTECTED]
> Subject: OT: Linux 2.4 max proccesses and files
>
>
>
> Any of you folks know in linux 2.4 what /proc entries need
> to be modified to allow more processes and increase the
> number of file descriptors?
>
> I know in Linux 2.2 the following would do it:
> echo XXX > /proc/sys/fs/file-max
> echo XXX > /proc/sys/fs/inode-max
>
> Linux 2.4 has a file-max but no inode-max
>
> Any ideas about what to set in 2.4 for having
> pop, smtp and qmail-remote concurency around 300 or more each?
>
> Ken Joens
>
>




RE: Web-based server-side mail clients

2001-06-13 Thread Kieran Barnes

Depends on your preference.

Two very good ones - in my opinion are SqWebMail and SquirrelMail

SqWebMail
http://www.inter7.com/sqwebmail
Written in C.
No need for an IMAP server.
Very fast. Might be a little tricky to install if your "a newbie"

SquirrelMail
http://www.squirrelmail.org
Written in PHP.
Requires an IMAP server.
Very fast and almost modular.


I supply SquirrelMail for my clients. For no special reason. Both are as
good as each other - again, in my opinion.

Depends on your user load too. I'd recommend SqWebmail for larger
installations. 1,000+ users, but then again, that depends on your hardware.

--
Regards,

Kieran Barnes
Signum 1226 Ltd
Visit our website at http://www.1226.net
Phone: 01772 622889 || Fax:   01772 622558


> -Original Message-
> From: Steven Katz [mailto:[EMAIL PROTECTED]]
> Sent: 12 June 2001 19:43
> To: [EMAIL PROTECTED]
> Subject: Web-based server-side mail clients
> 
> 
> Which Web-mail packages are compatible with qmail + vpopmail? Any 
> favorites?
> 
> Thanks,
> Steven
> 



OT: Linux 2.4 max proccesses and files

2001-06-13 Thread Ken Jones


Any of you folks know in linux 2.4 what /proc entries need
to be modified to allow more processes and increase the
number of file descriptors?

I know in Linux 2.2 the following would do it:
echo XXX > /proc/sys/fs/file-max 
echo XXX > /proc/sys/fs/inode-max

Linux 2.4 has a file-max but no inode-max

Any ideas about what to set in 2.4 for having
pop, smtp and qmail-remote concurency around 300 or more each?

Ken Joens



Web-based server-side mail clients

2001-06-13 Thread Steven Katz

Which Web-mail packages are compatible with qmail + vpopmail? Any 
favorites?

Thanks,
Steven




pw_uid

2001-06-13 Thread yamada
Hi.

I use vpopmail(4.9.10) with MySQL.

After I excuted "vadduser [EMAIL PROTECTED] password",the value of pw_uid(table
"bbb_com") is "0".
Is that a bug ?
When I used old vpopmail version (3.4.11-2), the value was "1";

When I use "vpasswd", the value is "1".

What's changed ?
I cannot find any information about it though I checked "ChangeLog".
Please let me know why.

I recognize the account that have "1" in pw_uid is a POP account.
And "2" is an "APOP".
Is that write ?

yamada


Re: tcp.smtp syntax

2001-06-13 Thread Francis P. Ling

David Gartner writes:

> Michael, 
> 
> http://cr.yp.to/ucspi-tcp/tcprules.html 
> 
> See the proceeding url... and it's RELAYCLIENT (with a Y) 
> 
> David Gartner 
> 
> Michael DiMartino wrote: 
> 
>>  Am trying to add an IP address to thetcp.smtp file so I can relay
>> mail from the IP addrress, andam not having much success. What the
>> syntax for this file My failing entry is as follows
>> 24.24.24.15.:allow,RELACLIENT="" 
>>
>> Thanks
>> Mike
> 

And don't forget to rebuild the cdb file. 


 ---
Any  opinions,  explicit  or  implied,  are solely those of
the author and do not necessarily represent those of PANSAR
 ---



Re: Roaming User cant relay mail

2001-06-13 Thread Lye On Siong Johnny

At 08:17 PM 6/12/2001 +0100, you wrote:
>At 06:12 12/06/01, Lye On Siong Johnny wrote:
>>Hi,
>>
>>can somebody help me?
>>
>>I reinstalled vpopmail and I think I miss out on something.
>>currently my /home/vpopmail/etc dir is as follow
>>-rw-r--r--1 vpopmail vchkpw 25 Jun 12 12:54 inc_deps
>>-rw-r--r--1 vpopmail vchkpw 32 Jun 12 12:54 lib_deps
>>-rw-r--r--1 root root 1918 Jun 12 13:08 open-smtp
>>-rw-r--r--1 vpopmail vchkpw  0 Jun 12 13:08 open-smtp.lock
>>-rw-r--r--1 vpopmail vchkpw 30 May  4 17:46 tcp.smtp
>>-rw-r--r--1 vpopmail vchkpw   3207 Jun  3 22:54 tcp.smtp.cdb
>>
>>I am not too sure why open-smtp is under root now.
>>which i think is the reason that tcp.smtp.cdb never get updated.
>
>I don't think so.  Mine works fine and it's:
>
>-rw-r--r--  1 vpopmail  vchkpw 25 Jun  7 12:10 inc_deps
>-rw-r--r--  1 vpopmail  vchkpw 32 Jun  7 12:10 lib_deps
>-rw-r--r--  1 root  vchkpw352 Jun 12 18:12 open-smtp
>-rw-r--r--  1 root  vchkpw  0 Jun 12 18:12 open-smtp.lock
>-rw-r--r--  1 vpopmail  vchkpw 63 Jun  7 11:50 tcp.smtp
>-rw-r--r--  1 vpopmail  vchkpw   2519 Jun 12 17:40 tcp.smtp.cdb
My tcp.smtp.cdb use to work fine and get updated. But not after I upgrade 
my version of vpopmail.




>>I config my vpopmail with the following line
>>./configure --enable-roaming-users=y --enable-qmail-ext=n 
>>--enable-tcprules-prog=/usr/local/bin/tcprules 
>>--enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp
>
>Have you read the FAQ entry:
>4. How do I allow roaming users to use our smtp server...
>?
>
>What is your startup script for the qmail smtp server?

My startup script for smtp is as follow ... is it correct??
#!/bin/sh

exec /usr/local/bin/tcpserver -R -H -v -x/home/vpopmail/etc/tcp.smtp.cdb 
-c20 -u504 -g507 0 25 \
/usr/local/bin/rblsmtpd /var/qmail/bin/qmail-smtpd 2>&1 | \
/usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t s500 n20 
/var/log/qmail/qmail-smtpd

and my pop startup is as follow

#env - PATH="/var/qmail/bin:/usr/local/bin"
#tcpserver 0 pop-3 /var/qmail/bin/qmail-popup my.hostname.com
#/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &




>Did you run /path/to/vpopmail/bin/clearopensmtp ?

I get this following error
tcprules: fatal: unable to create ~vpopmail/etc/tcp.smtp.tmp.24143: file 
does not exist




>Finally, remember that users must first authenticate by popping in to
>*receive* mail before they will be able to use the server as a relay.




RE: Site down?

2001-06-13 Thread Kieran Barnes

Works fine for me!
I'm located in England, maybe its your routing.

--
Regards,

Kieran Barnes
Signum 1226 Ltd
Visit our website at http://www.1226.net
Phone: 01772 622889 || Fax:   01772 622558


> -Original Message-
> From: Steven Katz [mailto:[EMAIL PROTECTED]]
> Sent: 12 June 2001 23:15
> To: [EMAIL PROTECTED]
> Subject: Site down?
> 
> 
> Can't get to www.inter7.com -- is it down?
> 
> Thanks,
> Steven
> 



Site down?

2001-06-13 Thread Steven Katz

Can't get to www.inter7.com -- is it down?

Thanks,
Steven




RE: Unable to compile without errors - off topic I think, but would appreciate help

2001-06-13 Thread Kieran Barnes

I had a similar problem once over.

In your courier source there is a file authlib/Makefile
Edit that. In there there is a line begining LDFLAGS=

I replaced that line with the one below

LDFLAGS = -L/home/vpopmail/lib -lvpopmail -L/usr/local/mysql/lib/mysql
-lmysqlclient

Take note of where your mysql libs are. If you followed the mysql install
proceedure, that line will be correct, alternatively your libs might be in
/usr/local/lib or /usr/local/lib/mysql

Save that file and run make again.
I'm not saying it WILL work, but it worked for me

--
Regards,

Kieran Barnes
Signum 1226 Ltd
Visit our website at http://www.1226.net
Phone: 01772 622889 || Fax:   01772 622558


> -Original Message-
> From: burrett [mailto:[EMAIL PROTECTED]]
> Sent: 13 June 2001 05:40
> To: [EMAIL PROTECTED]
> Subject: Unable to compile without errors - off topic I 
> think, but would
> appreciate help
> 
> 
> Roger Arnold wrote:
> 
> Hi All,
> 
> (Sorry Ken but it's me again) :)
> 
> I just tried to compile courier-imap, but it didn't like the Vpopmail
> authentication, which I was afraid of earlier in another email. The
> problem seems to relate to the Mysql parts of vpopmail because it's
> returning with "undefined reference" and all the errors are 
> pointing to
> Mysql.
> I used the same configure as you gave me Ken as the one where 
> you didn't
> have any trouble, mainly because it seems if you point to files in
> different locations from default it can stuff things up :)
> 
> ./configure --without-authuserdb --without-authpam \
> --without-authpwd --without-authshadow --without-authldap \
> --with-authvchkpw --enable-workarounds-for-imap-client-bugs
> 
> The errors returned are:
> 
> collect2: ld returned 1 exit status
> make[1]: *** [authvchkpw] Error 1
> make[1]: Leaving directory '/usr/src/courier-imap-1.3.8.1/authlib'
> make: *** [all-recursive] Error 1
> 
> There were lots & lots of references to mysql i.e.:
> 
> undefined reference to 'mysql_query'
> undefined reference to 'mysql_store_result'
> undefined reference to 'mysql_free_result'
> undefined reference to 'mysql_fetch_row'
> etc. etc.
> 
> Anyone know what configure item I need to correct the problem, or how
> else to fix it?
> I don't know enough about programming to change any of the 
> files, unless
> I am just copying what someone else writes, and with 
> directions on where
> to put it :)
> 
> Any and all help will be appreciated
> Thanks in advance
> Regards
> Roger
> 
> PS
> Sorry for sending another email to the list so soon Ken but I 
> can't fix
> this one easily :)
> BTW everyone, Ken is the greatest and deserves many thanks from me,
> which I would like to do publicly :)
> 



Re: I must be an idiot.

2001-06-13 Thread Ken Jones

chris wrote:
> 
> Hello list,
> 
> I feel like an idiot here, but I've looked through the archives and even
> gone back into config.cache, config.log, and all my other config files from
> previous builds looking for how to set the install path for my overall
> VPOPMAIL installation.  IE.  I need to configure, make, make install, etc.
> into /RAID/vpopmail as opposed to the default /home/vpopmail.
> 
> I can't seem to get this VERY SIMPLE THING TO WORK! and it driving me
> NUTS
> 
> I found what I thought I should set:  --enable-vpopmail=/RAID/vpopmail
> 
> but it doesn't work.  Can someone help me please?

The easiest way is

usermod -d /RAID/vpopmail vpopmail

Change vpopmail's home directory.

Ken Jones



Re: Roaming User cant relay mail

2001-06-13 Thread Lye On Siong Johnny

At 08:17 PM 6/12/2001 +0100, you wrote:
>At 06:12 12/06/01, Lye On Siong Johnny wrote:
>>Hi,
>>
>>can somebody help me?
>>
>>I reinstalled vpopmail and I think I miss out on something.
>>currently my /home/vpopmail/etc dir is as follow
>>-rw-r--r--1 vpopmail vchkpw 25 Jun 12 12:54 inc_deps
>>-rw-r--r--1 vpopmail vchkpw 32 Jun 12 12:54 lib_deps
>>-rw-r--r--1 root root 1918 Jun 12 13:08 open-smtp
>>-rw-r--r--1 vpopmail vchkpw  0 Jun 12 13:08 open-smtp.lock
>>-rw-r--r--1 vpopmail vchkpw 30 May  4 17:46 tcp.smtp
>>-rw-r--r--1 vpopmail vchkpw   3207 Jun  3 22:54 tcp.smtp.cdb
>>
>>I am not too sure why open-smtp is under root now.
>>which i think is the reason that tcp.smtp.cdb never get updated.
>
>I don't think so.  Mine works fine and it's:
>
>-rw-r--r--  1 vpopmail  vchkpw 25 Jun  7 12:10 inc_deps
>-rw-r--r--  1 vpopmail  vchkpw 32 Jun  7 12:10 lib_deps
>-rw-r--r--  1 root  vchkpw352 Jun 12 18:12 open-smtp
>-rw-r--r--  1 root  vchkpw  0 Jun 12 18:12 open-smtp.lock
>-rw-r--r--  1 vpopmail  vchkpw 63 Jun  7 11:50 tcp.smtp
>-rw-r--r--  1 vpopmail  vchkpw   2519 Jun 12 17:40 tcp.smtp.cdb
>
My tcp.smtp.cdb use to work fine and get updated. But not after I upgrade 
my version of vpopmail.




>>I config my vpopmail with the following line
>>./configure --enable-roaming-users=y --enable-qmail-ext=n 
>>--enable-tcprules-prog=/usr/local/bin/tcprules 
>>--enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp
>
>Have you read the FAQ entry:
>4. How do I allow roaming users to use our smtp server...
>?
>
>What is your startup script for the qmail smtp server?

My startup script for smtp is as follow ... is it correct??
#!/bin/sh

exec /usr/local/bin/tcpserver -R -H -v -x/home/vpopmail/etc/tcp.smtp.cdb 
-c20 -u504 -g507 0 25 \
/usr/local/bin/rblsmtpd /var/qmail/bin/qmail-smtpd 2>&1 | \
/usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t s500 n20 
/var/log/qmail/qmail-smtpd

and my pop startup is as follow

#env - PATH="/var/qmail/bin:/usr/local/bin"
#tcpserver 0 pop-3 /var/qmail/bin/qmail-popup my.hostname.com
#/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &




>Did you run /path/to/vpopmail/bin/clearopensmtp ?

I get this following error
tcprules: fatal: unable to create ~vpopmail/etc/tcp.smtp.tmp.24143: file 
does not exist




>Finally, remember that users must first authenticate by popping in to
>*receive* mail before they will be able to use the server as a relay.




I must be an idiot.

2001-06-13 Thread chris

Hello list,

I feel like an idiot here, but I've looked through the archives and even
gone back into config.cache, config.log, and all my other config files from
previous builds looking for how to set the install path for my overall
VPOPMAIL installation.  IE.  I need to configure, make, make install, etc.
into /RAID/vpopmail as opposed to the default /home/vpopmail.

I can't seem to get this VERY SIMPLE THING TO WORK! and it driving me
NUTS

I found what I thought I should set:  --enable-vpopmail=/RAID/vpopmail

but it doesn't work.  Can someone help me please?

TIA,
Chris Bunnell
Sonic Internet Services





Unable to compile without errors - off topic I think, but would appreciate help

2001-06-13 Thread burrett

Roger Arnold wrote:

Hi All,

(Sorry Ken but it's me again) :)

I just tried to compile courier-imap, but it didn't like the Vpopmail
authentication, which I was afraid of earlier in another email. The
problem seems to relate to the Mysql parts of vpopmail because it's
returning with "undefined reference" and all the errors are pointing to
Mysql.
I used the same configure as you gave me Ken as the one where you didn't
have any trouble, mainly because it seems if you point to files in
different locations from default it can stuff things up :)

./configure --without-authuserdb --without-authpam \
--without-authpwd --without-authshadow --without-authldap \
--with-authvchkpw --enable-workarounds-for-imap-client-bugs

The errors returned are:

collect2: ld returned 1 exit status
make[1]: *** [authvchkpw] Error 1
make[1]: Leaving directory '/usr/src/courier-imap-1.3.8.1/authlib'
make: *** [all-recursive] Error 1

There were lots & lots of references to mysql i.e.:

undefined reference to 'mysql_query'
undefined reference to 'mysql_store_result'
undefined reference to 'mysql_free_result'
undefined reference to 'mysql_fetch_row'
etc. etc.

Anyone know what configure item I need to correct the problem, or how
else to fix it?
I don't know enough about programming to change any of the files, unless
I am just copying what someone else writes, and with directions on where
to put it :)

Any and all help will be appreciated
Thanks in advance
Regards
Roger

PS
Sorry for sending another email to the list so soon Ken but I can't fix
this one easily :)
BTW everyone, Ken is the greatest and deserves many thanks from me,
which I would like to do publicly :)




Re: vqadmin problem

2001-06-13 Thread hari_bhr



hi Mr Wagner
 
sorry i may troubling you.
no its not working after changing  the changes 
you have suggest
still iam getting following error.
 
could not open lang en-us 
Authentication Failed: Authentication Failed: Username 
unknownvQadmin was unable to determine your username, which
means your webserver is improperly configured to run
with this CGI.  For security reasons, this script
will not run without Apache htaccess lists.

vQadmin v1.4


  - Original Message - 
  From: 
  Wagner 
  To: hari_bhr 
  Cc: [EMAIL PROTECTED] 
  Sent: Tuesday, June 12, 2001 11:02 
  PM
  Subject: Re: vqadmin problem
  
  Hi Hari:
   
  Let's see if we can fix it now.
   
  Change your .htaccess file like 
this:
   
   AuthType 
  Basic AuthUserFile 
  /usr/local/apache/conf/vqadmin.passwd AuthName 
  "vQadmin" require maintest satisfy 
  any
   
   
  Then type this command:
   
  htpasswd -cb 
  /usr/local/apache/conf/vqadmin.passwd 
  maintest PASSWORD
   
  PASSWORD is the password you want for the user 
  maintest.
   
  Try it !
   
  Thank you;
  Wagner Garcia Campagner- Original Message - 
  
From: 
hari_bhr 

To: Wagner 
Sent: Tuesday, June 12, 2001 5:32 
PM
Subject: Re: vqadmin problem

see the attachements
 

  - Original Message - 
  From: 
  Wagner 
  To: hari_bhr 
  
  Cc: Vchkpw Mailing 
  List (E-mail) 
  Sent: Tuesday, June 12, 2001 9:01 
  PM
  Subject: Re: vqadmin problem
  
  Hi:
   
  Send me a copy of your httpd.conf, .htaccess 
  and vqadmin.acl file.
   
  What distribution of linux is you 
  using?
   
  I have vqadmin working in Conectiva but i 
  tryed in the red hat and couldn't make it work.
   
  Thanks
  Wagner Garcia CampagnerItautec PhilcoGerência de Des. 
  Produtos Internet
   
  Tel: 6097-3947E-mail: [EMAIL PROTECTED]
  
- Original Message - 
From: 
hari_bhr 
To: Wagner 
Cc: Vchkpw Mailing 
List (E-mail) 
Sent: Tuesday, June 12, 2001 3:48 
PM
Subject: Re: vqadmin problem

yes its like same
for information
 
drwxr-xr-x    3 vpopmail 
vchkpw   4096 Jun 12 20:29 
.drwxr-xr-x    4 root 
root 4096 Jun 12 16:31 
..-rw---    1 nobody   
vchkpw    108 Jun 12 15:35 
.htaccessdrwxr-xr-x    2 vpopmail 
vchkpw   4096 Jun 11 20:58 
html-rw-r--r--    1 vpopmail 
vchkpw    962 Jun 12 20:29 
vqadmin.acl-rwxr-xr-x    1 vpopmail 
vchkpw  85592 Jun 11 20:58 vqadmin.cgi 


  - Original Message - 
  From: 
  Wagner 
  To: hari_bhr 
  
  Cc: Vchkpw Mailing 
  List (E-mail) 
  Sent: Tuesday, June 12, 2001 8:29 
  PM
  Subject: Re: vqadmin 
problem
  
  Hi:
   
  change the group of your .htaccess 
  file.
  the group must be vchkpw.
   
  -rw---    1 
  nobody   vchkpw    
  108 Jun 12 15:35 .htaccess
   
  Wagner Garcia Campagner- Original Message - 
  
From: 
hari_bhr 
To: Wagner 
Cc: Vchkpw 
Mailing List (E-mail) 
Sent: Tuesday, June 12, 2001 
2:19 PM
Subject: Re: vqadmin 
problem

after done the all also
same problem
nothing changed
 
what could be the problem
how do i debug

  - Original Message - 
  From: 
  Wagner 
  To: hari_bhr 
  Cc: Vchkpw 
  Mailing List (E-mail) 
  Sent: Tuesday, June 12, 2001 
  6:30 PM
  Subject: Re: vqadmin 
  problem
  
  Hello Hari:
   
  First:
   
  You have to put the following lines 
  in your httpd.conf file:
   
  
      Options 
  ExecCGI    AllowOverride 
  AuthConfig    Order 
  deny,allow   
   
  Second:
   
  You have to edit your vqadmin.acl file:
   
  Coment all the lines and insert one line like this:
   
  USERNAME  PERMISSIONS  GROUP
   
  As I said in the last e-mail.
  
  Username is the name that you put in 
  your .htaccess file.
  Permissions are all the permissions 
  you want to give to that user such as VPCX
  And group cam be any name you 

RE: Hardware platform

2001-06-13 Thread Matt Simerson
Title: OT: Hardware platform



It all 
depends on a lot of factors, most important ones being the speed of your 
disk(s), the drive layout, drive optimizations, MTA performance optimizations, 
activity of users, and a whole bunch more factors. I wouldn't put many more than 
10,000 on any one system although it might be able to handle 
it. 
 
Matt

  -Original Message-From: Leonard Cooper 
  [mailto:[EMAIL PROTECTED]]Sent: Tuesday, June 12, 2001 11:11 
  AMTo: '[EMAIL PROTECTED]'Subject: OT: Hardware 
  platform
  Hi All, I know this is WAY off topic, 
  and even out of context for the list, But I need an Answer on this 
  ASAP. How many users can we support on the following 
  platform? Compaq Alpha DS10 1Gb Ram 4x100baseTX - 
  peered to 400mb/s   All 
  SMTP / POP3? A guestimate as to how many pop3 users I could support, 80% on 
  Dial-up?   Thanks 
  Leonard 


filter for vpomail/qmailadmin

2001-06-13 Thread Lu

Ken,
I have seen bits and pieces of discussions about e-mail filtering but
nothing concrete.

Can you let me know what filters are available for vpopmail and qmailadmin ?

I am using vpopmail-4.9.10 and qmailadmin-0.45.

Thanks.

Lu




Re: Roaming User cant relay mail

2001-06-13 Thread Rick Updegrove - dislists

> From: <[EMAIL PROTECTED]>
>> FROM: Lye On Siong Johnny <[EMAIL PROTECTED]>

Try changing the group of open-smtp to vchkpw, both lou and I have that, you
do not.

bash-2.04# ls -la
total 60
drwxr-xr-x  2 vpopmail  vchkpw512 Jun 12 14:13 .
drwxr-xr-x  9 vpopmail  vchkpw512 Apr 22 14:20 ..
-rw-r--r--  1 vpopmail  vchkpw 24 Mar 23 20:08 inc_deps
-rw-r--r--  1 vpopmail  vchkpw 31 Mar 23 20:08 lib_deps
-rw-r--r--  1 root  vchkpw  10555 Jun 12 14:13 open-smtp
-rw-r--r--  1 vpopmail  vchkpw  0 Jun 12 14:13 open-smtp.lock
-rw-r--r--  1 vpopmail  vchkpw 90 Apr  8 23:08 tcp.smtp
-rw-r--r--  1 vpopmail  vchkpw  13473 Jun 12 12:20 tcp.smtp.cdb

> At 06:12 12/06/01, Lye On Siong Johnny wrote:
> >Hi,
> >
> >can somebody help me?
> >
> >I reinstalled vpopmail and I think I miss out on something.
> >currently my /home/vpopmail/etc dir is as follow
> >-rw-r--r--1 vpopmail vchkpw 25 Jun 12 12:54 inc_deps
> >-rw-r--r--1 vpopmail vchkpw 32 Jun 12 12:54 lib_deps
> >-rw-r--r--1 root root 1918 Jun 12 13:08 open-smtp
> >-rw-r--r--1 vpopmail vchkpw  0 Jun 12 13:08 open-smtp.lock
> >-rw-r--r--1 vpopmail vchkpw 30 May  4 17:46 tcp.smtp
> >-rw-r--r--1 vpopmail vchkpw   3207 Jun  3 22:54 tcp.smtp.cdb
> >
> >I am not too sure why open-smtp is under root now.
> >which i think is the reason that tcp.smtp.cdb never get updated.
>
> I don't think so.  Mine works fine and it's:
>
> -rw-r--r--  1 vpopmail  vchkpw 25 Jun  7 12:10 inc_deps
> -rw-r--r--  1 vpopmail  vchkpw 32 Jun  7 12:10 lib_deps
> -rw-r--r--  1 root  vchkpw352 Jun 12 18:12 open-smtp
> -rw-r--r--  1 root  vchkpw  0 Jun 12 18:12 open-smtp.lock
> -rw-r--r--  1 vpopmail  vchkpw 63 Jun  7 11:50 tcp.smtp
> -rw-r--r--  1 vpopmail  vchkpw   2519 Jun 12 17:40 tcp.smtp.cdb





RE: autoresponder

2001-06-13 Thread Lu Vo

See my previous post regarding this topic.
The patch I included does exactly this and I am using it successfully.

Lu
 

> -Original Message-
> From: plx [mailto:plx]On Behalf Of [EMAIL PROTECTED]
> Sent: Tuesday, June 12, 2001 6:22 AM
> To: vpopmail_mailing_list
> Subject: autoresponder
> 
> 
> Hi,
> 
> does anybody know how to do an autoresponder only for one mail account
> and only for one week (during my vacation...hehehee),
> but i  do want to keep receiving mails in my inbox
> 
> thanxs
> 
> plx