Lines Matching refs:word
151 char *word; in parse_conf() local
178 word = strsep(&data, EQS); in parse_conf()
181 if (word == NULL || *word == 0) in parse_conf()
189 if (strcmp(word, "SMARTHOST") == 0 && data != NULL) in parse_conf()
191 else if (strcmp(word, "PORT") == 0 && data != NULL) in parse_conf()
193 else if (strcmp(word, "ALIASES") == 0 && data != NULL) in parse_conf()
195 else if (strcmp(word, "SPOOLDIR") == 0 && data != NULL) in parse_conf()
197 else if (strcmp(word, "AUTHPATH") == 0 && data != NULL) in parse_conf()
199 else if (strcmp(word, "CERTFILE") == 0 && data != NULL) in parse_conf()
201 else if (strcmp(word, "MAILNAME") == 0 && data != NULL) in parse_conf()
203 else if (strcmp(word, "MASQUERADE") == 0 && data != NULL) { in parse_conf()
219 } else if (strcmp(word, "STARTTLS") == 0 && data == NULL) in parse_conf()
221 else if (strcmp(word, "FINGERPRINT") == 0) { in parse_conf()
237 } else if (strcmp(word, "OPPORTUNISTIC_TLS") == 0 && data == NULL) in parse_conf()
239 else if (strcmp(word, "SECURETRANSFER") == 0 && data == NULL) in parse_conf()
241 else if (strcmp(word, "DEFER") == 0 && data == NULL) in parse_conf()
243 else if (strcmp(word, "INSECURE") == 0 && data == NULL) in parse_conf()
245 else if (strcmp(word, "FULLBOUNCE") == 0 && data == NULL) in parse_conf()
247 else if (strcmp(word, "NULLCLIENT") == 0 && data == NULL) in parse_conf()