Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_proto.c1626 if (session->send_proto_helo) in smtp_loop()
1974 if (session->send_proto_helo) in smtp_loop()
2461 session->send_proto_helo = in smtp_xfer()
2473 else if (session->send_proto_helo) in smtp_xfer()
H A Dsmtp_session.c175 session->send_proto_helo = 0; in smtp_session_alloc()
H A Dsmtp.h361 int send_proto_helo; /* XFORWARD support */ member