Home
last modified time | relevance | path

Searched refs:send_proto_helo (Results 1 – 3 of 3) sorted by relevance

/dports/mail/postfix-current/postfix-3.7-20211107/src/smtp/
H A Dsmtp_session.c172 session->send_proto_helo = 0; in smtp_session_alloc()
H A Dsmtp_proto.c1612 if (session->send_proto_helo) in smtp_loop()
1960 if (session->send_proto_helo) in smtp_loop()
2447 session->send_proto_helo = in smtp_xfer()
2459 else if (session->send_proto_helo) in smtp_xfer()
H A Dsmtp.h342 int send_proto_helo; /* XFORWARD support */ member