Searched refs:localmailerconf (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/mailwrapper/
H A Dmailwrapper.c93 char localmailerconf[MAXPATHLEN]; local
106 snprintf(localmailerconf, MAXPATHLEN, "%s/etc/mail/mailer.conf",
109 mailerconf = localmailerconf;
110 if ((config = fopen(localmailerconf, "r")) == NULL)

Completed in 74 milliseconds