[vchkpw] Re: Getting segmentation fault with chkusr patch for qmail-smtpd

2005-05-02 Thread Peter Palmreuther
Hello Glenn,

On Sunday, May 1, 2005 at 5:28:34 PM Glenn wrote:

 You should at least examine smtp_rcpt and post it.

 Attached are the smtp_mail and smtp_rcpt from my qmailrocks source. My
 smtp_rcpt seems to be patched with some TLS code. I really don't need
 that since no clients use it. So if that's in the way it can be removed.

The posted 'smtp_mail()' excerpt from 'qmail-smtpd.c' ain't patched
with 'chkuser'-patch at all ... So chkuser-patch can't be the culprit,
if this is the source you actually compiled.
-- 
Best regards
Peter Palmreuther

It is morally wrong to allow suckers to keep their money.



Re: [vchkpw] domain quota not working

2005-05-02 Thread Charlie Garrison
Good evening,

On 2/5/05 at 11:36 AM +0200, Rainer Duffner [EMAIL PROTECTED] wrote:

Use OS-quotas or just bill-by-volume and employ any of the homegrown 
report-usage-scripts... ;-)

I'd love some pointers on implementing 'homegrown report-usage-scripts'. Can
you suggest some appropriate documentation?

Thanks,
Charlie

-- 
   Charlie Garrison  [EMAIL PROTECTED]
   PO Box 141, Windsor, NSW 2756, Australia


[vchkpw] change vpopmail userID

2005-05-02 Thread Christian Pernot
Hello,
is there a way to change the userID that vpopmail uses ([EMAIL PROTECTED] to a 
number or anything else)?
(of course, I need to keep the correct email address)
I need to transfer some websites from a server that used sendmail to a 
server with qmail+vpopmail.

Thanks in advance.
--
Christian Pernot
mailto:[EMAIL PROTECTED]


[vchkpw] dir_control

2005-05-02 Thread Jeff Koch
We copied over the vpopmail setup from one server to another and now we 
find that domains are not being spread out properly in the directory tree - 
they are just piling up in one branch.

Does anyone know how and what to reset in order that domains be spread 
evenly in the tree?

Thanks,

Jeff Koch 



RE: [vchkpw] vpopmail-mysql problem

2005-05-02 Thread Jason Wilkinson
Andrea Benedetto wrote:
 We have a big mail server which authenticate users against mysql
 (mysql server 4.1.10 and mysql client 4.1.10). 
 Some times we can see in /var/log/qmail/smtpd/current this line:
 
 2005-04-04 11:43:50.962470500 vmysql: sql error[3]: MySQL server has
 gone away 
 
 and after this qmail-server says that the mail box doesn't exists.
 
 We have read that it could be a timeout error, because vpopmail keep
 alive conections with mysql server but mysql doesn't (wait_timeout =
 28800). But probably this isn't the case, because in the log file we
 can see that the error above doesn't occur every 8 hours but it
 appears at every time.
 
 Here an example:
 2005-04-04 01:30:47.096746500 vmysql: sql error[3]: MySQL server has
 gone away 2005-04-04 08:25:35.172402500 vmysql: sql error[3]: MySQL
 server has gone away 2005-04-04 08:25:38.270531500 vmysql: sql
 error[3]: MySQL server has gone away 2005-04-04 11:45:26.640551500
 vmysql: sql error[3]: MySQL server has gone away 2005-04-04
 17:24:29.706105500 vmysql: sql error[3]: MySQL server has gone away
 2005-04-04 19:30:11.903721500 vmysql: sql error[3]: MySQL server has
 gone away In other days we haven't any errors.  
 
 Can you help us?
 
 Thanks,
 andrea

Is it possible that you're hitting your MySql max connections? The default
is 100 simultaneous connections.

Try running this...
mysql -uroot -pmysql password -e 'show status;'|grep Max_used_connections

If you haven't restarted MySql since the problem was last seen...and if it
shows 100...then that is your problem.

As a side note, I reported the fact that maxing out connections bounced mail
to the devs some time ago. I think they've fixed that in more recent
releases.

http://www.mail-archive.com/vchkpw@inter7.com/msg19810.html




Re: [vchkpw] domain quota not working

2005-05-02 Thread Payal Rathod
On Mon, May 02, 2005 at 11:36:28AM +0200, Rainer Duffner wrote:
 The (undocumened) fact that they have been broken long since.

Can someone from inter7 second that please?

 Use OS-quotas or just bill-by-volume and employ any of the homegrown 
 report-usage-scripts... ;-)

Well, if I use OS-quotas then qmailadmin does not work.

Any suggestions?

With warm regards,
-Payal


Re: [vchkpw] dir_control

2005-05-02 Thread Ken Jones
On Monday 02 May 2005 8:53 am, Jeff Koch wrote:
 We copied over the vpopmail setup from one server to another and now we
 find that domains are not being spread out properly in the directory tree -
 they are just piling up in one branch.

 Does anyone know how and what to reset in order that domains be spread
 evenly in the tree?

Try copying over the .dir-control file from the /home/vpopmail/domains 
directory on the other server.

Otherwise, remove that file if it exists and the spread out will start again
from the begining.

Ken Jones