[vchkpw] Re: authenticated relay

2002-10-18 Thread John Johnson
I use Bill shupps mega patch... It has smtp-auth in it..
go to http://www.shupp.org  This is how I setup my smtp-auth
and it also has the qmail-queue patch and a patch to fix
some stuff with quotas... Well worth the time to use this
patch and if you wait a little longer he is going to be
adding more stuff to his patch. 

-John 

John Stile writes: 

I want to be able to send email from anywhere using my
qmail/vpopmail/courier-imap server.  It seems there are patches for
qmail, roaming-users config for vpopmail, and other patches for
courier-imap.  Currently vchkpw is my authentication method for pop3 and
imap. 

What is the best way to go?  Do I need each to be patched?  I can't find
a how-to that works.  If this is a common configuration need, why is it
not easy to turn on? 






--Powered by Linux. My other OS is your Windows box. 



[vchkpw] authenticated relay

2002-10-18 Thread John Stile
I want to be able to send email from anywhere using my
qmail/vpopmail/courier-imap server.  It seems there are patches for
qmail, roaming-users config for vpopmail, and other patches for
courier-imap.  Currently vchkpw is my authentication method for pop3 and
imap.

What is the best way to go?  Do I need each to be patched?  I can't find
a how-to that works.  If this is a common configuration need, why is it
not easy to turn on?





[vchkpw] lost .dir-control

2002-10-18 Thread "Eduardo J. Quirós B."
My .dir-control got corrupted

how can I generate a new one?

thanks





RE: [vchkpw] Vpopmail under devel any longer?

2002-10-18 Thread Brad Dameron
Thank you Bill.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET

 

> -Original Message-
> From: Bill Shupp [mailto:hostmaster@;shupp.org]
> Sent: Friday, October 18, 2002 1:32 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [vchkpw] Vpopmail under devel any longer?
> 
> 
> On Wednesday, October 16, 2002, at 01:02  PM, Brad Dameron wrote:
> 
> > Sorry but the qmail-ext only works with the .qmail files. It doesn't 
> > work
> > with the valias's in MySQL. That is what we have been posting about 
> > for a
> > month now.
> 
> 
> The problem is that vdelivermail doesn't support wildcards.  This
> affects both the valias feature and qmail-ext feature.  So, for
> example, if you have a valias entry for "list" (.qmail-list),
> vdelivermail will not process a message to list-subscribe because it
> doesn't check for the wildcard list-default (.qmail-list-default).  I'm
> working on adding this, but it may be a few days before I get it done.
> This should hopefully solve the problem.
> 
> Regards,
> 
> Bill Shupp
> 
> 
> 




Re: [vchkpw] Vpopmail under devel any longer?

2002-10-18 Thread Bill Shupp
On Wednesday, October 16, 2002, at 01:02  PM, Brad Dameron wrote:


Sorry but the qmail-ext only works with the .qmail files. It doesn't 
work
with the valias's in MySQL. That is what we have been posting about 
for a
month now.


The problem is that vdelivermail doesn't support wildcards.  This
affects both the valias feature and qmail-ext feature.  So, for
example, if you have a valias entry for "list" (.qmail-list),
vdelivermail will not process a message to list-subscribe because it
doesn't check for the wildcard list-default (.qmail-list-default).  I'm
working on adding this, but it may be a few days before I get it done.
This should hopefully solve the problem.

Regards,

Bill Shupp





[vchkpw] Cost To Get Postgresql Support In Vpopmail

2002-10-18 Thread Jay's Lists
I've been waiting a long time for Postgresql support in Vpopmail.
Apparently it exists, but there is no autoconf support for it right now.

I don't have the expertise necessary to write what is needed, otherwise
I would.  So how much would it cost to get someone with the experience
necessary to finish up what has already been started?

We are just a tiny company right now, but might be willing to pay for
the cost of development.  Maybe there are other companies out there that
also need Postgresql support in Vpopmail and would be willing to partner
on the costs of development...


Jay Tortorelli





RE: [vchkpw] multi-table mysql domains

2002-10-18 Thread Tren Blackburn
As I recall, mysql can only have 64 tables open at a time.  It might
have a different limit on different OS's but for Linux that's the issue.

Regards,

Tren

-Original Message-
From: Matthias Trevarthan [mailto:trevarthan@;wingnet.net] 
Sent: Friday, October 18, 2002 11:16 AM
To: [EMAIL PROTECTED]
Subject: [vchkpw] multi-table mysql domains


Howdy,

I'm just curious, but why does the documentation frown upon multiple
tables 
for multiple domains?

