Searched refs:NULLCLIENT (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/dma/
H A Dconf.c231 else if (strcmp(word, "NULLCLIENT") == 0 && data == NULL)
232 config.features |= NULLCLIENT;
239 if ((config.features & NULLCLIENT) && config.smarthost == NULL) {
240 errlogx(EX_CONFIG, "%s: NULLCLIENT requires SMARTHOST", config_path);
H A Ddma.h71 #define NULLCLIENT 0x100 /* Nullclient support */ macro
H A Ddma.c210 * Do not do local delivery when NULLCLIENT is set.
212 if (strrchr(it->addr, '@') == NULL && (config.features & NULLCLIENT) == 0) {

Completed in 114 milliseconds