Lines Matching defs:mailerr

178 void	mailerr __P((const char *, const char *, ...));
233 mailerr("421", "Configuration error: _PATH_MAILDIR too large");
267 mailerr(NULL, "Multiple -f options");
278 mailerr(NULL, "-h: missing filename");
292 mailerr(NULL, "-H: missing hashinfo");
308 mailerr(NULL, "-H: unknown hash type");
313 mailerr(NULL, "-H: invalid hash depth");
319 mailerr(NULL, "-H: invalid hash depth");
333 mailerr(NULL, "-p: missing spool path");
339 mailerr(NULL, "-p: invalid spool path");
364 mailerr(errcode, "Can not open mailbox database %s: %s",
374 mailerr("421", "Users should not be specified in command line if LMTP required");
508 mailerr("421 4.3.0", "Memory exhausted");
582 mailerr("503 5.5.1", "No recipients");
622 mailerr("503", "%s Duplicate LHLO",
644 mailerr("503 5.5.1",
652 mailerr("501 5.5.4",
691 mailerr("503 5.5.1",
704 mailerr("421 4.3.0",
713 mailerr("501 5.5.4",
720 mailerr(NULL, "%s", err);
756 mailerr("500 5.5.2", "Syntax error");
787 mailerr("451 4.3.0", "Unable to open temporary file");
909 mailerr("451 4.3.0",
962 mailerr("451 4.3.0", "Temporary file write error");
1003 mailerr("550 5.1.1", "%s: User unknown", name);
1007 mailerr("451 4.3.0", "%s: User database failure; retry later",
1013 mailerr("550 5.3.0", "%s: User database failure", name);
1062 mailerr("550 5.1.1", "%s: Invalid mailbox path", name);
1069 mailerr("550 5.1.1", "%s: User missing home directory", name);
1076 mailerr("550 5.1.1", "%s: Invalid mailbox path", name);
1119 mailerr(errcode, "lockmailbox %s failed; error code %d %s",
1143 mailerr("550 5.2.0",
1153 mailerr("450 4.2.0", "%s: %s", path,
1159 mailerr("451 4.3.0", "chown %u.%u: %s",
1179 mailerr("550 5.2.0", "%s: too many links", path);
1184 mailerr("550 5.2.0", "%s: irregular file", path);
1190 mailerr("550 5.2.0", "%s: wrong ownership (%d)",
1198 mailerr("450 4.2.0", "setreuid(0, %d): %s (r=%d, e=%d)",
1209 mailerr("450 4.2.0", "%s: %s", path, sm_errstring(errno));
1224 mailerr("550 5.2.0", "%s: fstat: file changed after open",
1250 mailerr("451 4.3.0",
1259 mailerr("551 5.2.2",
1270 mailerr("450 4.2.0", "%s: %s", path, sm_errstring(errno));
1282 mailerr("450 4.2.0", "Temporary file: %s",
1324 mailerr(errcode, "%s: %s",
1332 mailerr("450 4.2.0", "Temporary file: %s",
1340 mailerr("450 4.2.0", "%s: %s", path, sm_errstring(errno));
1377 mailerr(errcode, "%s: %s", path, sm_errstring(errno));
1410 mailerr("450 4.2.0", "setreuid(0, 0): %s",
1585 mailerr(NULL, "usage: mail.local [-7] [-b] [-d] [-l] [-f from|-r from] [-h filename] [-p path] user ...");
1587 mailerr(NULL, "usage: mail.local [-7] [-b] [-d] [-l] [-f from|-r from] [-h filename] user ...");
1595 mailerr(const char *hdr, const char *fmt, ...)
1597 mailerr(hdr, fmt, va_alist)