Home
last modified time | relevance | path

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

/dports/mail/postfix-current/postfix-3.7-20211107/src/smtpstone/
H A Dsmtp-source.c217 static int talk_lmtp = 0; variable
548 const char *NOCLOBBER protocol = (talk_lmtp ? "LHLO" : "HELO"); in send_helo()
571 const char *protocol = (talk_lmtp ? "LHLO" : "HELO"); in helo_done()
841 } while (talk_lmtp && --session->rcpt_done > 0); in dot_done()
1007 talk_lmtp = 1; in main()