On 06/19/13 18:15, Michael Vogel wrote: > Hi! > > Am 19.06.2013 09:20, schrieb Giovanni Bechis: >> On 06/19/13 08:40, Martin Rabl wrote: >>> Plaintext is a really bad idea ... is there no crypted column? >>> >> SOGo + postifxadmin works with crypted password too, I am using this view: >> ----------- >> CREATE VIEW `sogo_auth_domain_it` AS select `mailbox`.`username` AS >> `c_uid`,`mailbox`.`username` AS `c_name`,`mailbox`.`password` AS >> `c_password`,`mailbox`.`name` AS `c_cn`,`mailbox`.`domain` AS >> `c_domain`,`mailbox`.`username` AS `mail`,`mailbox`.`maildir` AS `home` from >> `mailbox` where (`mailbox`.`domain` = 'domain.it') >> ----------- > > Thanks very much! > > What are you using? "CRYPT" or "MD5"? > Atm I am using a custom version of postfixadmin, anyway I have this in my config.inc.php: $CONF['encrypt'] = 'md5crypt'; Cheers Giovanni
-- [email protected] https://inverse.ca/sogo/lists