Is it the per process file descriptor thing? (After all, that's not so
much of 
a UNIX thing as a Linux thing. FreeBSD doesn't have per process limits.
It 
has system limits, but they're tunable.)

Or is it something else? I would think that throwing multiple domains
and 
users into one table is poor database design. Not only is it more
difficult 
to back up and administer, but I would think it would be slower! After
all, 
if you have 10,000 users in one domain, and only 500 in another, it'd be

inefficient to search for those 500 users among 10,000.

Matthias







[vchkpw] multi-table mysql domains

2002-10-18 Thread Matthias Trevarthan
Howdy,

I'm just curious, but why does the documentation frown upon multiple tables 
for multiple domains?

Is it the per process file descriptor thing? (After all, that's not so much of 
a UNIX thing as a Linux thing. FreeBSD doesn't have per process limits. It 
has system limits, but they're tunable.)

Or is it something else? I would think that throwing multiple domains and 
users into one table is poor database design. Not only is it more difficult 
to back up and administer, but I would think it would be slower! After all, 
if you have 10,000 users in one domain, and only 500 in another, it'd be 
inefficient to search for those 500 users among 10,000.

Matthias




Re: [vchkpw] many-domains=n large-site=y courier-imap problem

2002-10-18 Thread Matthias Trevarthan
Ok... I recompiled courier-imap, and now I can authenticate with
[EMAIL PROTECTED], but I compiled vpopmail with --enable-ip-alias-domains=y. I
should be able to authenticate with just 'user', right?

I also did a vipmap -a 206.30.x.x mydomain.com.

When I run vipmap without any arguments it returns what I inputed.

Also, I can telnet mydomain.com 143 and I get my courier server's greeting,
 so I know it's running.

Any ideas?

Matthias

On Friday 18 October 2002 12:18, Tren Blackburn wrote:
> It's because it links to the vpopmail library and you've now changed
> what's in that library.  =)
>
> Tren
>
> -Original Message-
> From: Matthias Trevarthan [mailto:trevarthan@;wingnet.net]
> Sent: Friday, October 18, 2002 10:16 AM
> To: Tren Blackburn
> Subject: Re: [vchkpw] many-domains=n large-site=y courier-imap problem
>
>
> No, I sure didn't. I didn't think that the authvchkpw authentication
> module
> internals would actually change.
>
> Let me try that
>
> On Friday 18 October 2002 12:10, Tren Blackburn wrote:
> > After you recompiled vpopmail, did you recompile courier-imap?  Any
> > time you make changes to vpopmail you have to recompile any supporting
> >
> > programs (sqwebmail, qmailadmin, courier imap)
> >
> > Regards,
> >
> > Tren





Re: [vchkpw] many-domains=n large-site=y courier-imap problem

2002-10-18 Thread Matthias Trevarthan
As I mentioned before, this is a test machine. I deleted all my domains and 
recreated them after the switch. I've only got three test domains anyway.


On Friday 18 October 2002 12:55, tonix (Antonio Nati) wrote:
> As far as I remember, many-domains=n and many-domains=y work with different
> tables.
>
> So, when switching from "n" to "y" you should also convert the database to
> the new format.
>
> This is one of the switches you select with the first installation, and
> then you never change (usually).
>
> Tonino
>
> At 18/10/02 18/10/02 -0400, Matthias Trevarthan wrote:
> >Howdy peeps,
> >
> >I'm testing a new install on a FreeBSD 4.6.2-RELEASE server.
> >
> >I'm running:
> >
> >Qmail
> >
> >vpopmail
> >./configure --enable-roaming-users=y --enable-clear-passwd=y
> >--enable-logging=e --enable-log-name=vpopmail
> >--enable-default-domain=domain.com --enable-defaultquota=500
> >--enable-mysql-logging=y --enable-mysql=y --enable-valias=y
> >--enable-relay-clear-minutes=30 --enable-md5-passwords=y
> >--enable-large-site=y --enable-ip-alias-domains=y --enable-many-domains=n
> >
> >courier-imap
> >./configure --without-ipv6 --with-trashquota
> >
> >
> >This configuration worked just fine without many-domains=n. But when I
> > added many-domains=n, courier suddenly can't authenticate.
> >
> >Let me repeat myself: The ONLY thing that has changed from a WORKING
> >vpopmail-courier-imap MYSQL install is that I changed many-domains to 'n'.
> >
> >So, my question is, does the authvchkpw module not support multi-table
> >domains?
> >
> >Will I have to rig authmysql authentication for this to work?
> >
> >Thanks!
> >
> >Matthias
>
> 
>  Inter@zioniInterazioni di Antonio Nati
> http://www.interazioni.it  [EMAIL PROTECTED]
> 





Re: [vchkpw] many-domains=n large-site=y courier-imap problem

2002-10-18 Thread tonix (Antonio Nati)

As far as I remember, many-domains=n and many-domains=y work with different 
tables.

So, when switching from "n" to "y" you should also convert the database to 
the new format.

This is one of the switches you select with the first installation, and 
then you never change (usually).

Tonino

At 18/10/02 18/10/02 -0400, Matthias Trevarthan wrote:
Howdy peeps,

I'm testing a new install on a FreeBSD 4.6.2-RELEASE server.

I'm running:

Qmail

vpopmail
./configure --enable-roaming-users=y --enable-clear-passwd=y
--enable-logging=e --enable-log-name=vpopmail
--enable-default-domain=domain.com --enable-defaultquota=500
--enable-mysql-logging=y --enable-mysql=y --enable-valias=y
--enable-relay-clear-minutes=30 --enable-md5-passwords=y
--enable-large-site=y --enable-ip-alias-domains=y --enable-many-domains=n

courier-imap
./configure --without-ipv6 --with-trashquota


This configuration worked just fine without many-domains=n. But when I added
many-domains=n, courier suddenly can't authenticate.

Let me repeat myself: The ONLY thing that has changed from a WORKING
vpopmail-courier-imap MYSQL install is that I changed many-domains to 'n'.

So, my question is, does the authvchkpw module not support multi-table
domains?

Will I have to rig authmysql authentication for this to work?

Thanks!

Matthias




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






Re: [vchkpw] Stupid question

2002-10-18 Thread Pablo Murillo
> > I update the kernel on my linuxs servers
> > Do I need to recompile VpopMail and QmailAdmin ?
> no

Thanks






Re: [vchkpw] Stupid question

2002-10-18 Thread Sashka Nochkin
Hi Pablo,

> I update the kernel on my linuxs servers
> Do I need to recompile VpopMail and QmailAdmin ?
no

Nochkin






[vchkpw] Stupid question

2002-10-18 Thread Pablo Murillo
Hi

I update the kernel on my linuxs servers
Do I need to recompile VpopMail and QmailAdmin ?

Pablo Murillo







Re: [vchkpw] Re: qmail, vpopmail, ezmlm & me

2002-10-18 Thread Steve Mallett
[EMAIL PROTECTED] wrote:


My suggestion is that you download and try out QmailAdmin.  Set up
a mailing list with that.  Dont pick any funky options, just check
out the configuration for a straight-up, no-frills ezmlm-base mailing
list. :)


I love you qmailadmin & ezmlm-idx!

--
Steve Mallett | [EMAIL PROTECTED]
http://OSDir.com on the O'Reilly Network
http://opensource.org | [EMAIL PROTECTED]
http://open5ource.net 





RE: [vchkpw] many-domains=n large-site=y courier-imap problem

2002-10-18 Thread Tren Blackburn
After you recompiled vpopmail, did you recompile courier-imap?  Any time
you make changes to vpopmail you have to recompile any supporting
programs (sqwebmail, qmailadmin, courier imap)

Regards,

Tren

-Original Message-
From: Matthias Trevarthan [mailto:trevarthan@;wingnet.net] 
Sent: Friday, October 18, 2002 10:07 AM
To: [EMAIL PROTECTED]
Subject: [vchkpw] many-domains=n large-site=y courier-imap problem


Howdy peeps,

I'm testing a new install on a FreeBSD 4.6.2-RELEASE server.

I'm running:

Qmail

vpopmail
./configure --enable-roaming-users=y --enable-clear-passwd=y 
--enable-logging=e --enable-log-name=vpopmail 
--enable-default-domain=domain.com --enable-defaultquota=500 
--enable-mysql-logging=y --enable-mysql=y --enable-valias=y 
--enable-relay-clear-minutes=30 --enable-md5-passwords=y 
--enable-large-site=y --enable-ip-alias-domains=y
--enable-many-domains=n

courier-imap
./configure --without-ipv6 --with-trashquota


This configuration worked just fine without many-domains=n. But when I
added 
many-domains=n, courier suddenly can't authenticate.

Let me repeat myself: The ONLY thing that has changed from a WORKING 
vpopmail-courier-imap MYSQL install is that I changed many-domains to
'n'.

So, my question is, does the authvchkpw module not support multi-table 
domains?

Will I have to rig authmysql authentication for this to work?

Thanks!

Matthias








[vchkpw] many-domains=n large-site=y courier-imap problem

2002-10-18 Thread Matthias Trevarthan
Howdy peeps,

I'm testing a new install on a FreeBSD 4.6.2-RELEASE server.

I'm running:

Qmail

vpopmail
./configure --enable-roaming-users=y --enable-clear-passwd=y 
--enable-logging=e --enable-log-name=vpopmail 
--enable-default-domain=domain.com --enable-defaultquota=500 
--enable-mysql-logging=y --enable-mysql=y --enable-valias=y 
--enable-relay-clear-minutes=30 --enable-md5-passwords=y 
--enable-large-site=y --enable-ip-alias-domains=y --enable-many-domains=n

courier-imap
./configure --without-ipv6 --with-trashquota


This configuration worked just fine without many-domains=n. But when I added 
many-domains=n, courier suddenly can't authenticate.

Let me repeat myself: The ONLY thing that has changed from a WORKING 
vpopmail-courier-imap MYSQL install is that I changed many-domains to 'n'.

So, my question is, does the authvchkpw module not support multi-table 
domains?

Will I have to rig authmysql authentication for this to work?

Thanks!

Matthias





Re: [vchkpw] Qmail AntiSpaming

2002-10-18 Thread Rick Macdougall
Hi Mat,

I find it works great running spamassassin from the .qmail-default file.

That way domains that want it can have it and those that don't do not have
to.  Reduces the overhead as well for those who don't.

We store all the variables in a MySQL DB and let the users set their
preferences from a web page.

Regards,

Rick

- Original Message -
From: "Matt Simerson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 18, 2002 11:42 AM
Subject: Re: [vchkpw] Qmail AntiSpaming


I've been working on integrating SpamAssassin into my FreeBSD mail
toaster setup (and it'll work similarly with Bill's or any other
vpopmail setup).

One of the biggest problems I've found is the lack of "good" vpopmail
support in SpamAssassin. I've hacked it up and added some of my own
code to it so that you can use SpamAssassin via qmail-queue at the
server level (IE, for every incoming message) or strictly at the user
level (via maildrop/procmail/etc).

However, my goal is NOT to publish my version of SpamAssassin. I've
sent several emails to Justin (SA author) regarding this but have yet
to get a response from him. Maybe he added the vpopmail support to SA
and got offended that I didn't think it was good enough. I don't know.

SpamAssassin works just fine with vpopmail as it's published, but only
if every domain is owned by vpopmail, and you run spamd with the "-v -u
vpopmail" flags. I think there was something else I had to do but I
don't recall what. The only problem with this type of setup is there's
no way to provide vpopmail users with individual spamassassin settings
(like whitelists, etc). That's the functionality I added to my version
of SpamAssassin.   It also necessitated a couple hacks to qmail-queue.

Matt


On Wednesday, October 16, 2002, at 05:20  PM, Rick Romero wrote:

> I compiled qmail with the qmail-queue patch, and added Qmail-Scanner
> and
> SpamAssassin.
>
> There are docs floating around to on how to add SpamAssassin via .qmail
> files if you don't want to recompile, or didn't compile with the
> qmail-queue patch.
>
> Rick
>
> On Wed, 2002-10-16 at 16:01, Werner Schalk wrote:
>> Hello,
>>
>> what about spam filtering methods or programs
>> that work with vpopmail and qmail without
>> compiling qmail completly new? Has anyone
>> got spamassassin or anything like that
>> to work?
>>
>> Bye and thanks,
>> Werner.







Re: [vchkpw] Qmail AntiSpaming

2002-10-18 Thread Matt Simerson
I've been working on integrating SpamAssassin into my FreeBSD mail 
toaster setup (and it'll work similarly with Bill's or any other 
vpopmail setup).

One of the biggest problems I've found is the lack of "good" vpopmail 
support in SpamAssassin. I've hacked it up and added some of my own 
code to it so that you can use SpamAssassin via qmail-queue at the 
server level (IE, for every incoming message) or strictly at the user 
level (via maildrop/procmail/etc).

However, my goal is NOT to publish my version of SpamAssassin. I've 
sent several emails to Justin (SA author) regarding this but have yet 
to get a response from him. Maybe he added the vpopmail support to SA 
and got offended that I didn't think it was good enough. I don't know.

SpamAssassin works just fine with vpopmail as it's published, but only 
if every domain is owned by vpopmail, and you run spamd with the "-v -u 
vpopmail" flags. I think there was something else I had to do but I 
don't recall what. The only problem with this type of setup is there's 
no way to provide vpopmail users with individual spamassassin settings 
(like whitelists, etc). That's the functionality I added to my version 
of SpamAssassin.   It also necessitated a couple hacks to qmail-queue.

Matt


On Wednesday, October 16, 2002, at 05:20  PM, Rick Romero wrote:

I compiled qmail with the qmail-queue patch, and added Qmail-Scanner 
and
SpamAssassin.

There are docs floating around to on how to add SpamAssassin via .qmail
files if you don't want to recompile, or didn't compile with the
qmail-queue patch.

Rick

On Wed, 2002-10-16 at 16:01, Werner Schalk wrote:
Hello,

what about spam filtering methods or programs
that work with vpopmail and qmail without
compiling qmail completly new? Has anyone
got spamassassin or anything like that
to work?

Bye and thanks,
Werner.






[vchkpw] vsetuserquota

2002-10-18 Thread tech
hello,

how can i see the quota fixed for a domain?
(setuserquota test.com 5000)

vdominfo dont give us the quota.

thanks in advance for your help

;-)


