[vchkpw] vpopmail quota problem

2003-07-03 Thread john
Hello, i use vpopmail + mysql and mau be my quote not work. In my email i have 4 emails with total size 16 MB, my quota i set to 10 MB. # vuserinfo condor name: condor passwd: x clear passwd: x uid:0 gid:0 all services available dir: /var/vpopmail/domains/mydomain.org/condor

Re: [vchkpw] Copying /domains/

2003-07-03 Thread Peter Palmreuther
Hi Eduardo, On Wed, 2 Jul 2003 14:48:33 -0400 Eduardo M. Bragatto <[EMAIL PROTECTED]> wrote: [Authentication failes after migration] > Please, is there someone who can help me out?! ;) - What do the logs say? - What does strace/truss reveal? P.S.: For future mails to this list you really shoul

[vchkpw] vchkpw authentication works intermittently

2003-07-03 Thread Howard Miller
Hi, I am using vpopmail version 5.2.1 I have a strange problem where vchkpw intermittently rejects correct username/password combinations. I don't yet have good feel for frequency but probably around 25% are being thrown out. The log simply notes that the user was rejected. This is applicable

[vchkpw] vchkpw authentication fails - more info

2003-07-03 Thread Howard Miller
Hi again, Further to my previous email (follows), I have discovered something else. I created a new user. I can send mail to that user and it correctly ends up in the Maildir. BUT vchkpw does not authenticate that user ever - always an error. Stranger still, the failure is *not* logged (un

Re: [vchkpw] vpopmail quota problem

2003-07-03 Thread Ahmad Masood Shah
have you ptached your qmail with qmailquota patch...?? -- Best Regs, Masood Ahmad Shah System Administrator ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ | * * * * * * * * * * * * * * * * * * * * * * * * | Fibre Net (Pvt) Ltd. Lahore, Pakistan | Tel: +92-42-6677024 | Mobile: +92-300

[vchkpw] Fallback MTA and vpopmail

2003-07-03 Thread Jasper Metselaar
Hi, I used to have a domain running with vpopmail, qmailadmin and vqadmin. Now the owner of the domain asked to deliver his mail to another mailserver and to configure my server as a fallback MTA for that domain. E.g. IN MX 10 mail.domain-owner.com. IN MX 100 mail.myma

[vchkpw] authorization problem via pop3

2003-07-03 Thread Murat Gurdal
I have installed qmail-1.0.3 and vpopmail-5.2.1 on my Redhat-Linux 8.0 box and installation have been well. Compiled vpopmail-5.2.1 with roaming-users on and tcp.smtp.cdb file parameters. My qmail-pop3d/run and qmail-smtpd/run scripts are as follows: qmail-pop3d/run: #!/bin/sh exec /usr/local/b

AW: [vchkpw] Fallback MTA and vpopmail

2003-07-03 Thread Ch. Koechli
That's a qmail issue. Append all domains to the "rcpthosts" (and "morercpthosts") file in the "control" directory of qmail. Then qmail will accept messages to these domains, but will handle them as remote and try to send them to the first mx host immediately. Christof > -Ursprüngliche Nachric

Re: [vchkpw] vpopmail quota problem

2003-07-03 Thread john
Yes, i applayed this patch: qmail-maildir++.patch from: http://www.shupp.org/patches/qmail-maildir++.patch Regards, Condor > have you ptached your qmail with qmailquota patch...?? > > -- > > Best Regs, > Masood Ahmad Shah > System Administrator > > ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^

Re: [vchkpw] Fallback MTA and vpopmail

2003-07-03 Thread Peter Palmreuther
Hi Jasper, On Thu, 3 Jul 2003 12:29:53 +0200 (CEST) Jasper Metselaar wrote: > IN MX 10 mail.domain-owner.com. > IN MX 100 mail.mymailserver.com. > > How should I setup the domain so that my server becomes a fallback and > that it delivers the e-mail to the primary ma

RE: [vchkpw] Fallback MTA and vpopmail

2003-07-03 Thread Clayton Weise
Another option, and although it may be a little over the top for this particular situation, is AutoTURN. It's part of the serialmail package put out by DJB to work with qmail. We use it here for mail caching and it works great. http://cr.yp.to/serialmail.html -Original Message- From: Ja

Re: [vchkpw] Fallback MTA and vpopmail

2003-07-03 Thread Tom Collins
On Thursday, July 3, 2003, at 03:29 AM, Jasper Metselaar wrote: How should I setup the domain so that my server becomes a fallback and that it delivers the e-mail to the primary mailserver when it is available again (in case the primary mailserver is off-line)? Thanks for any suggestions! vdeldom

Re: [vchkpw] vpopmail quota problem

2003-07-03 Thread john
Yeah, i recompile my qmail and now may be work ... #vuserinfo condor quota: 1000S usage: 40% The problem has been in patches that i applayed. Last patch is not applayed correct because previous patch are change lines and struct of file. I make changes by hand and now may be work. Reg

[vchkpw] Mailing list problem

2003-07-03 Thread Dallas Wright
ok here's everthing about my setup and problem   vpopmail 5.2.1 qmailadmin 1.0.6qmail 1.03 ezmlm 0.53   I'm running a server on an internal machine 192.168.0.100 The "internet gateway" on 192.168.0.1 has smtp & pop port forwarded to that box   I use virtual domains   I can send e-mail to use

Re: [vchkpw] Mailing list problem

2003-07-03 Thread John Johnson
Is you list set for Digest?   -John   - Original Message - From: Dallas Wright To: [EMAIL PROTECTED] Sent: Thursday, July 03, 2003 9:24 AM Subject: [vchkpw] Mailing list problem ok here's everthing about my setup and problem   vpopmail 5.2.1 qmaila

Re: [vchkpw] Mailing list problem

2003-07-03 Thread Tom Collins
On Thursday, July 3, 2003, at 09:24 AM, Dallas Wright wrote: The list was created using qmailadmin set not to archive, no other options You could subscribe another account (hotmail/yahoo) and see if it gets the message. Do you have a spam filter on [EMAIL PROTECTED] where you wouldn't see the me

Re: [vchkpw] Mailing list problem

2003-07-03 Thread Dallas Wright
No archive created, I'm going to upgrade those two components and see if the expended options help me. There's no spam filtering on this domain as yet .. I'm trying to get one thing working at a time :)   Thanks - Original Message - From: Tom Collins To: [EMAIL PROTECTED]

Re: [vchkpw] authorization problem via pop3

2003-07-03 Thread Kiril Todorov
Hi There Murat, You added the domain but it seems that it's not your default domain, so you need to send usernames like this: username%domain.com or [EMAIL PROTECTED] instead of just plain username. A quick solution would be to recompile vpopmail with --enable-default-domain=yourdomain.com O

Re: [vchkpw] vchkpw authentication fails - more info

2003-07-03 Thread Kiril Todorov
On Thu, Jul 03, 2003 at 10:02:54AM +0100, Howard Miller wrote: > Hi again, > > Further to my previous email (follows), I have discovered something else. > > I created a new user. I can send mail to that user and it correctly ends up in > the Maildir. BUT vchkpw does not authenticate that us

Re: [vchkpw] Catch all domain account

2003-07-03 Thread Kiril Todorov
On Wed, Jul 02, 2003 at 11:53:53PM +0100, Sйrgio Manuel Rosa wrote: > Hi all, > > I'm using sqwebmail+qmail+vpopmail+qmailadmin. > > I have a few domain configured under vpopmail and I've got a problem. If a > user sends mail TO: an invalid addres and with a invalid FROM: user, but > correct doma

[vchkpw] feature request

2003-07-03 Thread Raboo
Hi There should be like --with-.qmail-default-option-thingy='whatever that should be in the .qmail file that should be created during user adding.' for vpopmail. If you guys get what i mean... Word! /Raboo

Re: [vchkpw] feature request

2003-07-03 Thread Kiril Todorov
Yeah :) --enable-extra-defaults=path/to/file and just append the contents of that file to the .qmail-default. I like that :-) -- Kiril Todorov < -+- > +359 2 9712013 Bulgaria Online < -+- > http://home.online.bg /* waiting... dreaming... wishing... */

