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

/freebsd-11-stable/contrib/dma/
H A Dconf.c190 config.smarthost = data;
239 if ((config.features & NULLCLIENT) && config.smarthost == NULL) {
H A Dnet.c411 * or smarthost
498 int error = 1, smarthost = 0; local
503 if (config.smarthost != NULL) {
504 host = config.smarthost;
506 syslog(LOG_INFO, "using smarthost (%s:%i)", host, port);
507 smarthost = 1;
521 error = dns_get_mx_list(host, port, &hosts, smarthost);
H A Ddma.h130 const char *smarthost; member in struct:config
H A Ddma.c78 .smarthost = NULL,

Completed in 71 milliseconds