~ubuntu-branches/ubuntu/trusty/postfix/trusty-updates

« back to all changes in this revision

Viewing changes to src/global/mail_proto.h

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2011-02-22 11:20:43 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110222112043-c34ht219w3ybrilr
Tags: 2.8.0-2
* a little more lintian cleanup
* Fix missing format strings in smtp-sink.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#define MAIL_PROTO_QMQP         "QMQP"
33
33
 
34
34
 /*
35
 
  * Names of services: these are the names if INET ports, UNIX-domain sockets
36
 
  * or FIFOs that a service listens on.
 
35
  * Names of services: these are the names of the UNIX-domain socket or or
 
36
  * FIFO that a service listens on.
37
37
  */
38
38
#define MAIL_SERVICE_BOUNCE     "bounce"
39
39
#define MAIL_SERVICE_CLEANUP    "cleanup"
58
58
#define MAIL_SERVICE_PROXYMAP   "proxymap"
59
59
#define MAIL_SERVICE_PROXYWRITE "proxywrite"
60
60
#define MAIL_SERVICE_SCACHE     "scache"
 
61
#define MAIL_SERVICE_DNSBLOG    "dnsblog"
 
62
#define MAIL_SERVICE_TLSPROXY   "tlsproxy"
61
63
 
62
64
 /*
63
65
  * Well-known socket or FIFO directories. The main difference is in file
111
113
#define MAIL_ATTR_ERRTO         "errors-to"
112
114
#define MAIL_ATTR_RRCPT         "return-receipt"
113
115
#define MAIL_ATTR_TIME          "time"
 
116
#define MAIL_ATTR_LOCALTIME     "localtime"
114
117
#define MAIL_ATTR_CREATE_TIME   "create_time"
115
118
#define MAIL_ATTR_RULE          "rule"
116
119
#define MAIL_ATTR_ADDR          "address"
129
132
#define MAIL_ATTR_ETRN_DOMAIN   "etrn_domain"
130
133
#define MAIL_ATTR_DUMMY         "dummy"
131
134
#define MAIL_ATTR_STRESS        "stress"
 
135
#define MAIL_ATTR_LOG_IDENT     "log_ident"
132
136
#define MAIL_ATTR_RWR_CONTEXT   "rewrite_context"
133
137
 
134
138
#define MAIL_ATTR_RWR_LOCAL     "local"
159
163
#define MAIL_ATTR_RBL_TXT       "rbl_txt"       /* LaMont compatibility */
160
164
#define MAIL_ATTR_RBL_CLASS     "rbl_class"
161
165
#define MAIL_ATTR_RBL_CODE      "rbl_code"
 
166
#define MAIL_ATTR_RBL_ADDR      "rbl_addr"
162
167
 
163
168
 /*
164
169
  * The following attribute names are stored in queue files. Changing this
234
239
#define MAIL_ATTR_DSN_NOTIFY    "notify_flags"  /* dsn notify flags */
235
240
#define MAIL_ATTR_DSN_ORCPT     "dsn_orig_rcpt" /* dsn original recipient */
236
241
 
 
242
 /*
 
243
  * TLSPROXY support.
 
244
  */
 
245
#define MAIL_ATTR_REMOTE_ENDPT  "remote_endpoint"       /* name[addr]:port */
 
246
#define MAIL_ATTR_ROLE          "role"  /* requested role */
 
247
#define MAIL_ATTR_ROLE_SERVER   "server"
 
248
#define MAIL_ATTR_ROLE_CLIENT   "client"
 
249
#define MAIL_ATTR_TIMEOUT       "timeout"
 
250
#define MAIL_ATTR_PEER_CN       "peer_CN"
 
251
#define MAIL_ATTR_ISSUER_CN     "issuer_CN"
 
252
#define MAIL_ATTR_PEER_FPT      "peer_fingerprint"
 
253
#define MAIL_ATTR_PEER_STATUS   "peer_status"
 
254
#define MAIL_ATTR_CIPHER_PROTOCOL "cipher_protocol"
 
255
#define MAIL_ATTR_CIPHER_NAME   "cipher_name"
 
256
#define MAIL_ATTR_CIPHER_USEBITS "cipher_usebits"
 
257
#define MAIL_ATTR_CIPHER_ALGBITS "cipher_algbits"
 
258
 
 
259
 /*
 
260
  * SMTP reply footer support.
 
261
  */
 
262
#define MAIL_ATTR_SERVER_NAME   "server_name"
 
263
 
237
264
/* LICENSE
238
265
/* .ad
239
266
/* .fi