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

/macosx-10.10.1/postfix-255/postfix/src/smtpstone/
H A Dsmtp-source.c212 static int talk_lmtp = 0; variable
542 const char *NOCLOBBER protocol = (talk_lmtp ? "LHLO" : "HELO");
565 const char *protocol = (talk_lmtp ? "LHLO" : "HELO");
835 } while (talk_lmtp && --session->rcpt_done > 0);
1002 talk_lmtp = 1;

Completed in 138 milliseconds