#!/bin/sh
. $IPKG_INSTROOT/etc/functions.sh
add_rcconf postfix NO
gid=$(get_next_gid)
add_group postfix $gid
add_user postfix $(get_next_uid) $gid /etc/postfix
gid=$(get_next_gid)
add_group postdrop $gid
add_service smtp 25/tcp