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

/freebsd-13-stable/contrib/sendmail/src/
H A Dmain.c1457 QueueDir);
1901 if (QueueDir == NULL || *QueueDir == '\0')
1932 syserr("main: cannot stat %s", QueueDir);
2554 QueueDir);
H A Dqueue.c7237 ** of the basedir. The basedir is the QueueDir
7243 len = sm_strlcpy(basedir, QueueDir, sizeof(basedir));
7262 QueueDir);
7265 QueueDir);
7456 qg->qg_qdir = QueueDir;
7679 if (QueueDir == NULL || *QueueDir == '\0')
7681 syserr("QueueDir must be defined before queue groups");
7684 qg->qg_qdir = newstr(QueueDir);
H A Dreadcf.c3507 QueueDir = "mqueue";
3511 QueueDir = newstr(val);
H A Dsendmail.h2138 EXTERN char *QueueDir; /* location of queue directory */ variable

Completed in 189 milliseconds