Postfix3.3.1
総合概要
データ構造
ファイル
ファイル一覧
大域各種
postfix-3.3.1
src
global
qmqp_proto.h
[詳解]
1
/*++
2
/* NAME
3
/* qmqpd 3h
4
/* SUMMARY
5
/* QMQP protocol
6
/* SYNOPSIS
7
/* include <qmqpd_proto.h>
8
/* DESCRIPTION
9
/* .nf
10
11
/*
12
* QMQP protocol status codes.
13
*/
14
#define QMQP_STAT_OK 'K'
/* success */
15
#define QMQP_STAT_RETRY 'Z'
/* recoverable error */
16
#define QMQP_STAT_HARD 'D'
/* unrecoverable error */
17
18
/* LICENSE
19
/* .ad
20
/* .fi
21
/* The Secure Mailer license must be distributed with this software.
22
/* AUTHOR(S)
23
/* Wietse Venema
24
/* IBM T.J. Watson Research
25
/* P.O. Box 704
26
/* Yorktown Heights, NY 10598, USA
27
/*--*/
2018年11月10日(土) 18時59分39秒作成 - Postfix3.3.1 / 構成:
1.8.9.1