Re: [Dovecot] PAM problem with virtual domain/user ownership

2011-01-24 Thread Timo Sirainen
On 23.1.2011, at 18.56, Mauricio Tavares wrote: > So, I have in dovecot.conf: Show dovecot -n output instead of copy & pasting. > userdb static { > args = allow_all_users uid=virtual gid=virtual > home=/var/spool/vmail/domain.com/%n > } My guess is that you have userdb passwd enabled

[Dovecot] PAM problem with virtual domain/user ownership

2011-01-23 Thread Mauricio Tavares
I am running dovecot 1.2.9 (ubuntu package, not from source) and wanted to use pam to authenticate my mail users who have no local accounts. I've done that before in an earlier release of dovecot and ubuntu, so I would not need to do set dovecot to ask LDAP directly. So, I have in dovecot.con