Fw: [vchkpw] feature request

2003-07-03 Thread Raboo
sorry, accidently replyed to the Kiril, sorry mate. - Original Message - From: "Raboo" <[EMAIL PROTECTED]> To: "Kiril Todorov" <[EMAIL PROTECTED]> Sent: Thursday, July 03, 2003 9:39 PM Subject: Re: [vchkpw] feature request > no man, like /home/vpopmail/domains/domain.tld/user/.qmail >

[vchkpw] vchkpw - how does courier-imap use it?

2003-07-03 Thread Ajai Khattri
Is anybody here familiar with how courier-imap uses vpopmail? I am working on Blowfish support in vchkpw - I have patched vauth.c to call my Blowfish wrapper or the system crypt depending on what the first few letters of the encrypted password look like. Everything builds and links just fine bu

[vchkpw] [muratgurdal@yahoo.com: Re: [vchkpw] authorization problem via pop3] (for the archive)

2003-07-03 Thread Kiril Todorov
- Forwarded message from Murat Gurdal <[EMAIL PROTECTED]> - Delivered-To: [EMAIL PROTECTED] Delivered-To: [EMAIL PROTECTED] Date: Thu, 3 Jul 2003 12:10:47 -0700 (PDT) From: Murat Gurdal <[EMAIL PROTECTED]> Subject: Re: [vchkpw] authorization problem via pop3 To: Kiril Todorov <[EMAIL PROTE

[vchkpw] Mailing list problem

2003-07-03 Thread Dallas Wright
I now get the following errors after upgrading qmailadmin & vpopmail when trying to add a mailing list through qmailadmin.   [Thu Jul 03 16:23:04 2003] [error] [client 192.168.0.1] Premature end of script headers: qmailadmin, referer: http://192.168.0.100/cgi-bin/qmailadmin/com/addmailinglist

Re: [vchkpw] Mailing list problem

2003-07-03 Thread Kiril Todorov
On Thu, Jul 03, 2003 at 04:25:47PM -0500, Dallas Wright wrote: > I now get the following errors after upgrading qmailadmin & vpopmail when trying to > add a mailing list through qmailadmin. > > [Thu Jul 03 16:23:04 2003] [error] [client 192.168.0.1] Premature end of script > headers: qmailadmin,

Re: [vchkpw] Mailing list problem

2003-07-03 Thread Tom Collins
On Thursday, July 3, 2003, at 02:25 PM, Dallas Wright wrote: I now get the following errors after upgrading qmailadmin & vpopmail when trying to add a mailing list through qmailadmin. This may be a known problem in qmailadmin that was fixed in 1.0.20. Download qmailadmin 1.0.23 from . Taking a

Re: [vchkpw] Mailing list problem

2003-07-03 Thread Dallas Wright
I don't have ezmlm-idx installed, I'll do that now - Original Message - From: Tom Collins To: [EMAIL PROTECTED] Cc: Tom Collins Sent: Thursday, July 03, 2003 5:16 PM Subject: Re: [vchkpw] Mailing list problem On Thursday, July 3, 2003, at 02:25 PM, Dallas Wr

Re: [vchkpw] Mailing list problem

2003-07-03 Thread Dallas Wright
I've installed ezmlm-idx, I can now create the lists again and I like the extra options However .. sending to lists still goes out to the great beyond .. are there any logs I can check to see if its getting held up inside qmail/vpopmail/ezmlm somewhere?     - Original Message -

[vchkpw] Migrating to a new server

2003-07-03 Thread Werner Schalk
Hi, has someone ever successfully migrated to a new server? I have installed my current server with MySQL support and now my question is what I must do to migrate to a new server? I wanted to install the new server with MySQL support and then dump the databases? What else must I do? Do I need th

[vchkpw] vpopmail and chroot

2003-07-03 Thread Werner Schalk
Hi, has anyone ever installed vpopmail and/or qmail in a chroot environment? Has anyone got a howto or something? Bye and thanks, Werner.