Home
last modified time | relevance | path

Searched refs:tlsproxy (Results 1 – 25 of 31) sorted by relevance

12

/netbsd/src/external/ibm-public/postfix/dist/src/tlsproxy/
DMakefile.in2 SRCS = tlsproxy.c tlsproxy_state.c
3 OBJS = tlsproxy.o tlsproxy_state.o
9 PROG = tlsproxy
53 tlsproxy.o: ../../include/argv.h
54 tlsproxy.o: ../../include/attr.h
55 tlsproxy.o: ../../include/been_here.h
56 tlsproxy.o: ../../include/check_arg.h
57 tlsproxy.o: ../../include/dns.h
58 tlsproxy.o: ../../include/events.h
59 tlsproxy.o: ../../include/htable.h
[all …]
/netbsd/src/external/ibm-public/postfix/dist/proto/
Dstop.double-history14 proto postconf proto src tlsproxy tlsproxy c src smtpd smtpd c
27 tls tls_proxy_client_scan c tls tls_proxy h tlsproxy tlsproxy c
32 tls tls_proxy h tlsproxy tlsproxy c
49 tls tls_proxy h tls tls_server c tlsproxy tlsproxy c
55 tls tls_server c tlsproxy tlsproxy c
56 tlsproxy tlsproxy c
141 Piekert File tlsproxy tlsproxy c
Dpostconf.proto15805 <p> How much time a tlsproxy(8) process may take to process local
15807 This is a safety mechanism that prevents tlsproxy(8) from becoming
15893 <p> Force the Postfix tlsproxy(8) server to issue a TLS session id,
15916 <p> File with the Postfix tlsproxy(8) server RSA certificate in PEM
15917 format. This file may also contain the Postfix tlsproxy(8) server
15919 Postfix &ge; 3.4 the preferred way to configure tlsproxy server keys and
15926 <p> The minimum TLS cipher grade that the Postfix tlsproxy(8) server
15934 <p> File with the Postfix tlsproxy(8) server DSA certificate in PEM
15935 format. This file may also contain the Postfix tlsproxy(8) server
15943 <p> File with DH parameters that the Postfix tlsproxy(8) server
[all …]
Dstop1154 tlsproxy
/netbsd/src/external/ibm-public/postfix/dist/
DRELEASE_NOTES-3.458 tlsproxy(8) daemon now requires a zero process limit in master.cf
60 default, a tlsproxy(8) process will retire after several hours.
62 To set the tlsproxy process limit to zero:
64 # postconf -F tlsproxy/unix/process_limit=0
136 [Feature 20180623] Automatic retirement: dnsblog(8) and tlsproxy(8) process
156 same tlsproxy(8) daemon as used by the postscreen(8) service for
171 smtp(8) -> tlsproxy(8) -> remote SMTP server
174 scache(8) -> tlsproxy(8) -> remote SMTP server
180 Postfix SMTP client, and in the tlsproxy(8) daemon (both server and
DRELEASE_NOTES-2.8260 This is implemented by a new tlsproxy(8) daemon that you will need
262 tlsproxy(8) implements its own tlsproxy_mumble versions of TLS-related
264 parameters will affect tlsproxy(8) behavior, but it adds another
DHISTORY16338 Feature: event-driven tlsproxy(8) daemon that translates
16339 TLS <=> plaintext for postscreen(8). One tlsproxy(8) process
16342 Roessner. Files: util/nbbio.[hc], tlsproxy/*.[hc],
16347 Cleanup: missing tls_level support in tlsproxy (it has no
16349 message is in order anyway). File: tlsproxy/tlsproxy.c.
16368 postscreen/postscreen_smtpd.c, tlsproxy/tlsproxy.c.
16370 Non-production: tlsproxy support in the Postfix SMTP server
16371 for stress testing of the tlsproxy daemon (#ifdef TLSPROXY).
16374 tls/tls_proxy*.[hc], tlsproxy/tlsproxy.c, util/vstream.[hc].
16384 Non-production: cleaned up the tlsproxy support in the
[all …]
DMakefile.in14 src/postmulti src/postscreen src/dnsblog src/tlsproxy \
DAAAREADME163 src/tlsproxy/ TLS proxy for postscreen and outbound connection reuse
DRELEASE_NOTES-3.7178 tlsproxy(8) protocol data to or from serialized form.
DRELEASE_NOTES-3.633 release, otherwise long-running daemons (pickup, qmgr, verify, tlsproxy,
DWISHLIST871 tlsproxy(8) should receive TLS preferences from postscreen(8)
876 It also means tlsproxy can't open all files before chroot().
880 Encapsulate nbbio buffer access and update by tlsproxy.
882 Full-duplex support for tlsproxy(8). This requires updating
/netbsd/src/external/ibm-public/postfix/libexec/tlsproxy/
DMakefile7 PROG= tlsproxy
12 SRCS= tlsproxy_state.c tlsproxy.c
/netbsd/src/external/ibm-public/postfix/dist/src/smtpd/
Dsmtpd_state.c151 state->tlsproxy = 0; in smtpd_state_init()
240 if (state->tlsproxy) /* still open after longjmp */ in smtpd_state_reset()
241 vstream_fclose(state->tlsproxy); in smtpd_state_reset()
Dsmtpd.h178 VSTREAM *tlsproxy; /* tlsproxy(8) temp. handle */ member
Dsmtpd.c5218 vstream_control(state->tlsproxy, CA_VSTREAM_CTL_DOUBLE, CA_VSTREAM_CTL_END); in smtpd_start_tls()
5219 vstream_control(state->client, CA_VSTREAM_CTL_SWAP_FD(state->tlsproxy), in smtpd_start_tls()
5221 (void) vstream_fclose(state->tlsproxy); /* direct-to-client stream! */ in smtpd_start_tls()
5222 state->tlsproxy = 0; in smtpd_start_tls()
5430 state->tlsproxy = in starttls_cmd()
5435 if (state->tlsproxy == 0) { in starttls_cmd()
5473 (void) vstream_fclose(state->tlsproxy); in starttls_cmd()
5474 state->tlsproxy = 0; in starttls_cmd()
5802 state->tlsproxy = in smtpd_proto()
5808 if (state->tlsproxy == 0) { in smtpd_proto()
/netbsd/src/external/ibm-public/postfix/libexec/
DMakefile9 SUBDIR+= postscreen tlsmgr tlsproxy
/netbsd/src/external/ibm-public/postfix/man/man8/
DMakefile14 MAN+= postscreen.8 tlsmgr.8 tlsproxy.8
/netbsd/src/external/ibm-public/postfix/dist/html/
DMakefile.in11 dnsblog.8.html tlsproxy.8.html postlogd.8.html
146 tlsproxy.8.html: ../src/tlsproxy/tlsproxy.c
/netbsd/src/external/ibm-public/postfix/dist/man/
DMakefile.in11 man8/dnsblog.8 man8/tlsproxy.8 man8/postlogd.8
157 man8/tlsproxy.8: ../src/tlsproxy/tlsproxy.c
/netbsd/src/external/ibm-public/postfix/dist/src/smtp/
Dsmtp_proto.c888 VSTREAM *tlsproxy; in smtp_start_tls() local
1008 tlsproxy = in smtp_start_tls()
1037 if (tlsproxy == 0) { in smtp_start_tls()
1040 vstream_control(tlsproxy, in smtp_start_tls()
1044 CA_VSTREAM_CTL_SWAP_FD(tlsproxy), in smtp_start_tls()
1046 (void) vstream_fclose(tlsproxy); /* direct-to-server stream! */ in smtp_start_tls()
/netbsd/src/external/ibm-public/postfix/dist/conf/
Dmaster.cf18 #tlsproxy unix - - n - 0 tlsproxy
Dpostfix-files126 $daemon_directory/tlsproxy:f:root:-:755
240 $manpage_directory/man8/tlsproxy.8:f:root:-:644
480 $html_directory/tlsproxy.8.html:f:root:-:644
/netbsd/src/external/ibm-public/postfix/share/html/
DMakefile17 tlsproxy.8.html trivial-rewrite.8.html verify.8.html virtual.8.html
/netbsd/src/external/ibm-public/postfix/dist/mantools/
Dpostlink869 s/[<bB>]*tlsproxy[<\/bB>]*\(8\)/<a href="tlsproxy.8.html">$&<\/a>/g;

12