Postfix3.3.1
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 /*--*/