search for: postlogin2

Displaying 1 result from an estimated 1 matches for "postlogin2".

Did you mean: postlogin
2023 Mar 01
1
Multiple scripts with postlogin
...w to execute separate scripts with postlogin. According to the documentation, it should be as simple as: You can run multiple post-login scripts by just giving multiple scripts as parameters to|script-login|, for example: executable = script-login rawlog /usr/local/bin/postlogin.sh /usr/local/bin/postlogin2.sh Given this information, I supplied two scripts to service imap-postlogin below: service imap { ? executable = imap imap-postlogin } service imap-postlogin { ? executable = script-login -d rawlog /usr/local/bin/postlogin.pl /usr/local/bin/postlogin2.pl ? user = $default_internal_user ? un...