postfix.kos-kur 189 B

123456
  1. groupadd -g 32 postfix
  2. groupadd -g 33 postdrop
  3. useradd -c "Postfix Daemon User" -d /var/spool/postfix -g postfix \
  4. -s /bin/false -u 32 postfix
  5. chown -v postfix:postfix /var/mail