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

  /src/external/ibm-public/postfix/dist/src/milter/
milter8.c 7 /* MTA-side Sendmail 8 Milter protocol
11 /* MILTER *milter8_create(name, conn_timeout, cmd_timeout, msg_timeout,
21 /* MILTER *milter8_receive(stream)
27 /* milter8_create() creates a MILTER data structure with virtual
28 /* functions that implement a client for the Sendmail 8 Milter
30 /* milter(3) interface. The *timeout, protocol and def_action
39 /* The Milter application endpoint, either inet:host:port or
46 /* milter(3) generic Milter interface
105 /* Postfix Milter library. *
1938 MILTER8 *milter = (MILTER8 *) m; local
2033 MILTER8 *milter = (MILTER8 *) m; local
2069 MILTER8 *milter = (MILTER8 *) m; local
2110 MILTER8 *milter = (MILTER8 *) m; local
2151 MILTER8 *milter = (MILTER8 *) m; local
2184 MILTER8 *milter = (MILTER8 *) m; local
2219 MILTER8 *milter = (MILTER8 *) m; local
2234 MILTER8 *milter = (MILTER8 *) m; local
2271 MILTER8 *milter = (MILTER8 *) m; local
2315 MILTER8 *milter; \/* milter client *\/ member in struct:__anon42
2333 MILTER8 *milter = msg_ctx->milter; local
2407 MILTER8 *milter = msg_ctx->milter; local
2429 MILTER8 *milter = msg_ctx->milter; local
2505 MILTER8 *milter = msg_ctx->milter; local
2549 MILTER8 *milter = (MILTER8 *) m; local
2668 MILTER8 *milter = (MILTER8 *) m; local
2680 MILTER8 *milter = (MILTER8 *) m; local
2745 MILTER8 *milter; local
2831 MILTER8 *milter = (MILTER8 *) m; local
2858 MILTER8 *milter; local
2915 MILTER8 *milter; local
    [all...]
milter.c 1 /* $NetBSD: milter.c,v 1.5 2022/10/08 16:12:46 christos Exp $ */
5 /* milter 3
9 /* #include <milter.h>
113 /* The functions in this module manage one or more milter (mail
123 /* milter_create() instantiates the milter clients specified
133 /* and optional extensions. When the milter application is
134 /* unavailable, the milter client will go into a suitable error
138 /* milter_free() disconnects from the milter instances that
152 /* to the specified milter instances, after sending the macros
158 /* event to the specified milter instances. No events ca
661 MILTER *milter; local
846 MILTER *milter = 0; local
    [all...]
milter_macros.c 9 /* #include <milter.h>
42 /* Sendmail mail filter (Milter) applications receive sets of
46 /* the same structure is shared by all Milter applications;
48 /* Sendmail 8.14 a Milter can override one or more lists of
49 /* macro names. Postfix implements this by giving the Milter
50 /* its own MILTER_MACROS structure and by storing the per-Milter
124 #include <milter.h>
127 * Ad-hoc protocol to send/receive milter macro name lists.
246 * This macro was originally in milter.h, but no-one else needed it.
281 * This macro was originally in milter.h, but no-one else needed it
    [all...]
  /src/external/ibm-public/postfix/lib/milter/
Makefile 7 LIB= milter
13 milter.c \
  /src/external/ibm-public/postfix/lib/
Makefile 7 SUBDIR= util global dns masterlib tls .WAIT milter xsasl .WAIT
  /src/external/ibm-public/postfix/
Makefile.inc 24 -I${PFIX_DISTDIR}/src/tls -I${PFIX_DISTDIR}/src/milter \
73 milter milter xsasl xsasl
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_api.c 53 /* Enable Milter applications. This should be enabled only with mail
135 /* Milter library. */
137 #include <milter.h>
cleanup.h 42 * Milter library.
44 #include <milter.h>
83 off_t cont_length; /* length including Milter edits */
112 * Miscellaneous Milter support.
124 VSTRING *milter_err_text; /* milter call-back reply */
125 VSTRING *milter_dsn_buf; /* Milter DSN parsing buffer */
128 * Support for Milter body replacement requests.
cleanup_state.c 60 /* Milter library. */
62 #include <milter.h>
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_milter.c 7 /* SMTP server milter glue
16 /* smtpd_milter_eval() is a milter(3) call-back routine to
51 /* Milter library. */
53 #include <milter.h>
67 /* smtpd_milter_eval - evaluate milter macro */
smtpd.h 38 * Milter library.
40 #include <milter.h>
85 char *dest_addr; /* Dovecot AUTH, Milter {daemon_addr} */
86 char *dest_port; /* Milter {daemon_port} */
184 * Milter support.
188 const char *milter_reject_text; /* input to call-back from Milter */
189 MILTERS *milters; /* Milter initialization status. */
422 * More Milter support.
smtpd.c 224 /* BEFORE QUEUE MILTER CONTROLS
228 /* Milter (mail filter) protocol. These content filters run
233 /* A list of Milter (mail filter) applications for new mail that
237 /* for communication with a Milter application; prior to Postfix 2.6
240 /* The default action when a Milter (mail filter) response is
241 /* unavailable (for example, bad Postfix configuration or Milter
244 /* The {daemon_name} macro value for Milter (mail filter) applications.
246 /* The {v} macro value for Milter (mail filter) applications.
248 /* The time limit for connecting to a Milter (mail filter)
251 /* The time limit for sending an SMTP command to a Milter (mai
    [all...]

Completed in 28 milliseconds