Re: [Dovecot] Post-login script with LDAP virtual users

2011-04-16 Thread Fernando Silva
Hideo GOTO eis.co.jp> writes: > > (2011/02/07 20:44), Timo Sirainen wrote: > > On 7.2.2011, at 12.24, Hideo GOTO wrote: > > > >> /var/log/maillog: > >> Feb 7 17:45:58 pop3migr dovecot: pop3(vuser1): Post-login script denied > >> access to user vuser1 > > The script finish isn't being done proper

Re: [Dovecot] Post-login script with LDAP virtual users

2011-02-07 Thread Hideo GOTO
Dear Peter, I myself had thought that it might be related to user ownership or permission issue, but it has turned out to be due to omission of ' exec "$@" ' in the script. Thanks for your taking care of this matter. P.S. 16-17min by foot from Yodobashi@Akihabara (2011/02/07 20:14), Peter Ev

Re: [Dovecot] Post-login script with LDAP virtual users

2011-02-07 Thread Hideo GOTO
(2011/02/07 20:44), Timo Sirainen wrote: On 7.2.2011, at 12.24, Hideo GOTO wrote: /var/log/maillog: Feb 7 17:45:58 pop3migr dovecot: pop3(vuser1): Post-login script denied access to user vuser1 The script finish isn't being done properly. I guess you're missing the exec "$@" line? Thanks a

Re: [Dovecot] Post-login script with LDAP virtual users

2011-02-07 Thread Timo Sirainen
On 7.2.2011, at 12.24, Hideo GOTO wrote: > /var/log/maillog: > Feb 7 17:45:58 pop3migr dovecot: pop3(vuser1): Post-login script denied > access to user vuser1 The script finish isn't being done properly. I guess you're missing the exec "$@" line?

Re: [Dovecot] Post-login script with LDAP virtual users

2011-02-07 Thread Peter Evans
?/var/log/maillog: Feb 7 17:45:58 pop3migr dovecot: pop3(vuser1): Post-login script denied access to user vuser1 cf. "vuser1" is UID of a virtual account on the LDAP tree. Maildir is located at /var/spool/postfixdata/%u/Maildir, and is owned by linux local user "mailuser". Surely the UID for vuse

[Dovecot] Post-login script with LDAP virtual users

2011-02-07 Thread Hideo GOTO
Dear sirs, I'm working on Post-login script for migrating 40K Courier-imap users to Dovecot. After reading related topics about post-login script in your documentation, mailing list, I cannot remove the problem described here-below. Is there any special config to add when users are virtual (authe