Ivan Rambeau
FranceOnLine





[vchkpw] my initial install

2002-10-18 Thread Jerry M. Howell II
Hello all,

I might be overlooking the obvious as I am new to vpopmail but please
bear with me. I installed qmail in acordance with lifewithqmail.org.
after that i installed checkpasswd from the qmail site andran
qmail-pop3d. tested my setup and everything worked flawless. afterwards
I installed vpopmail useing ther quick install without any extra
options. tested my setup again and my pop acount hangs. re-read the docs
and faq, see the area in the faq telling me to start the smtp server
useing the folowing comand, env - PATH="/var/qmail/bin:/usr/local/bin"
tcpserver -H -R -x /path/to/vpopmail/etc/tcp.smtp.cdb -c20 -u504 -g503 0
smtp /var/qmail/bin/qmail-smtpd 2>&1 > /dev/null & so I stop qmail and
run the previous comand. after I start the smtpd server I run the
following comand to start the pop server env -
PATH="/var/qmail/bin:/usr/local/bin" tcpserver 0 pop-3
/var/qmail/bin/qmail-popup jerry.mshome /home/vpopmail/bin/vchkpw
/var/qmail/bin/qmail-pop3d Maildir &  . After I get this set up I try
and login useing my webmail server and get the following error
netscape unable to find the server jerry.mshome . I have named running
and can ping jerry.mshome just can't seem to figure out why I cant
authenticate with vpopmail.
-- 
Jerry M. Howell II




