Lines Matching defs:host
14 #include "mail-host.h"
137 login_host_callback(const struct mail_host *host, const char *hostname,
145 if (host == NULL) {
153 i_error("director: User %s host lookup failed: %s",
158 login_host_request_is_self(request, &host->ip)) {
170 str_append(str, host->ip_str);
174 str_append(str, host->ip_str);
191 bool proxy = FALSE, host = FALSE;
222 else if (strncmp(*args, "host=", 5) == 0)
223 host = TRUE;
246 host || username == NULL) {
257 /* we need to add the host. the lookup might be asynchronous */