vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have Debian Woody running as a departmental server. Several users have mail located at $HOME/mail while the remainder have theirs located at /var/mail. During a login, pam looks at /var/mail and therefore incorrectly reports the mail status of users with mail at $HOME/mail. >From searching groups, most people get pam to look at ~/mail by appending dir=~/mail/ to session optional pam_mail.so standard noenv in /etc/pam.d/login. However, this is going to affect all users (rather than just the ones with their mail at $HOME/mail.) How do I resolve this problem ? Regards Patrick |