[vchkpw] problems with vpopmail tools

2004-03-17 Thread signo
hello, i havo problems with vpopmail tools

i have installed vpopmail with:

./configure \
 --enable-roaming-users=n \
 --enable-logging=p \
 --enable-defaultquota=104857600S \
 --enable-ip-alias-domains=n \
 --enable-passwd=n \
 --enable-clear-passwd=y \
 --enable-domain-quotas=n \
 --enable-mysql=y \
 --enable-many-domains=n \
 --enable-auth-logging=y \
 --enable-mysql-logging=y \
 --enable-valias=y \
 --enable-mysql-limits=n
I have a mysql user vpopmail that can connect from command line to 
vpopmail db

vpopmail.mysql file :

localhost|0|vpopmail|secretpass|vpopmail (secretpass -- connection 
passwd)

when I try to create a new domain, i have this error

:/home/vpopmail/bin # ./vadddomain miodominio.com
Please enter password for postmaster:
enter password again:
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[b]: MySQL server has gone away
Error. Failed while attempting to add domain to auth backend
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[b]: MySQL server has gone away
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[e]: MySQL server has gone away
Failed while attempting to delete domain from dir_control
Error: no auth connection
can you help me???

thanks

signo


RE: [vchkpw] problems with vpopmail tools

2004-03-17 Thread Shane Chrisp

:/home/vpopmail/bin # ./vadddomain miodominio.com
Please enter password for postmaster:
enter password again:
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[b]: MySQL server has gone away
Error. Failed while attempting to add domain to auth backend
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[b]: MySQL server has gone away
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[e]: MySQL server has gone away
Failed while attempting to delete domain from dir_control
Error: no auth connection

can you help me???

Your problem is to do with the authentication of the MySQL user
your using for vpopmail. Check that the user is able to login
from the ip address of the machine your running it on.

You may also have a buggy version of mysql which has a problem 
doing dns resolution of the clients. I know I got caught with
that problem on a Redhat machine a while back. You can fix that
problem by adding the systems into the hosts file though.

Shane



Re: [vchkpw] problems with vpopmail tools

2004-03-17 Thread Jacob Mathew
Check ypur mysql install path. if its not in /usr/local specify it while
installing vpopmail specifying include and lib directories

regds
Jacob

