#!/bin/shif["$2"!="POST-INSTALL"]thenexit0;fi# check if bogomilter user exists
pw user show bogomilter > /dev/null 2>&1if[ $? !=0]thenecho"===> Adding user bogomilter"
pw useradd bogomilter -u174-c"milter-bogom"-s/sbin/nologin \
-d/nonexistent
elseecho"===> Using existing user bogomilter"fi