Searched refs:NULLCLIENT (Results 1 – 3 of 3) sorted by relevance
247 config.features |= NULLCLIENT; in parse_conf()254 if ((config.features & NULLCLIENT) && config.smarthost == NULL) { in parse_conf()
72 #define NULLCLIENT 0x100 /* Nullclient support */ macro
214 if (strrchr(it->addr, '@') == NULL && (config.features & NULLCLIENT) == 0) { in add_recp()