Andrew Nady writes:

The setting that I'm trying to accomplish, is an IMAP server hosting local filesystem Maildirs for an ADS server. So far I got a working pam and winbind setup, the only unresolved issue is a pam "session" call to perform:
 "session         required     pam_mkhomedir.so   skel=/etc/skel/ umask=0022"
When I create the $homedir and copy the skel manually, the setup works fine.

courier-authlib does not implement session tracking and session support. Once an authentication request is completed, authdaemond has no further contact with the imapd server process, and has no further knowledge of its existence, or when it terminates, so no session tracking is possible.

Is there a way to make courier to generate a $homedir and copy the skel?

Only by writing some custom code, yourself. Furthermore, with no $HOME, and no $HOME/Maildir, it's somewhat unclear how the account is supposed to receive any email.


Attachment: pgpDkrkxZ7vwu.pgp
Description: PGP signature

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap

Reply via email to