Home
last modified time | relevance | path

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

/netbsd/src/external/ibm-public/postfix/dist/src/smtp/
Dsmtp.c1182 int smtp_mode; variable
1258 if (!smtp_mode && var_lmtp_assume_final in get_cli_attr()
1430 if (smtp_mode) { in post_init()
1440 if (smtp_mode) { in post_init()
1739 smtp_mode = 1; in main()
1745 CA_MAIL_SERVER_TIME_TABLE(smtp_mode ? in main()
1747 CA_MAIL_SERVER_INT_TABLE(smtp_mode ? in main()
1749 CA_MAIL_SERVER_STR_TABLE(smtp_mode ? in main()
1751 CA_MAIL_SERVER_BOOL_TABLE(smtp_mode ? in main()
1753 CA_MAIL_SERVER_NBOOL_TABLE(smtp_mode ? in main()
Dsmtp_connect.c975 if (smtp_mode && var_smtp_tlsrpt_enable in smtp_connect_inet()
991 if (smtp_mode) { in smtp_connect_inet()
1272 else if (smtp_mode && strcmp(sites->argv[0], var_relayhost) == 0) { in smtp_connect_inet()
1282 else if (smtp_mode && SMTP_HAS_LOOP_DSN(why) && *var_bestmx_transp) { in smtp_connect_inet()
1322 if (!smtp_mode) { in smtp_connect()
Dsmtp.h756 extern int smtp_mode;
758 #define VAR_LMTP_SMTP(x) (smtp_mode ? VAR_SMTP_##x : VAR_LMTP_##x)
759 #define LMTP_SMTP_SUFFIX(x) (smtp_mode ? x##_SMTP : x##_LMTP)
Dsmtp_chat.c375 smtp_mode ? "ESMTP" : "LMTP", in smtp_chat_resp()
490 var_mail_name, smtp_mode ? "SMTP" : "LMTP", in smtp_chat_notify()
Dsmtp_rcpt.c169 && !smtp_mode in smtp_rcpt_done()
Dsmtp_tls_policy.c760 smtp_mode); in policy_create()
765 smtp_mode); in policy_create()
979 if (smtp_mode && var_ign_mx_lookup_err) { in dane_init()
Dsmtp_proto.c449 if (smtp_mode) { in smtp_helo()
473 if (smtp_mode) { in smtp_helo()
756 smtp_mode ? "ESMTP" : "LMTP", in smtp_helo()
2133 if (!smtp_mode) { in smtp_loop()
2216 if (smtp_mode) { in smtp_loop()
Dsmtp_sasl_glue.c192 if ((smtp_mode in smtp_sasl_passwd_lookup()
/netbsd/src/external/ibm-public/postfix/dist/src/tls/
Dtls_dane.c426 int smtp_mode) in tls_dane_add_fpt_digests() argument
431 if (smtp_mode) { in tls_dane_add_fpt_digests()