Add User and Group
We need to add user and group for mail and postfix
Mail User & Group
groupadd mail
useradd -u 96 -d /usr/cyrus -g mail cyrus -s /bin/false
Postfix User & Group
groupadd -g 1011 postfix
groupadd -g 1022 postdrop
useradd -g 1011 -u 1011 -G postdrop -s /bin/false postfix