5 lines
247 B
Text
5 lines
247 B
Text
groupadd -g 26 smmsp
|
|
useradd -c "Sendmail Daemon" -g smmsp -d /dev/null \
|
|
-s /bin/false -u 26 smmsp
|
|
chmod -v 1777 /var/mail
|
|
install -v -m700 -d /var/spool/mqueue
|