Home
last modified time | relevance | path

Searched refs:newmail (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.bin/mail/
H A Dquit.c99 goto newmail; in quit()
108 goto newmail; in quit()
118 goto newmail; in quit()
124 goto newmail; in quit()
303 goto newmail; in quit()
317 newmail: in quit()
/freebsd/usr.sbin/pw/tests/
H A Dpw-modified.conf21 newmail = "no"
H A Dpw.conf21 newmail = "no"
/freebsd/usr.sbin/pw/
H A Dpw_conf.c289 config.newmail = (q == NULL || !boolean_val(q, 1)) in read_userconfig()
460 fputs(cnf->newmail ? cnf->newmail : boolean_str(0), in write_userconfig()
H A Dpwupd.h60 char *newmail; /* Mail to send to new accounts */ member
H A Dpw_user.c1141 if (cmdcnf->newmail == NULL) in mix_config()
1142 cmdcnf->newmail = cfg->newmail; in mix_config()
1486 if (!PWALTDIR() && cmdcnf->newmail && *cmdcnf->newmail && in pw_user_add()
1487 (fp = fopen(cnf->newmail, "r")) != NULL) { in pw_user_add()