Searched defs:lmtp_proxy_recipient (Results 1 – 1 of 1) sorted by relevance
48 struct lmtp_proxy_recipient { struct49 struct lmtp_recipient *rcpt;50 struct lmtp_proxy_connection *conn;52 struct smtp_address *address;54 const unsigned char *forward_fields;55 size_t forward_fields_size;57 bool rcpt_to_failed:1;58 bool data_reply_received:1;