[vchkpw] Feature Request - vmoduser addition

2007-09-20 Thread Quey
Hi, Is it possible to have vmoduser modified so that changing a password with a new -$option changes both encrypted and clear text passwords in one run? Sort of like: ./vmoduser [EMAIL PROTECTED] -P test would change the password for [EMAIL PROTECTED] to test in both clear text format a

Re: [vchkpw] Disable clear password

2007-09-20 Thread Marcello Lupo
Hi Kenny, if you use mysql to store user data you should drop the clear password column too. It happend the same to me few months ago. I forgot to disable the clear password and after, when i recompiled and reinstalled, vpopmail was still putting the clear text password in the table till i didn

Re: [vchkpw] Disable clear password

2007-09-20 Thread Kenny Lee
Hi all, after i downloaded and installed the new version of vpopmail, it settled my problem, but for the existing domains and users, i need to manually delete them in vpasswd. anyway .. thanks to you all. Regards, Kenny Lee - Original Message - From: "Marcello Lupo" <[EMAIL PROTECTE

Re: [vchkpw] Feature Request - vmoduser addition

2007-09-20 Thread Tom Collins
On Sep 20, 2007, at 12:19 AM, Quey wrote: Is it possible to have vmoduser modified so that changing a password with a new -$option changes both encrypted and clear text passwords in one run? It already does that. When you set the clear password, it also updates the encrypted password.

Re: [vchkpw] Mysql table

2007-09-20 Thread mlist
John Simpson wrote: On 2007-09-19, at 1532, mlist wrote: Please try creating a domain with a long name, up around 80-90 characters long. ... I did as you said and I recieved errors. Here is the command I used and the errors returned. ... vmysql: error creating table 'aa

[vchkpw] segfault vdeluser 5.4.21

2007-09-20 Thread mlist
Okay, running into a new problem suddenly. I thought I had seen this problem on the list before - but my searches came up with nothing - so I appologize if this is duplicated. Now when I try to delete a user I get a segfault: mail:/home/vpopmail/bin # vdeluser [EMAIL PROTECTED] Segmentation f

Re: [vchkpw] Feature Request - vmoduser addition

2007-09-20 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom Collins wrote: > I can't think of a time when you'd use the option to set the encrypted > password directly, but it's there in case someone needs it... We've used it during conversions from other MTAs. It can be quite handy :) - -- /* Matt Br

Re: [vchkpw] segfault vdeluser 5.4.21

2007-09-20 Thread Adam Cantwell
mlist wrote: Okay, running into a new problem suddenly. I thought I had seen this problem on the list before - but my searches came up with nothing - so I appologize if this is duplicated. Now when I try to delete a user I get a segfault: mail:/home/vpopmail/bin # vdeluser [EMAIL PROTECTED]

[vchkpw] Anyone using Courier-imap Virtual Shared Folders with Vpopmail

2007-09-20 Thread Brian Lanier
I have been looking at this feature and would like to implement the virtual shared folders. Seems a lot easier if you have mail client that can set the acl on the Maildir's etc. We are also looking at the Bynari Outlook Plugin to handle these as well. The setup seems straight forward until it co

Re: [vchkpw] Mysql table

2007-09-20 Thread Rick Widmer
mlist wrote: John Simpson wrote: and since mysql has a limit of 64 bytes for a table name, you have a... maybe not a bug, but a design flaw. the name "a(63 times).com" IS a valid domain name, but "a(63 times)_com" is NOT a valid table name. Definitely a design flaw, even before the

Re: [vchkpw] Mysql table

2007-09-20 Thread mlist
Rick Widmer wrote: mlist wrote: John Simpson wrote: and since mysql has a limit of 64 bytes for a table name, you have a... maybe not a bug, but a design flaw. the name "a(63 times).com" IS a valid domain name, but "a(63 times)_com" is NOT a valid table name. Definitely a design f

Re: [vchkpw] Mysql table

2007-09-20 Thread Ken Jones
Rick Widmer wrote: mlist wrote: John Simpson wrote: and since mysql has a limit of 64 bytes for a table name, you have a... maybe not a bug, but a design flaw. the name "a(63 times).com" IS a valid domain name, but "a(63 times)_com" is NOT a valid table name. Definitely a design f

Re: [vchkpw] Feature Request - vmoduser addition

2007-09-20 Thread Quey
Hi Tom, Tom Collins wrote: On Sep 20, 2007, at 12:19 AM, Quey wrote: Is it possible to have vmoduser modified so that changing a password with a new -$option changes both encrypted and clear text passwords in one run? It already does that. When you set the clear password, it also updates

Re: [vchkpw] segfault vdeluser 5.4.21

2007-09-20 Thread John Simpson
On 2007-09-20, at 1236, mlist wrote: Now when I try to delete a user I get a segfault: mail:/home/vpopmail/bin # vdeluser [EMAIL PROTECTED] Segmentation fault first, why would you want to delete a domain's "postmaster" mailbox? second, i would have thought the vdeluser command, or the vdelus

Re: [vchkpw] Feature Request - vmoduser addition

2007-09-20 Thread John Simpson
On 2007-09-20, at 1134, Tom Collins wrote: I can't think of a time when you'd use the option to set the encrypted password directly, but it's there in case someone needs it... if you're converting a domain from /etc/passwd to vpopmail, and the plain-text passwords aren't available. if