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

  /src/external/ibm-public/postfix/man/man8/
Makefile 10 scache.8 showq.8 smtp.8 smtpd.8 spawn.8 trivial-rewrite.8 \
18 MLINKS+=smtp.8 lmtp.8
  /src/external/ibm-public/postfix/libexec/
Makefile 7 showq smtp smtpd spawn trivial-rewrite verify virtual
  /src/external/ibm-public/postfix/libexec/smtp/
Makefile 7 PROG= smtp
13 smtp.c \
32 LINKS+= ${PFIX_LIBEXECDIR}/smtp ${PFIX_LIBEXECDIR}/lmtp
  /src/external/ibm-public/postfix/dist/src/global/
cleanup_user.h 27 #define CLEANUP_FLAG_SMTP_REPLY (1<<7) /* Enable SMTP reply */
46 * These are set on the fly while processing SMTP envelopes or message
95 const int smtp; /* RFC 821 */ member in struct:__anon23068
  /src/external/ibm-public/postfix/share/html/
Makefile 16 showq.8.html smtp.8.html smtpd.8.html spawn.8.html tlsmgr.8.html \
21 postsuper.1.html qshape.1.html sendmail.1.html smtp-sink.1.html \
22 smtp-source.1.html postmulti.1.html posttls-finger.1.html
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_misc.c 7 /* SMTP client address rewriting
68 #include <smtp.h>
smtp_key.c 9 /* #include "smtp.h"
17 /* The Postfix SMTP server accesses caches and lookup tables,
112 #include <smtp.h>
smtp_rcpt.c 9 /* #include <smtp.h>
93 /* that the SMTP client would give up after one SMTP session,
97 /* This abstraction is less convenient when an SMTP client
140 #include <smtp.h>
smtp_reuse.c 7 /* SMTP session cache glue
9 /* #include <smtp.h>
25 /* This module implements the SMTP client specific interface to
51 /* SMTP client state, including the current session, the original
102 #include <smtp.h>
smtp_map11.c 9 /* #include <smtp.h>
81 #include <smtp.h>
smtp_tlsrpt.c 7 /* TLSRPT support for the SMTP protocol engine
31 /* information, and c) selected SMTP connection information. This
33 /* different process than the SMTP protocol engine. The TLS protocol
35 /* error to a TLSRPT library. The SMTP protocol engine uses the
54 /* SMTP connections for the same TLSRPT policy domain. Arguments:
69 /* with the SMTP server's EHLO response.
113 #include <smtp.h>
240 * matter that the SMTP client requests the same mapping later.
398 * Generate SMTP-style line breaks ("\r\n") for a multiline response.
smtp_connect.c 7 /* connect to SMTP/LMTP server and deliver
9 /* #include "smtp.h"
14 /* This module implements SMTP/LMTP connection management and controls
17 /* smtp_connect() attempts to establish an SMTP/LMTP session with a host
21 /* that fail to complete the SMTP/LMTP handshake and tries to find
22 /* an alternate server when an SMTP/LMTP session fails to deliver.
33 /* With SMTP, or with SRV record lookup enabled, the Internet
42 /* smtp_proto(3) SMTP client protocol
118 #include <smtp.h>
569 * It's too painful to weave this code into the SMTP connectio
    [all...]
  /src/external/ibm-public/postfix/dist/mantools/
check-postlink 27 for xport in error lmtp local relay retry smtp virtual
check-postconf-undocumented 24 for xport in error lmtp local relay retry smtp virtual
postlink 866 s/[<bB>]*smtp[<\/bB>]*\(8\)/<a href="smtp.8.html">$&<\/a>/g;
891 s/[<bB>]*smtp-[<\/bB>]*\n* *[<bB>]*source[<\/bB>]*\(1\)/<a href="smtp-source.1.html">$&<\/a>/g;
892 s/[<bB>]*smtp-[<\/bB>]*\n* *[<bB>]*sink[<\/bB>]*\(1\)/<a href="smtp-sink.1.html">$&<\/a>/g;
1290 # Do nice links for smtp:host:port etc.
1293 s/\b(smtp):/<a href="smtp.8.html">$1<\/a>:/g;
  /src/share/examples/npf/
soho_gw-npf.conf 19 $services_tcp = { http, https, smtp, domain, 6000, 9022 }
  /src/external/bsd/ipf/dist/perl/
logfilter.pl 156 tcp 25 smtp.log
157 udp 25 smtp.log
  /src/external/bsd/ipf/dist/rules/
BASIC_1.FW 89 pass in log quick proto tcp from any to any port = smtp keep state group 110
  /src/external/bsd/tcpdump/bin/
Makefile 148 print-smtp.c \
  /src/external/ibm-public/postfix/dist/src/posttls-finger/
posttls-finger.c 14 /* and reports TLS-related information about the server. With SMTP, the
25 /* For SMTP servers that don't support ESMTP, only the greeting banner
42 /* chain is not trusted. This logs the names found in the remote SMTP
65 /* The choice of SMTP or LMTP (\fB-S\fR option) determines the syntax of
66 /* the destination argument. With SMTP, one can specify a service on a
71 /* The default port for SMTP is taken from the \fBsmtp/tcp\fR entry in
78 /* SMTP. The default TCP port for LMTP is 24.
92 /* Disable SMTP chat logging; only TLS-related information is logged.
94 /* Print the remote SMTP server certificate trust chain in PEM format.
100 /* remote SMTP server leave \fICAfile\fR and \fICApath\fR unset
470 int smtp; \/* SMTP or LMTP? *\/ member in struct:STATE
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
curl.d 20 SMTP) )
93 $(TR $(TDNW $(LREF SMTP)) $(TD `SMTP` struct for advanced usage))
148 Authors: Jonas Drewsen. Some of the SMTP code contributed by Jimmy Cao.
1868 really be in the HTTP/FTP/SMTP structs but the documentation tool does not
1870 in this template is copied into each of HTTP/FTP/SMTP below.
3719 * Basic SMTP protocol support.
3726 * auto smtp = SMTP("smtps://smtp.gmail.com")
    [all...]
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd.c 7 /* Postfix SMTP server
13 /* The SMTP server accepts network connection requests
14 /* and performs zero or more SMTP transactions per connection.
20 /* Alternatively, the SMTP server be can run in stand-alone
22 /* -bs\fR". When the SMTP server runs stand-alone with non
25 /* into the \fBmaildrop\fR queue, and disables the SMTP server's
26 /* access policies. As of Postfix version 2.3, the SMTP server
30 /* The SMTP server implements a variety of policies for connection
37 /* The SMTP server is moderately security-sensitive. It talks to SMTP
    [all...]
smtpd_proxy.c 7 /* SMTP server pass-through proxy client
14 /* VSTREAM *stream; /* SMTP proxy or replay log */
15 /* VSTRING *buffer; /* last SMTP proxy response */
72 /* form that can be sent to the SMTP client. An unexpected
88 /* form that can be sent to the SMTP client. An unexpected
103 /* All data is expected to be in SMTP dot-escaped form.
112 /* All data is expected to be in SMTP dot-escaped form.
125 /* The SMTP proxy server host:port. The host or host: part is optional.
136 /* SMTP server state.
159 /* smtpd(8) Postfix smtp serve
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
curl.d 703 smtp = 65_536, ///
1220 /** set the SMTP mail originator */
1222 /** set the SMTP mail receiver(s) */
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_milter.c 137 * modifications were implemented in the SMTP server (Postfix normally does
359 detail->smtp, state->reason);
638 * SMTP-like response on error.
655 "%d %s %s", dp->smtp, dp->dsn, dp->text)));
2249 * Emulate SMTP events.

Completed in 60 milliseconds