RELAYD_USER
if ((pw = getpwnam(RELAYD_USER)) == NULL)
if ((ps->ps_pw = getpwnam(RELAYD_USER)) == NULL)
errx(1, "unknown user %s", RELAYD_USER);