Re: [vchkpw] How can I adapt my user databases to vpopmail ?

2006-02-14 Thread Yavuz Maslak
Hello Martin
Thanks a lot for your advice.
Now I 'm asking to obtain information . I wonder if We have two or more
domains  How would we solve this problem?

- Original Message - 
From: Marcin Soltysiak [EMAIL PROTECTED]
To: vchkpw@inter7.com
Sent: Sunday, February 12, 2006 11:39 PM
Subject: Re: [vchkpw] How can I adapt my user databases to vpopmail ?


 How can I migrate my system to vpopmail without change the username
 settings of my users ?

use default domain and learn password options to vpopmail build. then just
create accounts using just a shell script with -n option to vadduser. Same
time you will have to create .qmail files with email address to username
aliases.

I asume that you have username like solt and email address like
[EMAIL PROTECTED] right?

For every user you will have to create a .qmail file for example
.qmail-marcin:soltysiak with a single line:

[EMAIL PROTECTED]

in it.

Then your users would not even know about transistion :)

Solt



[vchkpw] How can I adapt my user databases to vpopmail ?

2006-02-12 Thread yavuz
Hello

I use qmail1.03 on FreeBSD. I have one domain. The domain has about 5000
users. I store at a plaintext file informations of users and password. My
users have a username, a password and an emailadress.
My authentication script looks at their username and password not
emailaddress.
User names of them may be different from their emailadresses.
I want to upgrade my pop3 server on vpopmail that's why has many features.
I see that vchkpw checks emailaddress of any user. That is, an user's
username is emailaddress of the same user.
I want to install vpopmail with mysql-auth-module.
How can I migrate my system to vpopmail without change the username 
settings of my users ?
I go through a bit Readme,installation instruction,Faq,vmysql.h in Vpopmail
But I could not solve my problem.
if you help me I will be pleased.

Thanks
Best Regards.
Yavuz



Re: [vchkpw] How can I adapt my user databases to vpopmail ?

2006-02-12 Thread Marcin Soltysiak
 How can I migrate my system to vpopmail without change the username 
 settings of my users ?

use default domain and learn password options to vpopmail build. then just 
create accounts using just a shell script with -n option to vadduser. Same time 
you will have to create .qmail files with email address to username aliases.

I asume that you have username like solt and email address like [EMAIL 
PROTECTED] right?

For every user you will have to create a .qmail file for example 
.qmail-marcin:soltysiak with a single line:

[EMAIL PROTECTED]

in it.

Then your users would not even know about transistion :)

Solt