Re: [vchkpw] dom_89 and uid/gid with mysql

2002-10-18 Thread vol
Are you asking permission? :)

There is no software out there that we are aware
of that creates a domain 'dom_89'.   Go ahead and
remove it.

tech wrote:
> 
> hello all,
> 
> i have 2 questions:
> 
> can i delete the dom_89 domain? (why is it created?)
> 
> why the pw_uid and pw_gid is 0 and not 89?
> 
> thanks in advance for your help
> 
> ;-)
> 
> 
> Ivan Rambeau
> FranceOnLine
> 

-- 
mailto:vol@;inter7.com
Matt Brookings - Chief Technical Officer
Inter7 Internet Technologies, Inc.
www.inter7.com - 847-492-0470
Prices at http://www.inter7.com/prices




Re: [vchkpw] Re: qmail, vpopmail, ezmlm & me

2002-10-18 Thread vol
>From your original message, Im not sure what possible 'hazard'
we could be addressing. :P

See comments below.

Steve Mallett wrote:
> 
> Peter Palmreuther wrote:
>  > Hello Steve,
>  >
>  > On Friday, October 18, 2002 at 3:14:46 AM you wrote:
>  >
>  >
>  >> I have qmail & vpopmail happily playing together, but sadly, ezmlm
>  >> is coming between them. Following the ezmlm install instruction
>  >> all seems well until I try to -send- a test msg on a test list.
>  >
>  >
>  > Could you post the concrete error message? My crystal ball is at repair,
>  > and I guess the others one too.
> 
> This is the mystery.  There are no error reported that I see or can
> find. I'm not above admitting ignorance, where would you be looking for
> error msgs?

Well.  You wont have any logs if you dont configure as much.
Look in /var/log/maillog, or /var/log/qmail is a popular directory
to store logs for qmail queue processing.

What you're looking for is the interface between qmail and ezmlm.
Qmail doesnt know about ezmlm.  It's just an MTA.  You need to configure
Qmail to deliver mail to ezmlm, and when it's delivered, you need to
make sure you've properly configured a mailing list.

My suggestion is that you download and try out QmailAdmin.  Set up
a mailing list with that.  Dont pick any funky options, just check
out the configuration for a straight-up, no-frills ezmlm-base mailing
list. :)

> 
>  > N.B.: Some statements about the setup could be helpful in finding
>  > the culprit too.
> 
> --
> Steve Mallett | [EMAIL PROTECTED]
> http://OSDir.com on the O'Reilly Network
> http://opensource.org | [EMAIL PROTECTED]
> http://open5ource.net 

-- 
mailto:vol@;inter7.com
Matt Brookings - Chief Technical Officer
Inter7 Internet Technologies, Inc.
www.inter7.com - 847-492-0470
Prices at http://www.inter7.com/prices




Re: [vchkpw] Re: qmail, vpopmail, ezmlm & me

2002-10-18 Thread Steve Mallett
Peter Palmreuther wrote:
> Hello Steve,
>
> On Friday, October 18, 2002 at 3:14:46 AM you wrote:
>
>
>> I have qmail & vpopmail happily playing together, but sadly, ezmlm
>> is coming between them. Following the ezmlm install instruction
>> all seems well until I try to -send- a test msg on a test list.
>
>
> Could you post the concrete error message? My crystal ball is at repair,
> and I guess the others one too.


This is the mystery.  There are no error reported that I see or can
find. I'm not above admitting ignorance, where would you be looking for
error msgs?

> N.B.: Some statements about the setup could be helpful in finding
> the culprit too.


--
Steve Mallett | [EMAIL PROTECTED]
http://OSDir.com on the O'Reilly Network
http://opensource.org | [EMAIL PROTECTED]
http://open5ource.net 





[vchkpw] strange problem

2002-10-18 Thread zafar
hello all
  i want to know how user mail is bouce back if no mail address exist,it
bouce back to the user who send it.
any option which is left in qmail.
or something do extra work.






RE: [vchkpw] Re: Qmail AntiSpaming

2002-10-18 Thread Rick Romero

Or, related to Anton Heryanto's question, there's Red Hat's Server
Development Project:

http://rhems.sourceforge.net/rhdw.htm

On Thu, 2002-10-17 at 01:13, Tren Blackburn wrote:
> And there is one for Linux as well:
> 
> http://www.shupp.org/toaster 
> 
> =)
> 
> Regards,
> 
> Tren
> 
> -Original Message-
> From: Syed Faruque Ahmed [mailto:sfque@;goslbd.com] 
> Sent: Thursday, October 17, 2002 12:05 AM
> To: [EMAIL PROTECTED]
> Subject: [vchkpw] Re: Qmail AntiSpaming
> 
> With the advent of the 2.4 kernel, that may be argued otherwise. (No
> flames 
> please, I am a FreeBSD user myself). 
> 
> Besides, there already is a toaster howto for FreeBSD; 
> http://matt.simerson.net/computing/qmail.toaster.shtml 
> 
> Faruque 
> 
> Lanny writes: 
> 
> > Start with a clean install of RedHat 7.3 << Change that to say: 
> > 
> > Start with the worlds most stable and powerfull  OS: 
> > 
> > FreeBSD 
> > 
> > Lanny 
> > 
> > 
> > On Wed, 2002-10-16 at 19:25, Jeremy Oddo wrote:
> >> > 
> >> > what about spam filtering methods or programs
> >> > that work with vpopmail and qmail without
> >> > compiling qmail completly new? Has anyone
> >> > got spamassassin or anything like that
> >> > to work?
> >> > 
> >> You could try the HOW-TO I've been working on at:
> >>http://www.jerfu.com/toaster 
> >> 
> >  
> > 
> > 
>  
> 
> 
> 
> 






Re: [vchkpw] integratedqmail-vpopmail-mysql with squid-mysql,pureftp-mysql, samba-mysql

2002-10-18 Thread Rick Romero
On Wed, 2002-10-16 at 20:12, anton heryanto wrote:


> Rick Romero wrote:
> >I'm not familiar with squid, but I'd do this:
> >
> >1. make sure squid is using the same database/table as vpopmail
> >2. make sure squid is looking at the right columns for the username
> >password.
> >
> >I think it's pretty straight forward.  Add the necessary squid columns
> >to the vpopmail table, and tell squid to use pw_name and pw_clear_passwd
> >to auth, if you can.
>
> i have do this, and i successes but ionly if i use the clear password and only 
> username and password field, thing that I want to know is how to read
> vpopmail password encryption using mysql query :-) 

