On 06/09/2015 12:54 AM, Matus UHLAR - fantomas wrote: > Although all other services do run those calls too, I found it still better > to let admins load the system when they need it.
I don't think it's true that all other services run the session calls. Typically, non-interactive services don't. For instance, "cvs," "postgresql," and "smtp" (from Postfix) don't include any session directives on the first server I looked at. mod_auth_pam for Apache httpd doesn't invoke the session. It might be safe to do this in an authdaemon child process, but typically the session calls would be invoked in the process that actually becomes the user's session. In this case, imapd or pop3d. ------------------------------------------------------------------------------ _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
