[vchkpw] Question about the vpasswd command

2002-11-22 Thread Chris A. Kalin
Is there a switch I could give vpasswd where I could do a massive amount of password changes without regenerating the cdb each time? Kind of like the -s (or -S, I've forgotten) switch in vadduser. If not, how would I hack at vpasswd.c to make this happen? I know enough C where if someone shows

[vchkpw] pop username format

2002-11-22 Thread [EMAIL PROTECTED]
For backwards compatibility with my current qmail server I will need to allow users with a 'username.domain.com' format in addition to the standard '[EMAIL PROTECTED]' format for POP3 authenticating. Can someone point me in the right direction to tweak vpopmail to allow this format. Thanks, Joe

[vchkpw] Relaying

2002-11-22 Thread jbaez
I'm trying to do relaying through a virus scanner with qmail-scanner which is in front of my mail server (qmail). I tried copying, and mountig the open.smtp file from my mail server to my virus scanner and it didn't work (I belive this is because of the different time stamps of both

[vchkpw] open-smtp-dir

2002-11-22 Thread Octave
Hi, I had lot of problems with open-smtp lock system. With 4000-5000 ip in open-smtp file, server was very slow. I change it to the same system but working with directory. There is no more problem with lock and servers are very fast. Patch (vpopmail.c) and some docs are on

Re: [vchkpw] simplest way to forward mail?

2002-11-22 Thread George Tosh
The easiest way to do a database forward is to modify the valias table. If you want to forward mail for [EMAIL PROTECTED] to [EMAIL PROTECTED] In the valias table insert jdoe in the alias field and nowhere.com in the domain field. Now in the valias_line field insert [EMAIL PROTECTED] This should

RE: [vchkpw] pop username format

2002-11-22 Thread Clayton Weise
Yes, look at vpopmail.h. #define ATCHARS @%/ Just add a . to that. But beware, it will accept the first . as a separator. So let's say email my email address is [EMAIL PROTECTED] My username, in your format, will be foo.bar.foobar.com will be interpreted by vpopmail as [EMAIL PROTECTED]

RE: [vchkpw] Relaying

2002-11-22 Thread Clayton Weise
You'll need the qmail-queue patch for qmail. And this really isnt' the right list for this kind of question. -Clayton -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 11:18 AM To: [EMAIL PROTECTED] Subject: [vchkpw] Relaying I'm

RE: [vchkpw] pop username format

2002-11-22 Thread Clayton Weise
Yes, just the bin directory. No, it wouldn't prevent future use of [EMAIL PROTECTED], those users would simply need to use the username [EMAIL PROTECTED] instead of foo.bar.foobar.com. And yes, telling a user their name is the same as the email address is much nicer. -Clayton -Original

RE: [vchkpw] pop username format

2002-11-22 Thread [EMAIL PROTECTED]
But if I added the dot to #define ATCHARS @%/ then first dot is interpreted as a separator it seems that then it would prevent future use of [EMAIL PROTECTED] address format as vpopmail will then see it as [EMAIL PROTECTED] Joe On Fri, 22 Nov 2002, Clayton Weise wrote: Yes, just the bin

[vchkpw] Need VPOPBULL to work

2002-11-22 Thread chris
Well, am I smokin' crack again or is VPOPBULL broken and just returning to the cmd line without reporting anything like it did in the past?!?!?!?! I can't get it to do anything but report usage. vpopbull -V -n DOMAIN doesn't report users in the domain or errors or anything, it just silently

RE: [vchkpw] pop username format

2002-11-22 Thread Clayton Weise
You'll want to test it to be sure.. but you're probably right. Brain fade there..woops. -Clayton -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 3:55 PM To: Clayton Weise Cc: [EMAIL PROTECTED] Subject: RE: [vchkpw] pop username

Re: [vchkpw] Relaying

2002-11-22 Thread jbaez
My question was intended to know how can I manipulate the open-smtp file, which, if I'm not mistaken, is handled by vpopmail. Basically, I need the virus scanner to do the relaying based on the authentication made on the mail server. I tried to use the open-smtp file, generated on the mail

[vchkpw] SMTP-AUTH with vpopmail mysql

2002-11-22 Thread Dan Houtz
Was hoping someone out there might have a quick solution to my problem. Icurrently have a devlopement server running qmail (hoping to soon replaceour sendmail system). I currently have a compbination Qmail + Vpopmailsystem authenticating off MySQL. It's also running courier IMAP/POP3

Re: [vchkpw] SMTP-AUTH with vpopmail mysql

2002-11-22 Thread Einar Bordewich
Change: QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild` to: QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` My true is /bin/true, so check that yours realy is /usr/bin/true. Also increase your softlimit. Try add an ekstra 0 (20 000 000 instead of 2 000 000). When things work, you can

[vchkpw] Quota problem

2002-11-22 Thread zafar
hello all i am facing problem from 2 weeks. the problem is that user is block sending mail after exceding quota limit. The other problem is that mail is not bounce back when anyuser quota is full. so how can i get it... thanks zafar