Postfix3.3.1
総合概要
データ構造
ファイル
ファイル一覧
大域各種
postfix-3.3.1
src
smtpd
smtpd_milter.h
[詳解]
1
/*++
2
/* NAME
3
/* smtpd_milter 3h
4
/* SUMMARY
5
/* SMTP server milter glue
6
/* SYNOPSIS
7
/* #include <smtpd.h>
8
/* #include <smtpd_milter.h>
9
/* DESCRIPTION
10
/* .nf
11
12
/*
13
* External interface.
14
*/
15
extern
const
char
*
smtpd_milter_eval
(
const
char
*,
void
*);
16
17
/* LICENSE
18
/* .ad
19
/* .fi
20
/* The Secure Mailer license must be distributed with this software.
21
/* AUTHOR(S)
22
/* Wietse Venema
23
/* IBM T.J. Watson Research
24
/* P.O. Box 704
25
/* Yorktown Heights, NY 10598, USA
26
/*--*/
27
smtpd_milter_eval
const char * smtpd_milter_eval(const char *, void *)
Definition:
smtpd_milter.c:67
2018年11月10日(土) 18時59分45秒作成 - Postfix3.3.1 / 構成:
1.8.9.1