Re: [vchkpw] passwd to vpasswd

2003-11-10 Thread Stratsimir Kolchevski
Hi Martin,

The answer is in the vpopmail Administration Guide
(http://www.inter7.com/vpopmail/vpopmail.html):
To convert all users (except root and system accounts) into a mysql 
domain run the following command: vconvert -e -s domain. This reads all 
/etc/passwd accounts and creates mysql entries using their passwords. 
The passwords can be in either /etc/passwd or /etc/shadow. These 
passwords should work under vchkpw authentication program.

PS. It's not a good idea to post messages in maillists with 
Disposition-Notification-To
turned on 

HTH,
Stratsimir


Martin Bossev wrote:

Hello,

I looked thru the mail list archive and didnt find anything

So Im writeing here..

I would like to convert all my users and their passwords from 
passwd/shadow files to

vpasswd format..

I would be grateful if somebody points me a solving of this..

Greetings:

Martin Bossev






RE: [vchkpw] passwd to vpasswd

2003-11-10 Thread Martin Bossev

Hello Stratsimir,

Thanks for the help. It worked that way.
I knew it is something simple, just didn't had time to search..

And for the Disposition-Notification-To - i use it in my work, and forget
to stop it before posting my email. Won't happen again ;)


Thanks:

Martin


-Original Message-
From: Stratsimir Kolchevski [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 10, 2003 3:21 PM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] passwd to vpasswd

Hi Martin,

The answer is in the vpopmail Administration Guide
(http://www.inter7.com/vpopmail/vpopmail.html):


To convert all users (except root and system accounts) into a mysql 
domain run the following command: vconvert -e -s domain. This reads all 
/etc/passwd accounts and creates mysql entries using their passwords. 
The passwords can be in either /etc/passwd or /etc/shadow. These 
passwords should work under vchkpw authentication program.


PS. It's not a good idea to post messages in maillists with 
Disposition-Notification-To
turned on 

HTH,
Stratsimir




Re: [vchkpw] passwd

2003-10-31 Thread Cristiano Deana - Staff Tecnico
Il giorno Friday 31 October 2003 04:04, wdmarco mi scriveva:

 /etc/poppasswd Now I want to use the same passwords file of vpopmail
 (~/domains/domain.com/vpasswd) to check smtp passwords putting
 /~vpopmail/bin/vchkpw in the script of tcpserver, but it doesn't work of
 course...

 Can I make it works in some way?

tcpserver -H -R -x ~vpopmail/etc/tcp.smtp.cdb -c256 -u88 -g88 0 smtp \
/var/qmail/bin/qmail-smtpd-auth mydomain.com ~vpopmail/bin/vchkpw \
/usr/bin/true

it works for me.




Re: [vchkpw] passwd

2003-10-31 Thread X-Istence
Cristiano Deana - Staff Tecnico wrote:

Il giorno Friday 31 October 2003 04:04, wdmarco mi scriveva:

 

/etc/poppasswd Now I want to use the same passwords file of vpopmail
(~/domains/domain.com/vpasswd) to check smtp passwords putting
/~vpopmail/bin/vchkpw in the script of tcpserver, but it doesn't work of
course...
   

 

Can I make it works in some way?
   

tcpserver -H -R -x ~vpopmail/etc/tcp.smtp.cdb -c256 -u88 -g88 0 smtp \
/var/qmail/bin/qmail-smtpd-auth mydomain.com ~vpopmail/bin/vchkpw \
/usr/bin/true
it works for me.





 

He cant do MD 5 auths, or does vchkpw allow for MD5 auth logins?

X




Re: [vchkpw] passwd

2003-10-31 Thread Nick Harring
X-Istence wrote:

Cristiano Deana - Staff Tecnico wrote:

Il giorno Friday 31 October 2003 04:04, wdmarco mi scriveva:

 

/etc/poppasswd Now I want to use the same passwords file of vpopmail
(~/domains/domain.com/vpasswd) to check smtp passwords putting
/~vpopmail/bin/vchkpw in the script of tcpserver, but it doesn't 
work of
course...
  


 

Can I make it works in some way?
  


tcpserver -H -R -x ~vpopmail/etc/tcp.smtp.cdb -c256 -u88 -g88 0 smtp \
/var/qmail/bin/qmail-smtpd-auth mydomain.com ~vpopmail/bin/vchkpw \
/usr/bin/true
it works for me.





 

He cant do MD 5 auths, or does vchkpw allow for MD5 auth logins?

X

  Recent versions of vpopmail support md5 auth. I think I've actually 
tested it and it worked as well.
Hope that Helps
Nick Harring



[vchkpw] passwd

2003-10-30 Thread wdmarco
Hi. I use cmd5checkpw for smtp auth (and smtp-auth-patch for qmail)that 
has it's passwd file in /etc/poppasswd and it's look like
[EMAIL PROTECTED]:passwd
with  -r1 qmaild   root   35 Oct 31 00:51 /etc/poppasswd
Now I want to use the same passwords file of vpopmail 
(~/domains/domain.com/vpasswd) to check smtp passwords putting 
/~vpopmail/bin/vchkpw in the script of tcpserver, but it doesn't work of 
course... I've tryed to chmod qmaild.root vpasswd too but nothing done 
... of course ...
Can I make it works in some way?