I don't know know anything about the encryption, but IIRC, you can't
READ the vpopmail encryption, you have to encrypt the password received,
and compare that to what vpopmail has stored.

>
> >Your best resource for where to do that in Squid would be the Squid
> >list..
> >
> >But then, I would recommend also taking a look at what samba requires. 
> >You wouldn't want to spend time hacking up Squid auth, only to find that
> >it doesn't work with Samba. (I would think Squid would be the easiest to
> >integrate)
>
> yea, you right i have think it too, and next i want to vpopmail using samba (NT)
> encryption method, because it come from windows and cannot be change!!
>
I would think the hardest integration would be the Samba side, so I
would start there, then add vpopmail and squid your Samba PDC.   It
looks like the Red Hat link I gave you isn't quite done with their
integration, but if you have the time - work with the Red Hat guys to
get it all working.  I'd bet that whatever they do on that site will end
up as a minimum $300 server product.  Single Sign-on (SSO) is on
everyones wish list, but it's hard to accomplish.  

At work, I use Netware 5.1 and Mercury/32 to accomplish file/mail SSO
integration, and export NDS as LDAP to allow for non Pegasus Mail (NDS
mail client) address books.  If I wanted squid/proxy auth, I assume I
could use LDAP, or just buy Novell's BorderManager.
It's not free, but it's stable and it works.  I'm sure you can do it
with MS products also - but I don't know what your motivation is: Free?
Non-MS?  Stability?  Reliability? OS of the Month? :)

> >Please reply to the list, while I try to be helpful, I'm not necessarily
> >knowledgeable, and peer review can hopefully correct any mistakes I may
> >make (or give you a different road to follow).
>
>thank's a lot for you attention and advice
>(btw sorry my english very bad  :-[ ) 
>
Your English is fine, your quoting sucks :)  See if your mail client
does inline quoting.

Rick






[vchkpw] patch for vpopmail 5.3.8 for .qmailadmin-limits

2002-10-18 Thread Brian Kolaci

Hi,

I mentioned this awhile back, but didn't have the
cycles to create a diff file.  I finally had the time
so here it is...  I've been using this in version 5.2
and even back in 4.9.6.

I've attached a diff file to add the functions

int vget_limits( char *domain, struct vlimits *limits )
int vset_limits( char *domain, struct vlimits *limits )
int vdel_limits( char *domain )

to the vpopmail library.  These maintain either the
raw file .qmailadmin-limits or will maintain the limits
in a MySQL database.  The items supported are:

struct vlimits {
  int   maxpopaccounts;
  int   maxaliases;
  int   maxforwards;
  int   maxautoresponders;
  int   maxmailinglists;
  int   diskquota;
  int   defaultquota;
  short disablepop;
  short disableimap;
  short disabledialup;
  short disablepasswordchanging;
  short disablewebmail;
  short disablerelay;
};

I haven't included the changes to qmailadmin that I use,
nor the changes to vdelivermail (for domain quota).

diskquota is the current quota for a domain.
defaultquota is the default quota for new users of this domain.

The other items I believe are self explanatory.

The config is updated so you would call --enable-mysql-limits as
an option to configure.

Hopefully you'll find this useful.

Thanks,

Brian

diff -c vpopmail-5.3.8.orig/Makefile.am vpopmail-5.3.8/Makefile.am
*** vpopmail-5.3.8.orig/Makefile.am Thu Jun 20 19:04:23 2002
--- vpopmail-5.3.8/Makefile.am  Thu Oct 17 10:54:42 2002
***
*** 4,10 
  
  noinst_LIBRARIES=libvpopmail.a
  
! COMMONSOURCES=vpopmail.c md5.c bigdir.c vauth.c file_lock.c vpalias.c seek.c
  CONFIG_CLEAN_FILES=vauth.c
  
  libvpopmail_a_SOURCES=$(COMMONSOURCES) 
--- 4,10 
  
  noinst_LIBRARIES=libvpopmail.a
  
! COMMONSOURCES=vpopmail.c md5.c bigdir.c vauth.c file_lock.c vpalias.c seek.c 
vlimits.c
  CONFIG_CLEAN_FILES=vauth.c
  
  libvpopmail_a_SOURCES=$(COMMONSOURCES) 
