6 lines
189 B
Plaintext
6 lines
189 B
Plaintext
|
groupadd -g 32 postfix
|
||
|
groupadd -g 33 postdrop
|
||
|
useradd -c "Postfix Daemon User" -d /var/spool/postfix -g postfix \
|
||
|
-s /bin/false -u 32 postfix
|
||
|
chown -v postfix:postfix /var/mail
|