[Mimedefang] No queue ID available in envfrom() - mimedefang.c

ml ml mliebherr99 at googlemail.com
Tue Jun 29 10:19:08 EDT 2010


Hello List,

i am trying to get mimedefang running but i seem to run into this
error ( mimedefang-2.70/mimedefang.c ):

   /* Try making a directory whose name contains the Sendmail qid first */
    if (!data->qid || data->qid == NOQUEUE) {
        // We have no queue ID, so fail.
        syslog(LOG_WARNING, "No queue ID available in envfrom()");
        cleanup(ctx);
        DEBUG_EXIT("envfrom", "SMFIS_TEMPFAIL");
        return SMFIS_TEMPFAIL;
    }


What is it exactly looking for and why does it fail?

Thanks,
Mario



More information about the MIMEDefang mailing list