Postfix3.3.1
|
#include <sys_defs.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <msg.h>
#include <vstring.h>
#include <stringops.h>
#include <smtp_stream.h>
#include <deliver_request.h>
#include <deliver_completed.h>
#include <bounce.h>
#include <defer.h>
#include <mail_error.h>
#include <dsn_buf.h>
#include <dsn.h>
#include <mail_params.h>
#include "smtp.h"
#include "smtp_sasl.h"
関数 | |
int | smtp_sess_fail (SMTP_STATE *state) |
int | smtp_misc_fail (SMTP_STATE *state, int throttle, const char *mta_name, SMTP_RESP *resp, const char *format,...) |
void | smtp_rcpt_fail (SMTP_STATE *state, RECIPIENT *rcpt, const char *mta_name, SMTP_RESP *resp, const char *format,...) |
int | smtp_stream_except (SMTP_STATE *state, int code, const char *description) |
int smtp_misc_fail | ( | SMTP_STATE * | state, |
int | throttle, | ||
const char * | mta_name, | ||
SMTP_RESP * | resp, | ||
const char * | format, | ||
... | |||
) |
smtp_trouble.c の 331 行目に定義があります。
void smtp_rcpt_fail | ( | SMTP_STATE * | state, |
RECIPIENT * | rcpt, | ||
const char * | mta_name, | ||
SMTP_RESP * | resp, | ||
const char * | format, | ||
... | |||
) |
smtp_trouble.c の 354 行目に定義があります。
int smtp_sess_fail | ( | SMTP_STATE * | state | ) |
smtp_trouble.c の 291 行目に定義があります。
int smtp_stream_except | ( | SMTP_STATE * | state, |
int | code, | ||
const char * | description | ||
) |
smtp_trouble.c の 417 行目に定義があります。