Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_proxy_clnt.c166 static VSTRING *tlsproxy_service = 0; in tls_proxy_open() local
172 if (tlsproxy_service == 0) { in tls_proxy_open()
173 tlsproxy_service = vstring_alloc(20); in tls_proxy_open()
180 vstring_sprintf(tlsproxy_service, "%s/%s", MAIL_CLASS_PRIVATE, service); in tls_proxy_open()
181 if ((fd = LOCAL_CONNECT(STR(tlsproxy_service), BLOCKING, in tls_proxy_open()
183 msg_warn("connect to %s service: %m", STR(tlsproxy_service)); in tls_proxy_open()
196 STR(tlsproxy_service)); in tls_proxy_open()
211 STR(tlsproxy_service)); in tls_proxy_open()
237 STR(tlsproxy_service)); in tls_proxy_open()
259 STR(tlsproxy_service), in tls_proxy_open()
[all …]