- Original Message - 
From: signo [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, March 17, 2004 3:46 PM
Subject: [vchkpw] problems with vpopmail tools


 hello, i havo problems with vpopmail tools
 
 i have installed vpopmail with:
 
 ./configure \
   --enable-roaming-users=n \
   --enable-logging=p \
   --enable-defaultquota=104857600S \
   --enable-ip-alias-domains=n \
   --enable-passwd=n \
   --enable-clear-passwd=y \
   --enable-domain-quotas=n \
   --enable-mysql=y \
   --enable-many-domains=n \
   --enable-auth-logging=y \
   --enable-mysql-logging=y \
   --enable-valias=y \
   --enable-mysql-limits=n
 
 I have a mysql user vpopmail that can connect from command line to 
 vpopmail db
 
 vpopmail.mysql file :
 
 localhost|0|vpopmail|secretpass|vpopmail (secretpass -- connection 
 passwd)
 
 when I try to create a new domain, i have this error
 
 
 :/home/vpopmail/bin # ./vadddomain miodominio.com
 Please enter password for postmaster:
 enter password again:
 vmysql: sql error[c]: MySQL server has gone away
 vmysql: sql error[b]: MySQL server has gone away
 Error. Failed while attempting to add domain to auth backend
 vmysql: sql error[c]: MySQL server has gone away
 vmysql: sql error[c]: MySQL server has gone away
 vmysql: sql error[b]: MySQL server has gone away
 vmysql: sql error[c]: MySQL server has gone away
 vmysql: sql error[e]: MySQL server has gone away
 Failed while attempting to delete domain from dir_control
 Error: no auth connection
 
 can you help me???
 
 thanks
 
 signo
 


Re: [vchkpw] problems with vpopmail tools

2004-03-17 Thread signo
Shane Chrisp wrote:

:/home/vpopmail/bin # ./vadddomain miodominio.com
Please enter password for postmaster:
enter password again:
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[b]: MySQL server has gone away
Error. Failed while attempting to add domain to auth backend
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[b]: MySQL server has gone away
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[e]: MySQL server has gone away
Failed while attempting to delete domain from dir_control
Error: no auth connection
can you help me???
   

Your problem is to do with the authentication of the MySQL user
your using for vpopmail. Check that the user is able to login
from the ip address of the machine your running it on.
You may also have a buggy version of mysql which has a problem 
doing dns resolution of the clients. I know I got caught with
that problem on a Redhat machine a while back. You can fix that
problem by adding the systems into the hosts file though.

Shane

 

/etc/hosts file:
...
127.0.0.1   localhost
...
the user vpopmail can connect to db from localhost

I modified the vpopmail.mysql from

localhost|3306|vpopmail656e369a18870c9f|vpopmail

to

127.0.0.1|3306|vpopmail656e369a18870c9f|vpopmail

but the problem remain

signo








Re: [vchkpw] problems with vpopmail tools

2004-03-17 Thread signo
the install path

is /usr/local/mysql.

signo

Jacob Mathew wrote:

Check ypur mysql install path. if its not in /usr/local specify it while
installing vpopmail specifying include and lib directories
regds
Jacob
- Original Message - 
From: signo [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, March 17, 2004 3:46 PM
Subject: [vchkpw] problems with vpopmail tools

 

hello, i havo problems with vpopmail tools

i have installed vpopmail with:

./configure \
 --enable-roaming-users=n \
 --enable-logging=p \
 --enable-defaultquota=104857600S \
 --enable-ip-alias-domains=n \
 --enable-passwd=n \
 --enable-clear-passwd=y \
 --enable-domain-quotas=n \
 --enable-mysql=y \
 --enable-many-domains=n \
 --enable-auth-logging=y \
 --enable-mysql-logging=y \
 --enable-valias=y \
 --enable-mysql-limits=n
I have a mysql user vpopmail that can connect from command line to 
vpopmail db

vpopmail.mysql file :

localhost|0|vpopmail|secretpass|vpopmail (secretpass -- connection 
passwd)

when I try to create a new domain, i have this error

:/home/vpopmail/bin # ./vadddomain miodominio.com
Please enter password for postmaster:
enter password again:
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[b]: MySQL server has gone away
Error. Failed while attempting to add domain to auth backend
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[b]: MySQL server has gone away
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[e]: MySQL server has gone away
Failed while attempting to delete domain from dir_control
Error: no auth connection
can you help me???

thanks

signo

   

 




RE: [vchkpw] problems with vpopmail tools

2004-03-17 Thread Shane Chrisp
Your format for the user is missing a | 
127.0.0.1|3306|vpopmail656e369a18870c9f|vpopmail
should read
127.0.0.1|3306|vpopmail|656e369a18870c9f|vpopmail

Is that just a typo?

Shane

-Original Message-
From: signo [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 17 March 2004 6:41 PM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] problems with vpopmail tools

Shane Chrisp wrote:

:/home/vpopmail/bin # ./vadddomain miodominio.com
Please enter password for postmaster:
enter password again:
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[b]: MySQL server has gone away
Error. Failed while attempting to add domain to auth backend
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[b]: MySQL server has gone away
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[e]: MySQL server has gone away
Failed while attempting to delete domain from dir_control
Error: no auth connection

can you help me???



Your problem is to do with the authentication of the MySQL user
your using for vpopmail. Check that the user is able to login
from the ip address of the machine your running it on.

You may also have a buggy version of mysql which has a problem 
doing dns resolution of the clients. I know I got caught with
that problem on a Redhat machine a while back. You can fix that
problem by adding the systems into the hosts file though.

Shane


  


/etc/hosts file:
...
127.0.0.1   localhost
...

the user vpopmail can connect to db from localhost


I modified the vpopmail.mysql from

localhost|3306|vpopmail656e369a18870c9f|vpopmail

to

127.0.0.1|3306|vpopmail656e369a18870c9f|vpopmail

but the problem remain


signo










Re: [vchkpw] problems with vpopmail tools

2004-03-17 Thread Jacob Mathew
pls check the permission of vpopmail.mysql file

regds
Jacob
- Original Message - 
From: signo [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, March 17, 2004 4:13 PM
Subject: Re: [vchkpw] problems with vpopmail tools


 the install path

 is /usr/local/mysql.

 signo


 Jacob Mathew wrote:

 Check ypur mysql install path. if its not in /usr/local specify it while
 installing vpopmail specifying include and lib directories
 
 regds
 Jacob
 
 - Original Message - 
 From: signo [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, March 17, 2004 3:46 PM
 Subject: [vchkpw] problems with vpopmail tools
 
 
 
 
 hello, i havo problems with vpopmail tools
 
 i have installed vpopmail with:
 
 ./configure \
   --enable-roaming-users=n \
   --enable-logging=p \
   --enable-defaultquota=104857600S \
   --enable-ip-alias-domains=n \
   --enable-passwd=n \
   --enable-clear-passwd=y \
   --enable-domain-quotas=n \
   --enable-mysql=y \
   --enable-many-domains=n \
   --enable-auth-logging=y \
   --enable-mysql-logging=y \
   --enable-valias=y \
   --enable-mysql-limits=n
 
 I have a mysql user vpopmail that can connect from command line to
 vpopmail db
 
 vpopmail.mysql file :
 
 localhost|0|vpopmail|secretpass|vpopmail (secretpass -- connection
 passwd)
 
 when I try to create a new domain, i have this error
 
 
 :/home/vpopmail/bin # ./vadddomain miodominio.com
 Please enter password for postmaster:
 enter password again:
 vmysql: sql error[c]: MySQL server has gone away
 vmysql: sql error[b]: MySQL server has gone away
 Error. Failed while attempting to add domain to auth backend
 vmysql: sql error[c]: MySQL server has gone away
 vmysql: sql error[c]: MySQL server has gone away
 vmysql: sql error[b]: MySQL server has gone away
 vmysql: sql error[c]: MySQL server has gone away
 vmysql: sql error[e]: MySQL server has gone away
 Failed while attempting to delete domain from dir_control
 Error: no auth connection
 
 can you help me???
 
 thanks
 
 signo
 
 
 
 
 
 





Re: [vchkpw] problems with vpopmail tools

2004-03-17 Thread signo
o sh.. , vpopmail.mysql does not use crypted passwd but clear passwd!!

it works!

thanks a lot !!!

signo

Jacob Mathew wrote:

pls check the permission of vpopmail.mysql file

regds
Jacob
- Original Message - 
From: signo [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, March 17, 2004 4:13 PM
Subject: Re: [vchkpw] problems with vpopmail tools

 

the install path

is /usr/local/mysql.

signo

Jacob Mathew wrote:

   

Check ypur mysql install path. if its not in /usr/local specify it while
installing vpopmail specifying include and lib directories
regds
Jacob
- Original Message - 
From: signo [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, March 17, 2004 3:46 PM
Subject: [vchkpw] problems with vpopmail tools



 

hello, i havo problems with vpopmail tools

i have installed vpopmail with:

./configure \
--enable-roaming-users=n \
--enable-logging=p \
--enable-defaultquota=104857600S \
--enable-ip-alias-domains=n \
--enable-passwd=n \
--enable-clear-passwd=y \
--enable-domain-quotas=n \
--enable-mysql=y \
--enable-many-domains=n \
--enable-auth-logging=y \
--enable-mysql-logging=y \
--enable-valias=y \
--enable-mysql-limits=n
I have a mysql user vpopmail that can connect from command line to
vpopmail db
vpopmail.mysql file :

localhost|0|vpopmail|secretpass|vpopmail (secretpass -- connection
passwd)
when I try to create a new domain, i have this error

:/home/vpopmail/bin # ./vadddomain miodominio.com
Please enter password for postmaster:
enter password again:
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[b]: MySQL server has gone away
Error. Failed while attempting to add domain to auth backend
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[b]: MySQL server has gone away
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[e]: MySQL server has gone away
Failed while attempting to delete domain from dir_control
Error: no auth connection
can you help me???

thanks

signo



   

 

   



 




Re: [vchkpw] problems with vpopmail tools

2004-03-17 Thread signo
problem solved, vpopmail.mysql need clear passwd and not crypted !!

thank for help

signo

signo wrote:

yes...thanksthe problem remain

Shane Chrisp wrote:

Your format for the user is missing a |  

127.0.0.1|3306|vpopmail656e369a18870c9f|vpopmail
  
should read
 

127.0.0.1|3306|vpopmail|656e369a18870c9f|vpopmail
  


Is that just a typo?

Shane

 

-Original Message-
From: signo [mailto:[EMAIL PROTECTED] Sent: Wednesday, 17 March 2004 
6:41 PM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] problems with vpopmail tools

Shane Chrisp wrote:

  

:/home/vpopmail/bin # ./vadddomain miodominio.com
Please enter password for postmaster:
enter password again:
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[b]: MySQL server has gone away
Error. Failed while attempting to add domain to auth backend
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[b]: MySQL server has gone away
vmysql: sql error[c]: MySQL server has gone away
vmysql: sql error[e]: MySQL server has gone away
Failed while attempting to delete domain from dir_control
Error: no auth connection
can you help me???
 
  
Your problem is to do with the authentication of the MySQL user
your using for vpopmail. Check that the user is able to login

from the ip address of the machine your running it on.
  

You may also have a buggy version of mysql which has a problem 
doing dns resolution of the clients. I know I got caught with
that problem on a Redhat machine a while back. You can fix that
problem by adding the systems into the hosts file though.

Shane




/etc/hosts file:
...
127.0.0.1   localhost
...
the user vpopmail can connect to db from localhost

I modified the vpopmail.mysql from

localhost|3306|vpopmail656e369a18870c9f|vpopmail

to

127.0.0.1|3306|vpopmail656e369a18870c9f|vpopmail

but the problem remain

signo







  


 






[vchkpw] Clear mailbox

2004-03-17 Thread Patrick Paysant
Hello,

In the process to install a new qmail/vpopmail server, I have a problem
with some mail that arrives before any spam filter is installed. There
is a lot of mailboxes and in each I can see some mail. I check some of
them : it's only spam.

# l /var/lib/vpopmail/domains/domain/user/Maildir/new/
1079125101.15754.domain,S=339
1079377059.25707.domain,S=338
1079445378.1694.domain,S=861
1079445647.2649.domain,S=881
1079457438.27107.domain,S=1963

I'm looking for a way to erase these mails before I give my users access
to this server.

I can telnet on localhost:110 and use dele for each account but it will
be a long task, boring. Is there another way ?
Can I remove the files with 'rm' without problem ?

Thanks for your help (and sorry for my poor english),

--
Patrick




RE: [vchkpw] Clear mailbox

2004-03-17 Thread Shane Chrisp
Hello,

In the process to install a new qmail/vpopmail server, I have a problem
with some mail that arrives before any spam filter is installed. There
is a lot of mailboxes and in each I can see some mail. I check some of
them : it's only spam.

# l /var/lib/vpopmail/domains/domain/user/Maildir/new/
1079125101.15754.domain,S=339
1079377059.25707.domain,S=338
1079445378.1694.domain,S=861
1079445647.2649.domain,S=881
1079457438.27107.domain,S=1963

I'm looking for a way to erase these mails before I give my 
users access
to this server.

I can telnet on localhost:110 and use dele for each account but it will
be a long task, boring. Is there another way ?
Can I remove the files with 'rm' without problem ?

Thanks for your help (and sorry for my poor english),

You can just rm the files from the Maildir. Once they have reached the
users Maildir, qmail is finished with them.

Shane 



[vchkpw] courier 'chdir to pw_shell'

2004-03-17 Thread Rene Paulokat
hi,
when upgrading new courier-imap 3.0.2
on a system using vpopmail 5.2.1 with mysql some
strange things happen:

everything went fine but obviously courier tries to
change directory to the Maildir of user using the information stored in
mysql-database. it should use field 'pw_dir' BUT it actually uses
'pw_shell'.
so the connection is terminated cause courier of course cant cd to the
'Maildir' given by the entry of pw_shell. (here: NOQUOTA)

if i make test by simply altering the field pw_shell with the path to
Maildir then authentication/login/etc successes.
anybody experienced same things or can point me in the right direction?

greetings
rene

p.s.
don't know if this is courier or vpopmail - related.. ;)




RE: [vchkpw] Clear mailbox

2004-03-17 Thread Patrick Paysant
 You can just rm the files from the Maildir. Once they have reached the
 users Maildir, qmail is finished with them.

Is there no problem with the Maildir/maildirsize file ?

-- 
Patrick


RE: [vchkpw] Clear mailbox

2004-03-17 Thread Shane Chrisp
Delete the maildir file as well and it will be recreated.

Shane 

-Original Message-
From: Patrick Paysant [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 17 March 2004 8:49 PM
To: [EMAIL PROTECTED]
Subject: RE: [vchkpw] Clear mailbox

 You can just rm the files from the Maildir. Once they have 
reached the
 users Maildir, qmail is finished with them.

Is there no problem with the Maildir/maildirsize file ?

-- 
Patrick




RE: [vchkpw] Clear mailbox

2004-03-17 Thread Patrick Paysant
 
 Delete the maildir file as well and it will be recreated.
 

Ok, many thanks

-- 
Patrick


RE: [vchkpw] Migrating users from debian ipop to vpopmail withmysql.

2004-03-17 Thread David Petruzzella
The users are all system users and e-mail gets stored in a file in
/var/mail and what I meant was that we were using the default ipop
server that comes with debian.

-Original Message-
From: Jeremy Kitchen [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 16, 2004 11:42 AM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] Migrating users from debian ipop to vpopmail
withmysql.

On Tue, 2004-03-16 at 10:44, David Petruzzella wrote:
 I have a box that is being decommissioned running debian with ipop and
 I need to migrate the e-mail from that server to the new server which
 is running qmail, vpopmail, courier-imap, with mysql authentication
 and I was wondering what is the easiest way of doing it with out
 loosing any e-mail which is the most important thing. If anyone has
 any suggestions, recommendations it will be greatly appreciated. 
 Thanks.

easiest way?  Hire someone.

alternative way?  Post more useful information, ie, what kind of users,
what kind of mailbox storage, etc.

'we are using debian and ipop' is really not useful.

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






Re: [vchkpw] courier 'chdir to pw_shell'

2004-03-17 Thread Tom Collins
On Mar 17, 2004, at 5:07 AM, Rene Paulokat wrote:
when upgrading new courier-imap 3.0.2
on a system using vpopmail 5.2.1 with mysql some
strange things happen:
Try upgrading to vpopmail 5.4.3 or, at the very least, vpopmail 5.2.2.  
There are many bugs in 5.2.1 that were corrected in 5.2.2.  The 5.4.x 
releases include even more changes and improvements.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/


[vchkpw] procmail + vpopmail delivery?

2004-03-17 Thread master
Hi, i wonder how can we make work procmail + vpopmail delivery together (to
have quota support)
i have read many file on google but all that i see doesn t work,
my qmail-quota:
| /usr/local/bin/procmail -p -m -t ./quota/Maildir/procmailrc

my procmailrc :
DIR=./quota/Maildir/
:0fw

|
/usr/local/bin/spamassassin --siteconfigpath=/etc/mail/spamassassin/local.cf
:0e
{
   EXITCODE=$?
}
 Toss Spam into a Folder
:0:
* ^Subject:.*\*\*\*\*SPAM\*\*\*\*
${DIR}.spam/
# found this somewhere on the internet(sorry don't know where it was)

:0:
* ^X-Spam-Status: YES
${DIR}.spam/

# deliver everything else normally
:0
|/usr/local/vpopmail/bin/vdelivermail '' bounce-no-mailbox


and no mail arrived :( in my log i have :
1079545311.628286 delivery 9402: success:
procmail:_[46318]_Wed_Mar_17_18:41:48_2004/procmail:_Assigning_DIR=./quota/
Maildir//procmail:_Executing_/usr/local/bin/spamassassin,--siteconfigpath=
/etc/mail/spamassassin/local.cf/procmail:_[46318]_Wed_Mar_17_18:41:51_2004/
procmail:_No_match_on_^Subject:.*\*\*\*\*SPAM\*\*\*\*/procmail:_No_match_o
n_^X-Spam-Status:_YES/procmail:_Unexpected_EOL/procmail:_Assigning_LASTFO
LDER=/usr/local/vpopmail/bin/vdelivermail__bounce-no-mailbox/procmail:_Exec
uting_/usr/local/vpopmail/bin/vdelivermail,_bounce-no-mailbox/_Subject:_hi
/__Folder:_/usr/local/vpopmail/bin/vdelivermail__bounce-no-mailbox1256/d
id_0+0+1/


so where is the problem ? i am searching since 2 days and i still doesn t
find :(
i have try too :
:0w
|/usr/local/vpopmail/bin/vdelivermail '' bounce-no-mailbox

thanks to help me :)



Re: [vchkpw] procmail + vpopmail delivery?

2004-03-17 Thread Jeremy Kitchen
On Wed, 2004-03-17 at 11:47, master wrote:
 Hi, i wonder how can we make work procmail + vpopmail delivery together (to
 have quota support)

why not use maildrop?  it understands maildirquota style quotas, and has
simpler syntax.

-Jeremy

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



Re: [vchkpw] procmail + vpopmail delivery?

2004-03-17 Thread master
because i don t know how it works :) i have only seen so far quota with
vpopmail (working good when i don t use procmail) but i search a way to make
work both quota and procmail and i still doesn t find :/ but maildrop is
installed  (i use it with qmail-scanner)
- Original Message - 
From: Jeremy Kitchen [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, March 17, 2004 6:48 PM
Subject: Re: [vchkpw] procmail + vpopmail delivery?


 On Wed, 2004-03-17 at 11:47, master wrote:
  Hi, i wonder how can we make work procmail + vpopmail delivery together
(to
  have quota support)

 why not use maildrop?  it understands maildirquota style quotas, and has
 simpler syntax.

 -Jeremy

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





[vchkpw] vchkpw seg faults

2004-03-17 Thread Thomas Hudak
Running Matt Simerson's toaster (v3.37) on an amd64/fBSD 5.2.1 box and
everything appears to work except smtp auth. Anytime a user attempts to
send e-mail auth fails, and the following is logged to /var/log/messages

Mar 17 08:47:14 odysseus kernel: pid 1492 (vchkpw), uid 89: exited on
signal 11

Everything seemed to compile fine, is this an amd64 specific issue? I
see no other problems, adding domains and users works fine, and sending
mail from cli works fine. Also IMAP auth's just fine.

Thanks in advance!
Tom



Re: [vchkpw] vchkpw seg faults

2004-03-17 Thread Thomas Hudak
PS.
I have a couple other toasters up and running on 4.9, 32bit x86, and 1
on 5.2 that are all working ok.

On Wed, 2004-03-17 at 12:56, Thomas Hudak wrote:
 Running Matt Simerson's toaster (v3.37) on an amd64/fBSD 5.2.1 box and
 everything appears to work except smtp auth. Anytime a user attempts to
 send e-mail auth fails, and the following is logged to /var/log/messages
 
 Mar 17 08:47:14 odysseus kernel: pid 1492 (vchkpw), uid 89: exited on
 signal 11
 
 Everything seemed to compile fine, is this an amd64 specific issue? I
 see no other problems, adding domains and users works fine, and sending
 mail from cli works fine. Also IMAP auth's just fine.
 
 Thanks in advance!
 Tom
 



Re: [vchkpw] vchkpw seg faults

2004-03-17 Thread Tom Collins
On Mar 17, 2004, at 11:56 AM, Thomas Hudak wrote:
Running Matt Simerson's toaster (v3.37) on an amd64/fBSD 5.2.1 box and
everything appears to work except smtp auth. Anytime a user attempts to
send e-mail auth fails, and the following is logged to 
/var/log/messages

Mar 17 08:47:14 odysseus kernel: pid 1492 (vchkpw), uid 89: exited on
signal 11
Everything seemed to compile fine, is this an amd64 specific issue? I
see no other problems, adding domains and users works fine, and sending
mail from cli works fine. Also IMAP auth's just fine.
Maybe a softlimit issue on your qmail-smtpd process?

What version of vpopmail?

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/