***
*** 99,104 
--- 99,105 
cp config.h   $(DESTDIR)@vpopmaildir@/include
cp config.h   $(DESTDIR)@vpopmaildir@/include/vpopmail_config.h
cp vauth.h$(DESTDIR)@vpopmaildir@/include
+   cp vlimits.h  $(DESTDIR)@vpopmaildir@/include
cp doc/man_html/* $(DESTDIR)@vpopmaildir@/doc/man_html
cp doc/doc_html/* $(DESTDIR)@vpopmaildir@/doc/doc_html
  
diff -c vpopmail-5.3.8.orig/Makefile.in vpopmail-5.3.8/Makefile.in
*** vpopmail-5.3.8.orig/Makefile.in Tue Jul 16 16:58:40 2002
--- vpopmail-5.3.8/Makefile.in  Thu Oct 17 10:57:21 2002
***
*** 76,82 
  
  noinst_LIBRARIES = libvpopmail.a
  
! COMMONSOURCES = vpopmail.c md5.c bigdir.c vauth.c file_lock.c vpalias.c seek.c
  CONFIG_CLEAN_FILES = vauth.c
  
  libvpopmail_a_SOURCES = $(COMMONSOURCES) 
--- 76,82 
  
  noinst_LIBRARIES = libvpopmail.a
  
! COMMONSOURCES = vpopmail.c md5.c bigdir.c vauth.c file_lock.c vpalias.c seek.c 
vlimits.c
  CONFIG_CLEAN_FILES = vauth.c
  
  libvpopmail_a_SOURCES = $(COMMONSOURCES) 
***
*** 162,168 
  LIBS = @LIBS@
  libvpopmail_a_DEPENDENCIES =  cdb/*.o
  libvpopmail_a_OBJECTS =  vpopmail.o md5.o bigdir.o vauth.o file_lock.o \
! vpalias.o seek.o
  AR = ar
  PROGRAMS =  $(vpopmailbin_PROGRAMS)
  
--- 162,168 
  LIBS = @LIBS@
  libvpopmail_a_DEPENDENCIES =  cdb/*.o
  libvpopmail_a_OBJECTS =  vpopmail.o md5.o bigdir.o vauth.o file_lock.o \
! vpalias.o seek.o vlimits.o
  AR = ar
  PROGRAMS =  $(vpopmailbin_PROGRAMS)
  
***
*** 693,698 
--- 693,699 
cp config.h   $(DESTDIR)@vpopmaildir@/include
cp config.h   $(DESTDIR)@vpopmaildir@/include/vpopmail_config.h
cp vauth.h$(DESTDIR)@vpopmaildir@/include
+   cp vlimits.h  $(DESTDIR)@vpopmaildir@/include
cp doc/man_html/* $(DESTDIR)@vpopmaildir@/doc/man_html
cp doc/doc_html/* $(DESTDIR)@vpopmaildir@/doc/doc_html
  
diff -c vpopmail-5.3.8.orig/acconfig.h vpopmail-5.3.8/acconfig.h
*** vpopmail-5.3.8.orig/acconfig.h  Thu Jun 20 23:12:35 2002
--- vpopmail-5.3.8/acconfig.h   Thu Oct 17 10:47:57 2002
***
*** 38,43 
--- 38,45 
  
  #undef ENABLE_MYSQL_LOGGING
  
+ #undef ENABLE_MYSQL_LIMITS
+ 
  #undef CLEAR_PASS
  
  #undef VALIAS
Common subdirectories: vpopmail-5.3.8.orig/attic and vpopmail-5.3.8/attic
Common subdirectories: vpopmail-5.3.8.orig/cdb and vpopmail-5.3.8/cdb
diff -c vpopmail-5.3.8.orig/configure vpopmail-5.3.8/configure
*** vpopmail-5.3.8.orig/configure   Tue Jul 16 16:58:40 2002
--- vpopmail-5.3.8/configureThu Oct 17 10:51:39 2002
***
*** 40,45 
--- 40,47 
  ac_help="$ac_help
--enable-mysql-logging=y|n   Turn on (y) or off (n, default) logging detailed 
authentication attempts, only valid for mysql"
  ac_help="$ac_help
+   --enable-mysql-limits=y|n   Turn on (y) or off (n, default) mysql handling of 
+.qmailadmin-limits"
+ ac_help="$ac_help
--enable-clear-pass

Re: [vchkpw] patch for vpopmail 5.3.8 for .qmailadmin-limits

2002-10-18 Thread Ken Jones
Excellent! I've been wanting to add this functionality to vpopmail
for a long time. Nice work, clean api.

I'll try to get them added to the next devel release.

Ken Jones

On Thursday 17 October 2002 01:19 pm, Brian Kolaci wrote:
> Hi,
>
> I mentioned this awhile back, but didn't have the
> cycles to create a diff file.  I finally had the time
> so here it is...  I've been using this in version 5.2
> and even back in 4.9.6.
>
> I've attached a diff file to add the functions
>
> int vget_limits( char *domain, struct vlimits *limits )
> int vset_limits( char *domain, struct vlimits *limits )
> int vdel_limits( char *domain )
>
> to the vpopmail library.  These maintain either the
> raw file .qmailadmin-limits or will maintain the limits
> in a MySQL database.  The items supported are:
>
> struct vlimits {
>   int   maxpopaccounts;
>   int   maxaliases;
>   int   maxforwards;
>   int   maxautoresponders;
>   int   maxmailinglists;
>   int   diskquota;
>   int   defaultquota;
>   short disablepop;
>   short disableimap;
>   short disabledialup;
>   short disablepasswordchanging;
>   short disablewebmail;
>   short disablerelay;
> };
>
> I haven't included the changes to qmailadmin that I use,
> nor the changes to vdelivermail (for domain quota).
>
> diskquota is the current quota for a domain.
> defaultquota is the default quota for new users of this domain.
>
> The other items I believe are self explanatory.
>
> The config is updated so you would call --enable-mysql-limits as
> an option to configure.
>
> Hopefully you'll find this useful.
>
> Thanks,
>
> Brian





[vchkpw] no HOST environment variable

2002-10-18 Thread Jose Morales
Hello list...
A some days ago I did a question but I did not get any
comments/idea

I have installed.
qmail + vpopmail 5.3.8 + maildrop 1.4.0

When a use maildrop to filter the email I get the
message:

Hi. This is the qmail-send program at
conectanetcafe.net
I'm afraid I wasn't able to deliver your message to
the following addresses.
This is a permanent error; I've given up. Sorry it
didn't work out.

<[EMAIL PROTECTED]>:
vdelivermail: no HOST environment varilable

--- Below this line is a copy of the message.

-- fin error message --

When I remove maildrop from .qmail-default file I do
not get the message.
I did some changes in the maildrop filter, I write in
the fil that must show the HOST variable...
sorprise...
the HOME and EXT variables were catched but the HOST
was empty...
Any idea??? o suggestion???

Best regards.

Jose Morales

__
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com




Re: [vchkpw] Clean up script

2002-10-18 Thread David Phillips
Brendan McAlpine writes:
> Does anyone know of or have a good cleanup script that I could take a
> look at?
> 
> I just want it to look through all mail directories and delete mail
> files that are older than 6 months.

To quote Dan Bernstein: "this is UNIX; stop acting so helpless."

find . -atime +180 -exec ls -l {} \;

-- 
David Phillips <[EMAIL PROTECTED]>
http://david.acz.org/





Re: [vchkpw] Vpopbull problem

2002-10-18 Thread Edoardo Serra
At 09.21 14/10/2002 -0500, Ken Jones wrote:

I think vpopbull uses the vauth_getall() function.
This function should return an entry for every user
in the system. For cdb it uses the vpasswd.cdb file
for mysql it uses the entries in the tables. For each
user returned, it will use the directory entry for their
Maildir location. If the Maildir doesn't yet exist it won't
be able to write the file. vpopbull doesn't automatically
create Maildir directories for users that have not had
a directory assigned to them.


The problem is that the user has a directory assigned to it, because une of 
the features of
vpopmail is the auto dir creation if u add a record in mysql, so I think 
this vpopmail feature should be
implemented into vpopbull too

No ?

Regards




Ken Jones

On Monday 14 October 2002 03:28 am, Edoardo Serra wrote:
> Hi,
> I'm using vpopmail 5.2.1 with mysql authentication, to add a user to a
> domain I simply add a record to the DB
> and vpopmail will create the user directory as soon as they login or they
> receive a message.
>
> If I use vpopbull to send a mail to every user of the domain, the users who
> have never logged in or
> nevere received a mail won't receive the vpopbull mail, probably because
> the don't have yet their
> own Maildir
>
> Am I right or I have to look for the problem somewhere else ?
>
> Regards
>
> Edoardo Serra






Re: [vchkpw] Vpopbull problem

2002-10-18 Thread Ken Jones
Feel free to submit a patch for vpopbull.

Ken Jones


On Thursday 17 October 2002 09:32 am, Edoardo Serra wrote:
> At 09.21 14/10/2002 -0500, Ken Jones wrote:
> >I think vpopbull uses the vauth_getall() function.
> >This function should return an entry for every user
> >in the system. For cdb it uses the vpasswd.cdb file
> >for mysql it uses the entries in the tables. For each
> >user returned, it will use the directory entry for their
> >Maildir location. If the Maildir doesn't yet exist it won't
> >be able to write the file. vpopbull doesn't automatically
> >create Maildir directories for users that have not had
> >a directory assigned to them.
>
> The problem is that the user has a directory assigned to it, because une of
> the features of
> vpopmail is the auto dir creation if u add a record in mysql, so I think
> this vpopmail feature should be
> implemented into vpopbull too
>
> No ?
>
> Regards
>
> >Ken Jones
> >
> >On Monday 14 October 2002 03:28 am, Edoardo Serra wrote:
> > > Hi,
> > > I'm using vpopmail 5.2.1 with mysql authentication, to add a user to a
> > > domain I simply add a record to the DB
> > > and vpopmail will create the user directory as soon as they login or
> > > they receive a message.
> > >
> > > If I use vpopbull to send a mail to every user of the domain, the users
> > > who have never logged in or
> > > nevere received a mail won't receive the vpopbull mail, probably
> > > because the don't have yet their
> > > own Maildir
> > >
> > > Am I right or I have to look for the problem somewhere else ?
> > >
> > > Regards
> > >
> > > Edoardo Serra





Re: [vchkpw] Getting a list of all mailboxes and their size?

2002-10-18 Thread vol
No such command exists, but a simple shell script
should do the trick.

Use vuserinfo to list all the users, parse out the user's directory from
the output and check the size of the directory.

Brendan McAlpine wrote:
> 
> Is there a vpopmail command for listing all the mailboxes in a domain
> along with their size?
> 
> All I need is the mailbox username and its current size.
> 
> Thanks
> 
> Brendan

-- 
mailto:vol@;inter7.com
Matt Brookings - Chief Technical Officer
Inter7 Internet Technologies, Inc.
www.inter7.com - 847-492-0470
Prices at http://www.inter7.com/prices




Re: [vchkpw] default domain question

2002-10-18 Thread tech
hi enki,

you just need to do a

./config-fast nefilim.dyndns.org

from your qmail source dir

;-)


Ivan Rambeau
FranceOnLine



> Hi,
> 
> I installed latest qmail and vpopmail straight from the FreeBSD 
ports. My machine's non resolvable hostname is mail.nefilim.org. I did 
a vanilla qmail install from the ports and a vpopmail install using:
> 
>   #make install WITH_PASSWD=yes WITH_IP_ALIAS=yes 
WITH_QMAIL_EXT=yes \
>   DEFAULT_DOMAIN=mail.nefilim.org 
>   
> It installed without any problems. Added a couple of my friends' 
domains to it. One virtualdomain is nefilim.dyndns.org. If I want to 
set nefilim.dyndns.org to be my DEFAULT_DOMAIN, what should I do? Can I 
do a "make reinstall" using FBSD's ports?
> 
> I'm fairly new to this so any help would be appreciated. Thank you.
> 
> 
> Ron Santos
> 
> 






[vchkpw] vpopmail ignoring .qmail files in extended dirs ?

2002-10-18 Thread Lanny
Hi,
I am wondering if this issue we have is a vpopmail issue or, something else. 
The problem is that with domains that have > 100 users, it seems vpopmail is 
ignoring the .qmail-username.  On all our domains with < 100 users, our 
setup for tmda with vpopmail works like a charm. 

With domains that have greater than 100 users, you have a dir structure 
like, /usr/local/vopmail/domains/domain.org/B/.qmail-username 

Any help with this would be greatly appreciated. 

Thanks,
Lanny



[vchkpw] default domain question

2002-10-18 Thread enki
Hi,

I installed latest qmail and vpopmail straight from the FreeBSD ports. My machine's 
non resolvable hostname is mail.nefilim.org. I did a vanilla qmail install from the 
ports and a vpopmail install using:

#make install WITH_PASSWD=yes WITH_IP_ALIAS=yes WITH_QMAIL_EXT=yes \
DEFAULT_DOMAIN=mail.nefilim.org 

It installed without any problems. Added a couple of my friends' domains to it. One 
virtualdomain is nefilim.dyndns.org. If I want to set nefilim.dyndns.org to be my 
DEFAULT_DOMAIN, what should I do? Can I do a "make reinstall" using FBSD's ports?

I'm fairly new to this so any help would be appreciated. Thank you.


Ron Santos




[vchkpw] Help => quotas not work !

2002-10-18 Thread Hadad

Hi all !

I install vpopmail-5.2.1 with this options:

./configure --enable-defaultquota --enable-roaming-users=y 
--enable-relay-clear-minutes=3 --enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp 
--enable-tcprules-prog=/usr/local/bin/tcprules
make
make install

-

So, I create "/vpopmail/domains/domain.com/.qmailadmin-limits"
file with this:

default_quota: 2097152

--

This domain, have many pop accounts, and in
"/home/vpopmail/domains/domain.com/vpasswd" file, I make this for
the user "test":

test:$1$CRtxH$/BUQ1GxwBbbOoEx0NJyXn0:1:0:test:/home/vpopmail/domains/domain.com/test:yes:mypass

--

Well, the problem is: the quota limit not work!

I made something wrong?

Please, help me!

Thanks!

--
Hadad  mailto:hadad@;brturbo.com





[vchkpw] Getting a list of all mailboxes and their size?

2002-10-18 Thread Brendan McAlpine
Is there a vpopmail command for listing all the mailboxes in a domain 
along with their size?

All I need is the mailbox username and its current size.

Thanks

Brendan




Re: [vchkpw] Getting a list of all mailboxes and their size?

2002-10-18 Thread vol
Most situations would be fine with this, however, the reason
I stated my method, rather than the alternative, is because
some people specify other directories to add domains into.

>From the vadddomain usage:
 -u user (sets the uid/gid based on a user in /etc/passwd)
 -d dir (sets the dir to use for this domain)
 -i uid (sets the uid to use for this domain)
 -g gid (sets the gid to use for this domain)

John Johnson wrote:
> 
>  would it not be easy to use the du command on ~/vpopmail/domains/
> 
> -John
> 
> -Original Message-
> From: vol [mailto:vol] On Behalf Of [EMAIL PROTECTED]
> Sent: Thursday, October 17, 2002 3:47 PM
> To: Brendan McAlpine
> Cc: [EMAIL PROTECTED]
> Subject: Re: [vchkpw] Getting a list of all mailboxes and their size?
> 
> No such command exists, but a simple shell script
> should do the trick.
> 
> Use vuserinfo to list all the users, parse out the user's directory from
> the output and check the size of the directory.
> 
> Brendan McAlpine wrote:
> >
> > Is there a vpopmail command for listing all the mailboxes in a domain
> > along with their size?
> >
> > All I need is the mailbox username and its current size.
> >
> > Thanks
> >
> > Brendan
> 
> --
> mailto:vol@;inter7.com
> Matt Brookings - Chief Technical Officer
> Inter7 Internet Technologies, Inc.
> www.inter7.com - 847-492-0470
> Prices at http://www.inter7.com/prices

-- 
mailto:vol@;inter7.com
Matt Brookings - Chief Technical Officer
Inter7 Internet Technologies, Inc.
www.inter7.com - 847-492-0470
Prices at http://www.inter7.com/prices




[vchkpw] Clean up script

2002-10-18 Thread Brendan McAlpine
Does anyone know of or have a good cleanup script that I could take a 
look at?

I just want it to look through all mail directories and delete mail 
files that are older than 6 months.

Thanks

Brendan




RE: [vchkpw] Getting a list of all mailboxes and their size?

2002-10-18 Thread John Johnson
 would it not be easy to use the du command on ~/vpopmail/domains/

-John


-Original Message-
From: vol [mailto:vol] On Behalf Of [EMAIL PROTECTED]
Sent: Thursday, October 17, 2002 3:47 PM
To: Brendan McAlpine
Cc: [EMAIL PROTECTED]
Subject: Re: [vchkpw] Getting a list of all mailboxes and their size?


No such command exists, but a simple shell script
should do the trick.

Use vuserinfo to list all the users, parse out the user's directory from
the output and check the size of the directory.

Brendan McAlpine wrote:
> 
> Is there a vpopmail command for listing all the mailboxes in a domain 
> along with their size?
> 
> All I need is the mailbox username and its current size.
> 
> Thanks
> 
> Brendan

-- 
mailto:vol@;inter7.com
Matt Brookings - Chief Technical Officer
Inter7 Internet Technologies, Inc.
www.inter7.com - 847-492-0470
Prices at http://www.inter7.com/prices









[vchkpw] dom_89 and uid/gid with mysql

2002-10-18 Thread tech
hello all,

i have 2 questions:

can i delete the dom_89 domain? (why is it created?)

why the pw_uid and pw_gid is 0 and not 89?

thanks in advance for your help

;-)


Ivan Rambeau
FranceOnLine





[vchkpw] test

2002-10-18 Thread grant.cooper



test


Re: [vchkpw] Help => quotas not work !

2002-10-18 Thread Alfredo Perez
 HI Hadad,


 Al long as I know, you should not place a default_quota statement
inside .qmailadmim-limits.

 You must even compile with --enable-defaultquota=xMB  of create the
domain/user account setting the quota from the beginning.



 Greetings,



El jue, 17-10-2002 a las 13:46, Hadad escribió:
> 
> Hi all !
> 
> I install vpopmail-5.2.1 with this options:
> 
> ./configure --enable-defaultquota --enable-roaming-users=y 
>--enable-relay-clear-minutes=3 --enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp 
>--enable-tcprules-prog=/usr/local/bin/tcprules
> make
> make install
> 
> -
> 
> So, I create "/vpopmail/domains/domain.com/.qmailadmin-limits"
> file with this:
> 
> default_quota: 2097152
> 
> --
> 
> This domain, have many pop accounts, and in
> "/home/vpopmail/domains/domain.com/vpasswd" file, I make this for
> the user "test":
> 
> 
>test:$1$CRtxH$/BUQ1GxwBbbOoEx0NJyXn0:1:0:test:/home/vpopmail/domains/domain.com/test:yes:mypass
> 
> --
> 
> Well, the problem is: the quota limit not work!
> 
> I made something wrong?
> 
> Please, help me!
> 
> Thanks!
> 
> --
> Hadad  mailto:hadad@;brturbo.com
> 
> 






[vchkpw] qmail, vpopmail, ezmlm & me

2002-10-18 Thread Steve Mallett
hello folks,

I have qmail & vpopmail happily playing together, but sadly, ezmlm is
coming between them. Following the ezmlm install instruction all seems
well until I try to -send- a test msg on a test list.

I am aware that vpopmail doesn't concern itself with getting mail out of
my machine, but I do ask you who concern yourselves with vpopmail if
there is a potential hazard here that can be addressed.
--
Steve Mallett | [EMAIL PROTECTED]
http://OSDir.com on the O'Reilly Network
http://opensource.org | [EMAIL PROTECTED]
http://open5ource.net 





[vchkpw] Everything is sent back to Return Path

2002-10-18 Thread grant.cooper



I am a complete newbie at this I don't know where 
to start testing.
 
I have 3 Virtual domains, I did have 2 working then 
I added a 3rd domain yesterday and now the last two domains I added all the 
e-mail I send from the internet get delivered to the return-path. 
 
My qmail log shows nothing has been recieved. Can 
someone please give me some starters to where to look.
 
I used vqadmin to add the domains and they look 
identical.


[vchkpw] Re: Everything is sent back to Return Path

2002-10-18 Thread Peter Palmreuther
Hello grant.cooper,

On Friday, October 18, 2002 at 10:06:46 AM you wrote:

> I have 3 Virtual domains, I did have 2 working then I added a 3rd
> domain yesterday and now the last two domains I added all the e-mail
> I send from the internet get delivered to the return-path.

> My qmail log shows nothing has been recieved. Can someone please
> give me some starters to where to look.

Figure out who's delivering the mails, that's you point of failure.

If your qmail does not receive these messages it can't deliver them
correctly, so somebody else seems to intercept them. Figure out who
and correct (or let correct) it's setup.
-- 
Best regards
Peter Palmreuther





[vchkpw] Re: qmail, vpopmail, ezmlm & me

2002-10-18 Thread Peter Palmreuther
Hello Steve,

On Friday, October 18, 2002 at 3:14:46 AM you wrote:

> I have qmail & vpopmail happily playing together, but sadly, ezmlm is
> coming between them. Following the ezmlm install instruction all seems
> well until I try to -send- a test msg on a test list.

Could you post the concrete error message? My crystal ball is at
repair, and I guess the others one too.

N.B.: Some statements about the setup could be helpful in finding the
culprit too.
-- 
Best regards
Peter Palmreuther





[vchkpw] Re: no HOST environment variable

2002-10-18 Thread Peter Palmreuther
Hello Jose,

On Thursday, October 17, 2002 at 11:20:08 PM you wrote:

> A some days ago I did a question but I did not get any
> comments/idea

Maybe you want to try the / a maildrop list?

It seems to be clearly no vpopmail issue, as without maildrop the HOST
environment variable seems to be set, so you'd better ask a maildrop
forum what could delete this variable or how to safely import it.
-- 
Best regards
Peter Palmreuther