HomeSort by: relevance | last modified time | path
    Searched refs:smtp_mode (Results 1 - 11 of 11) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/smtp/
smtp.c 1201 int smtp_mode; variable
1278 if (!smtp_mode && var_lmtp_assume_final
1450 if (smtp_mode) {
1460 if (smtp_mode) {
1576 if (smtp_mode && warn_compat_break_smtp_tls_level)
1775 smtp_mode = 1;
1781 CA_MAIL_SERVER_TIME_TABLE(smtp_mode ?
1783 CA_MAIL_SERVER_INT_TABLE(smtp_mode ?
1785 CA_MAIL_SERVER_STR_TABLE(smtp_mode ?
1787 CA_MAIL_SERVER_BOOL_TABLE(smtp_mode
    [all...]
smtp_rcpt.c 169 && !smtp_mode
smtp_chat.c 375 smtp_mode ? "ESMTP" : "LMTP",
490 var_mail_name, smtp_mode ? "SMTP" : "LMTP",
smtp.h 826 extern int smtp_mode;
828 #define VAR_LMTP_SMTP(x) (smtp_mode ? VAR_SMTP_##x : VAR_LMTP_##x)
829 #define LMTP_SMTP_SUFFIX(x) (smtp_mode ? x##_SMTP : x##_LMTP)
831 (smtp_mode ? warn_compat_break_smtp_##x : warn_compat_break_lmtp_##x)
smtp_connect.c 1037 if (smtp_mode && var_smtp_tlsrpt_enable
1067 if (smtp_mode) {
1362 else if (smtp_mode && strcmp(sites->argv[0], var_relayhost) == 0) {
1372 else if (smtp_mode && SMTP_HAS_LOOP_DSN(why) && *var_bestmx_transp) {
1412 if (!smtp_mode) {
smtp_tls_policy_test.c 95 int smtp_mode; variable
136 smtp_mode = 1;
smtp_sasl_glue.c 192 if ((smtp_mode
smtp_tls_policy.c 848 smtp_mode);
853 smtp_mode);
1067 if (smtp_mode && var_ign_mx_lookup_err) {
smtp_proto.c 448 if (smtp_mode) {
472 if (smtp_mode) {
787 smtp_mode ? "ESMTP" : "LMTP",
2296 if (!smtp_mode) {
2379 if (smtp_mode) {
  /src/external/ibm-public/postfix/dist/src/tls/
tls_dane.c 27 /* void tls_dane_add_fpt_digests(dane, pkey_only, digest, delim, smtp_mode)
32 /* int smtp_mode;
174 /* .IP smtp_mode
426 int smtp_mode)
431 if (smtp_mode) {
  /src/external/ibm-public/postfix/dist/src/posttls-finger/
posttls-finger.c 2172 int smtp_mode = 1; local
2205 *argv++, "", smtp_mode);

Completed in 23 milliseconds