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

/freebsd-current/usr.sbin/mailwrapper/
H A Dmailwrapper.c94 const char *mailerconf; local
109 mailerconf = localmailerconf;
111 mailerconf = _PATH_MAILERCONF;
113 if (config == NULL && ((config = fopen(mailerconf, "r")) == NULL)) {
120 mailerconf, _PATH_DEFAULTMTA);
126 mailerconf, strerror(serrno));
129 err(EX_OSERR, "cannot open %s", mailerconf);
137 errx(EX_CONFIG, "no mapping in %s", mailerconf);
182 mailerconf, (u_long)lineno);

Completed in 160 milliseconds