DEF(ENUM, lock_method),
DEF(STR, pop3_uidl_format),
- DEF(STR, hostname),
DEF(STR, recipient_delimiter),
SETTING_DEFINE_LIST_END
.lock_method = "fcntl:flock:dotlock",
.pop3_uidl_format = "%08Xu%08Xv",
- .hostname = "",
.recipient_delimiter = "+",
};
// FIXME: check set->mail_server_admin syntax (RFC 5464, Section 6.2.2)
-#ifndef CONFIG_BINARY
- if (*set->hostname == '\0')
- set->hostname = p_strdup(pool, my_hostdomain());
-#endif
-
/* parse mail_attachment_indicator_options */
if (*set->mail_attachment_detection_options != '\0') {
ARRAY_TYPE(const_string) content_types;