On Fri, April 8, 2011 1:56 pm, K L wrote: > without being "explicitly" helpful to your question; it 'looks' like > dovecot isn't actually getting as far as mysql and is instead only > reading passwd.
K L, thanks this is meant to be a virtual mail server for multiple domains oops, you're right, I notice I missed 'user database section' in conf this is somewhat better now say, what GID / UID should I use, in Postfix I have like: virtual_gid_maps = static:5000 virtual_uid_maps = static:5000 so, I should use 5000/5000 in Dovecot query ? user_query = SELECT '/../%d/%n@%d' as home, 'maildir:/../%d/%n@%d' as mail, 5000 AS uid, 5000 AS gid, ... -- Voytek -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
