[Dovecot] dovecot and passwd-file migration
Hi, Im using dovecot with passwd-file authentication and would like to provide some kind of interface/script to let the users change their password.
currently my passwd-file looks like: user@domain.com:{PLAIN}password
I would also like to change the password to the same I use in my Linux user@domain.com: {MD5}password ??? What do I need to change in the .conf?
Las thing, I just cant find a RPM or Source RPM for dovecot compiled with MySQL support. Our office uses MySQL and not Postgres. doing rpmbuild --rebuild --with mysql to the .src.rpm of dovecot does not work. dovecot fails telling he has no idea of what mysql is.
If I get a dovecot with mysql rpm I will move from passwd-file to Mysql auth.
Thanks,
--
Erick Perez Linux User 376588 http://counter.li.org/ (Get counted!!!) Panama, Republic of Panama
On 11/05/2005 03:04:57 AM, Erick Perez wrote:
Las thing, I just cant find a RPM or Source RPM for dovecot compiled with MySQL support. Our office uses MySQL and not Postgres. doing rpmbuild --rebuild --with mysql to the .src.rpm of dovecot does not work. dovecot fails telling he has no idea of what mysql is.
Which release are you running? Fedora is stuck at 0.99.14, but the spec file
in its .src.rpm contains "%define build_mysql 0" - setting that to one should
build --with-mysql.
Success, Willem Riede
Im using CENTOS4 but cant find the src rpm of that distro. Centos is also at 0.99x.x. what if I use the src and spec from the rpm found in dovecot site?
On 11/5/05, Willem Riede wriede@riede.org wrote:
On 11/05/2005 03:04:57 AM, Erick Perez wrote:
Las thing, I just cant find a RPM or Source RPM for dovecot compiled with MySQL support. Our office uses MySQL and not Postgres. doing rpmbuild --rebuild --with mysql to the .src.rpm of dovecot does not work. dovecot fails telling he has no idea of what mysql is.
Which release are you running? Fedora is stuck at 0.99.14, but the spec file in its .src.rpm contains "%define build_mysql 0" - setting that to one should build --with-mysql.
Success, Willem Riede
--
Erick Perez Linux User 376588 http://counter.li.org/ (Get counted!!!) Panama, Republic of Panama
On 11/05/2005 09:12:29 AM, Erick Perez wrote:
Im using CENTOS4 but cant find the src rpm of that distro. Centos is also at 0.99x.x. what if I use the src and spec from the rpm found in dovecot site?
You'd have to edit the dovecot.spec file and make sure there's a
BuildRequires: mysql-devel and configure is called --with-mysql.
Success, Willem Riede.
On 11/05/2005 09:12:29 AM, Erick Perez wrote:
Im using CENTOS4 but cant find the src rpm of that distro.
By the way, it took me all of 30 seconds to find even though I've never used centos: http://mirror.centos.org/centos/4/os/SRPMS/dovecot-0.99.11-2.EL4.1.src.rpm
Willem Riede.
Ok thanks, and what about MD5 password support?
On 11/5/05, Willem Riede wriede@riede.org wrote:
On 11/05/2005 09:12:29 AM, Erick Perez wrote:
Im using CENTOS4 but cant find the src rpm of that distro.
By the way, it took me all of 30 seconds to find even though I've never used centos: http://mirror.centos.org/centos/4/os/SRPMS/dovecot-0.99.11-2.EL4.1.src.rpm
Willem Riede.
--
Erick Perez Linux User 376588 http://counter.li.org/ (Get counted!!!) Panama, Republic of Panama
participants (2)
-
Erick Perez
-
Willem Riede