Customized software
m (→Current software) |
(→mail_forward) |
||
| Line 23: | Line 23: | ||
Sets up mail forwarding for users. It is a python script in /usr/local/bin/mail_forward | Sets up mail forwarding for users. It is a python script in /usr/local/bin/mail_forward | ||
| − | Responsible sysadmin: Liz | + | Responsible sysadmin: Liz/Joshua |
=Software no longer installed= | =Software no longer installed= | ||
Revision as of 02:01, 8 November 2007
Please list anything that isn't from normal Debian repositories here.
Contents |
Current software
postfix
Postfix requires a patch to work nicely with AFS. (Do you have the patch, Liz?)
Responsible sysadmin: Liz
Custom stuff on netboot machines
matlab
Matlab R2007b is installed to /opt/matlabR2007b on the netboot images. In /usr/local/bin, matlab, mbuild, mcc, and mex are symlinked to a wrapper script (matlab_wrapper) which prints a message letting users know the license requirements (being a current member of the Caltech community, basicaly) before running the appropriate program.
Responsible sysadmin: Joshua
Job posting script
The job posting script is in /usr/local/bin/ugcs-jobs. It finds all the files in the drop dir (/afs/ugcs/drop/jobs) newer than ~/.lastlogin, and shows them. It is run through /etc/profile, /etc/zsh/zlogin, or /etc/csh/login.d/ (for the appropriate shell). User documentation is at Website:Job_Posting
Responsible sysadmin: Joshua
mail_forward
Sets up mail forwarding for users. It is a python script in /usr/local/bin/mail_forward
Responsible sysadmin: Liz/Joshua
Software no longer installed
libpam-script
This package provides a pam module for running scripts on login/logoff. It was going to be used to do the job posting script, and possibly other things (provide helpful messages when a user is blocked by pam_access?).