Lines Matching refs:mailerr

183 void	mailerr __P((const char *, const char *, ...));
238 mailerr("421", "Configuration error: _PATH_MAILDIR too large");
278 mailerr(NULL, "Multiple -f options");
289 mailerr(NULL, "-h: missing filename");
306 mailerr(NULL, "-H: missing hashinfo");
322 mailerr(NULL, "-H: unknown hash type");
327 mailerr(NULL, "-H: invalid hash depth");
333 mailerr(NULL, "-H: invalid hash depth");
347 mailerr(NULL, "-p: missing spool path");
353 mailerr(NULL, "-p: invalid spool path");
395 mailerr(errcode, "Can not open mailbox database %s: %s",
405 mailerr("421", "Users should not be specified in command line if LMTP required");
539 mailerr("421 4.3.0", "Memory exhausted");
613 mailerr("503 5.5.1", "No recipients"); in dolmtp()
653 mailerr("503", "%s Duplicate LHLO", in dolmtp()
679 mailerr("503 5.5.1", in dolmtp()
687 mailerr("501 5.5.4", in dolmtp()
726 mailerr("503 5.5.1", in dolmtp()
739 mailerr("421 4.3.0", in dolmtp()
748 mailerr("501 5.5.4", in dolmtp()
755 mailerr(NULL, "%s", err); in dolmtp()
791 mailerr("500 5.5.2", "Syntax error"); in dolmtp()
822 mailerr("451 4.3.0", "Unable to open temporary file");
944 mailerr("451 4.3.0",
997 mailerr("451 4.3.0", "Temporary file flush error");
1038 mailerr("550 5.1.1", "%s: User unknown", name);
1042 mailerr("451 4.3.0", "%s: User database failure; retry later",
1048 mailerr("550 5.3.0", "%s: User database failure", name);
1097 mailerr("550 5.1.1", "%s: Invalid mailbox path", name);
1104 mailerr("550 5.1.1", "%s: User missing home directory", name);
1111 mailerr("550 5.1.1", "%s: Invalid mailbox path", name);
1154 mailerr(errcode, "lockmailbox %s failed; error code %d %s",
1178 mailerr("550 5.2.0",
1188 mailerr("450 4.2.0", "Create %s: %s", path,
1194 mailerr("451 4.3.0", "chown %u.%u: %s",
1214 mailerr("550 5.2.0", "%s: too many links", path);
1219 mailerr("550 5.2.0", "%s: irregular file", path);
1225 mailerr("550 5.2.0", "%s: wrong ownership (%d)",
1237 mailerr("450 4.2.0", "setreuid(0, %d): %s (r=%d, e=%d)",
1248 mailerr("450 4.2.0", "Append %s: %s", path, sm_errstring(errno));
1263 mailerr("550 5.2.0", "%s: fstat: file changed after open",
1289 mailerr("451 4.3.0",
1298 mailerr("551 5.2.2",
1309 mailerr("450 4.2.0", "Lock %s: %s", path, sm_errstring(errno));
1325 mailerr("450 4.2.0", "Temporary file seek error: %s",
1367 mailerr(errcode, "Write %s: %s",
1375 mailerr("450 4.2.0", "Temporary file read error: %s",
1383 mailerr("450 4.2.0", "Sync %s: %s", path, sm_errstring(errno));
1424 mailerr(errcode, "Close %s: %s", path, sm_errstring(errno));
1461 mailerr("450 4.2.0", "setreuid(0, 0): %s",
1637mailerr(NULL, "usage: mail.local [-7] [-B] [-b] [-d] [-l] [-s] [-f from|-r from] [-h filename] [-p… in usage()
1639mailerr(NULL, "usage: mail.local [-7] [-B] [-b] [-d] [-l] [-s] [-f from|-r from] [-h filename] use… in usage()
1647 mailerr(const char *hdr, const char *fmt, ...) in mailerr() function
1649 mailerr(hdr, fmt, va_alist) in mailerr()