|
Hi Jonathan, Thank you for this tool! But... I have trouble installing it, I think I'm not understanding something. I did everything you said in the install of nvc and dbmail_admin, and still I can't login as the user bazy or any other user. I'm running FreeBSD 6.2, php5-5.2.3, apache-2.2.4_2. It's not a php problem, phpmyadmin is running ok, dbmail-imap is running ok, my mail server is ok. Sorry for being stupid, but I just can't make it work... :( Thank you. mysql> select * from dbmail_users; +-----------+--------------------------------+----------------------------------+-------------+--------------+--------------+---------------+---------------+-----------------+---------------------+---------------+ | user_idnr | userid | passwd | client_idnr | maxmail_size | curmail_size | maxsieve_size | cursieve_size | encryption_type | last_login | user_realname | +-----------+--------------------------------+----------------------------------+-------------+--------------+--------------+---------------+---------------+-----------------+---------------------+---------------+ | 1 | [EMAIL PROTECTED]@__ | | 0 | 0 | 0 | 0 | 0 | md5 | 1979-11-03 22:05:58 | | | 2 | anyone | | 0 | 0 | 0 | 0 | 0 | md5 | 1979-11-03 22:05:58 | | | 3 | __public__ | | 0 | 0 | 0 | 0 | 0 | md5 | 1979-11-03 22:05:58 | | | 4 | bazy | XXXXXXXXXXXXXXXXX | 1 | 0 | 825668074 | 0 | 0 | md5 | 2007-07-28 11:37:41 | | +-----------+--------------------------------+----------------------------------+-------------+--------------+--------------+---------------+---------------+-----------------+---------------------+---------------+ And my config file looks like this: // The path to the dbmail.conf $ini_path="/usr/local/etc/dbmail.conf"; // The path to the dbmail executables - without the trailing slash. $exec_path="/usr/local/sbin"; // The client number that the mailbox must be in to allow login. // The default client_idnr on a user is 0, so we will make the first client "1" the valid client list that can login to the tool. $login_client="1"; // Default client number $default_client="5"; // The encryption type to be used on passwords. Valid types are plaintext, crypt, md5-hash, md5-digest, or md5-base64 $encryption_type="md5-hash"; // $encryption_type=""; // This is what will show on the interface. Set to whatever you want to call your seperation of users. $group_tag="Client/Group/Department"; // This tool works only in the database. LDAP modification is not done. Changing quotas and group id's may not do anything at all. // Set the next line to true to allow you to continue past the login screen. $skip_ldap_auth_warn=false; Jonathan Feally wrote: Greeting All, |
_______________________________________________ DBmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
