Lines Matching refs:errstr
260 const char *user, *errstr, *path;
316 &rcpt_to, &errstr) < 0) {
318 "Invalid -a parameter: %s", errstr);
334 &mail_from, &errstr) < 0) {
336 "Invalid -f parameter: %s", errstr);
353 if (t_abspath(optarg, &path, &errstr) < 0) {
355 optarg, errstr);
363 &final_rcpt_to, &errstr) < 0) {
365 "Invalid -a parameter: %s", errstr);
423 &errstr);
426 i_fatal("%s", errstr);
439 &errstr);
444 &errstr);
447 i_fatal("Failed to expand settings: %s", errstr);
463 errstr = ctx.tempfail_error;
466 errstr = mail_storage_get_last_error(storage, &error);
476 fprintf(stderr, "%s\n", errstr);
491 str_sanitize(errstr, 512));
495 ret = mail_send_rejection(&ctx, ctx.rcpt_to, errstr);