|
Postfix3.3.1
|
#include <sys_defs.h>#include <sys/stat.h>#include <unistd.h>#include <string.h>#include <stdlib.h>#include <signal.h>#include <sysexits.h>#include <errno.h>#include <msg.h>#include <mymalloc.h>#include <clean_env.h>#include <vstream.h>#include <msg_vstream.h>#include <msg_syslog.h>#include <argv.h>#include <safe.h>#include <connect.h>#include <valid_hostname.h>#include <warn_stat.h>#include <events.h>#include <stringops.h>#include <mail_proto.h>#include <mail_params.h>#include <mail_version.h>#include <mail_conf.h>#include <mail_task.h>#include <mail_run.h>#include <mail_flush.h>#include <mail_queue.h>#include <flush_clnt.h>#include <smtp_stream.h>#include <user_acl.h>#include <valid_mailhost_addr.h>#include <mail_dict.h>#include <mail_parm_split.h>#include <postqueue.h>マクロ定義 | |
| #define | PQ_MODE_DEFAULT 0 /* noop */ |
| #define | PQ_MODE_MAILQ_LIST 1 /* list mail queue */ |
| #define | PQ_MODE_FLUSH_QUEUE 2 /* flush queue */ |
| #define | PQ_MODE_FLUSH_SITE 3 /* flush site */ |
| #define | PQ_MODE_FLUSH_FILE 4 /* flush message */ |
| #define | PQ_MODE_JSON_LIST 5 /* JSON-format queue listing */ |
| #define | STR vstring_str |
関数 | |
| int | main (int argc, char **argv) |
変数 | |
| char * | var_flush_acl |
| char * | var_showq_acl |
| MAIL_VERSION_STAMP_DECLARE | |
| #define PQ_MODE_DEFAULT 0 /* noop */ |
postqueue.c の 308 行目に定義があります。
| #define PQ_MODE_FLUSH_FILE 4 /* flush message */ |
postqueue.c の 312 行目に定義があります。
| #define PQ_MODE_FLUSH_QUEUE 2 /* flush queue */ |
postqueue.c の 310 行目に定義があります。
| #define PQ_MODE_FLUSH_SITE 3 /* flush site */ |
postqueue.c の 311 行目に定義があります。
| #define PQ_MODE_JSON_LIST 5 /* JSON-format queue listing */ |
postqueue.c の 313 行目に定義があります。
| #define PQ_MODE_MAILQ_LIST 1 /* list mail queue */ |
postqueue.c の 309 行目に定義があります。
| #define STR vstring_str |
postqueue.c の 318 行目に定義があります。
postqueue.c の 537 行目に定義があります。
| MAIL_VERSION_STAMP_DECLARE |
postqueue.c の 533 行目に定義があります。
| char* var_flush_acl |
postqueue.c の 323 行目に定義があります。
| char* var_showq_acl |
postqueue.c の 324 行目に定義があります。
1.8.9.1