In order to run postfix you must have a postfix group and a postfix user as well as a postdrop group. Create them with the following commands: groupadd -g 200 postfix useradd -u 200 -d /dev/null -s /bin/false -g postfix postfix groupadd -g 201 postdrop