|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21585/root/usr/share/doc/dovecot-1.0.7/wiki/ |
Upload File : |
User extra field ================ This is mostly useful in case-insensitive username lookups to get the username returned back using the same casing always. Otherwise depending on your configuration it may cause problems, such as '/var/mail/user' and '/var/mail/User' mailboxes created for the same user. An example 'password_query' in 'dovecot-sql.conf' would be: ---%<------------------------------------------------------------------------- # '\' line splitting is only for clarification, they're not actually supported by Dovecot password_query = \ SELECT concat(user, '@', domain) AS user, password \ FROM users \ WHERE user = '%n' and domain = '%d' ---%<------------------------------------------------------------------------- (This file was created from the wiki on 2007-06-15 04:42)