initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / packages / hackbard / sendmail / sendmail.setup
1 setup_block()   {
2         useradd -u 2000 -g mail smmsp || true
3         chmod 1777 /tmp
4         chmod 1777 /var/mail
5         mkdir -p /var/spool/mqueue
6                 }
7
8 uninstall_block()       {
9         userdel smmsp || true
10                         }