On 15 7 2004 at 6:09 am -0400, Markus Schiltknecht wrote:

>Uhm.. what is autoenumerate? Probably that's just PGSQL, but I can only
>specify two variables in the config:

I don't know.  The docs are pretty sparse.  In fact, I've found no
documentation other than the comments in the authmysqlrc file.  Here is
what it says for MYSQL_ENUMERATE_CLAUSE:

# {EXPERIMENTAL}
# Optional custom SQL query used to enumerate accounts for authenumerate,
# in order to compile a list of accounts for shared folders.  The query
# should return the following fields: name, uid, gid, homedir, maildir
#
# Example:
# MYSQL_ENUMERATE_CLAUSE        SELECT CONCAT(popbox.local_part, '@',
popbox.domain_name),                      \
#                       domain.uid,                                     \
#                       domain.gid,                                     \
#                       CONCAT(domain.path, '/', popbox.mbox_name),     \
#                       ''                                              \
#                       FROM popbox, domain                             \
#                       WHERE popbox.local_part = '$(local_part)'       \
#                       AND popbox.domain_name = '$(domain)'            \
#                       AND popbox.domain_name = domain.domain_name

Is there an official and up-to-date source of documentation for authmysql
configuration?

>I did list everything in hosteddomains (thinking, that a 'local' or 'me'
>is also a hosted domain. I don't even use locals (meaning, there's no
>email account on it).

The problem is that I want to be able to deliver mail to regular legacy
passwd users without any duplicate configuration.  With the local host in
hosteddomains I would need extra user config for "[EMAIL PROTECTED]" etc.

-ben

--
Ben Kennedy, chief magician
zygoat creative technical services
613-228-3392 | 1-866-466-4628
http://www.zygoat.ca




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to