![]() |
s/qmail 4.3.20
Next generation secure email transport
|
Go to the source code of this file.
Macros | |
#define | FDLOG 2 |
Functions | |
void | flush (void) |
void | out (char *) |
void | smtpdlog_init (void) |
void | smtp_loga (char *, char *, char *, char *, char *, char *, char *, char *, char *) |
void | smtp_logb (char *, char *, char *, char *, char *, char *, char *) |
void | smtp_logg (char *, char *, char *, char *, char *, char *, char *) |
void | smtp_logh (char *, char *, char *, char *, char *) |
void | smtp_logi (char *, char *, char *, char *, char *, char *, char *, char *) |
void | smtp_logr (char *, char *, char *, char *, char *, char *, char *, char *) |
void | die_read (void) |
void | die_alarm (void) |
void | die_nomem (void) |
void | die_control (void) |
void | die_ipme (void) |
void | die_starttls (void) |
void | die_recipients (void) |
void | die_tls () |
void | straynewline (void) |
void | err_unimpl (void) |
void | err_syntax (void) |
void | err_noop (void) |
void | err_vrfy (void) |
void | err_wantrcpt (void) |
void | err_qqt (void) |
int | err_child (void) |
int | err_fork (void) |
int | err_pipe (void) |
int | err_write (void) |
int | err_starttls (void) |
void | err_tlsreq (char *, char *, char *, char *, char *) |
void | err_helo (char *, char *, char *, char *, char *, char *, char *, char *) |
void | err_spf (char *, char *, char *, char *, char *, char *, char *, char *) |
void | err_authsetup (char *, char *, char *, char *, char *) |
void | err_authd (void) |
void | err_authmail (void) |
void | err_authfail (char *, char *, char *, char *, char *, char *, char *) |
void | err_authinvalid (char *, char *, char *, char *, char *) |
void | err_authabrt (void) |
void | err_authreq (char *, char *, char *, char *, char *) |
void | err_submission (char *, char *, char *, char *, char *) |
int | err_authabort (void) |
int | err_authinput (void) |
int | err_noauth (void) |
void | err_wantmail (void) |
void | err_mav (char *, char *, char *, char *, char *, char *, char *) |
void | err_bmf (char *, char *, char *, char *, char *, char *, char *, char *) |
void | err_mfdns (char *, char *, char *, char *, char *, char *, char *) |
void | err_nogateway (char *, char *, char *, char *, char *, char *, char *) |
void | err_brt (char *, char *, char *, char *, char *, char *, char *) |
void | err_rcpts (char *, char *, char *, char *, char *, char *, char *) |
void | err_recipient (char *, char *, char *, char *, char *, char *, char *) |
void | err_notorious (void) |
void | err_size (char *, char *, char *, char *, char *, char *, char *) |
void | err_data (char *, char *, char *, char *, char *, char *, char *, char *) |
int | err_postgl (void) |
int | err_forkgl (void) |
void | postgrey (char *, char *, char *, char *, char *, char *, char *) |
#define FDLOG 2 |
Definition at line 3 of file smtpdlog.h.
void die_alarm | ( | void | ) |
Definition at line 65 of file smtpdlog.c.
void die_control | ( | void | ) |
Definition at line 31 of file qmail-qmqpc.c.
void die_ipme | ( | void | ) |
Definition at line 68 of file smtpdlog.c.
void die_nomem | ( | void | ) |
Definition at line 23 of file qreceipt.c.
void die_read | ( | void | ) |
void die_recipients | ( | void | ) |
Definition at line 70 of file smtpdlog.c.
void die_starttls | ( | void | ) |
void die_tls | ( | ) |
Definition at line 69 of file smtpdlog.c.
int err_authabort | ( | void | ) |
void err_authabrt | ( | void | ) |
void err_authd | ( | void | ) |
void err_authfail | ( | char * | s1, |
char * | s2, | ||
char * | s3, | ||
char * | s4, | ||
char * | s5, | ||
char * | s6, | ||
char * | s7 | ||
) |
Definition at line 124 of file smtpdlog.c.
int err_authinput | ( | void | ) |
void err_authinvalid | ( | char * | s1, |
char * | s2, | ||
char * | s3, | ||
char * | s4, | ||
char * | s5 | ||
) |
Definition at line 146 of file smtpdlog.c.
void err_authmail | ( | void | ) |
void err_authreq | ( | char * | s1, |
char * | s2, | ||
char * | s3, | ||
char * | s4, | ||
char * | s5 | ||
) |
Definition at line 128 of file smtpdlog.c.
void err_authsetup | ( | char * | s1, |
char * | s2, | ||
char * | s3, | ||
char * | s4, | ||
char * | s5 | ||
) |
Definition at line 111 of file smtpdlog.c.
void err_bmf | ( | char * | s1, |
char * | s2, | ||
char * | s3, | ||
char * | s4, | ||
char * | s5, | ||
char * | s6, | ||
char * | s7, | ||
char * | s8 | ||
) |
Definition at line 168 of file smtpdlog.c.
void err_brt | ( | char * | s1, |
char * | s2, | ||
char * | s3, | ||
char * | s4, | ||
char * | s5, | ||
char * | s6, | ||
char * | s7 | ||
) |
Definition at line 225 of file smtpdlog.c.
int err_child | ( | void | ) |
void err_data | ( | char * | s1, |
char * | s2, | ||
char * | s3, | ||
char * | s4, | ||
char * | s5, | ||
char * | s6, | ||
char * | s7, | ||
char * | s8 | ||
) |
Definition at line 267 of file smtpdlog.c.
int err_fork | ( | void | ) |
int err_forkgl | ( | void | ) |
void err_helo | ( | char * | s1, |
char * | s2, | ||
char * | s3, | ||
char * | s4, | ||
char * | s5, | ||
char * | s6, | ||
char * | s7, | ||
char * | s8 | ||
) |
Definition at line 101 of file smtpdlog.c.
void err_mav | ( | char * | s1, |
char * | s2, | ||
char * | s3, | ||
char * | s4, | ||
char * | s5, | ||
char * | s6, | ||
char * | s7 | ||
) |
Definition at line 161 of file smtpdlog.c.
void err_mfdns | ( | char * | s1, |
char * | s2, | ||
char * | s3, | ||
char * | s4, | ||
char * | s5, | ||
char * | s6, | ||
char * | s7 | ||
) |
Definition at line 175 of file smtpdlog.c.
int err_noauth | ( | void | ) |
Definition at line 151 of file smtpdlog.c.
void err_nogateway | ( | char * | s1, |
char * | s2, | ||
char * | s3, | ||
char * | s4, | ||
char * | s5, | ||
char * | s6, | ||
char * | s7 | ||
) |
Definition at line 218 of file smtpdlog.c.
void err_noop | ( | void | ) |
Definition at line 74 of file smtpdlog.c.
void err_notorious | ( | void | ) |
Definition at line 256 of file smtpdlog.c.
int err_pipe | ( | void | ) |
int err_postgl | ( | void | ) |
void err_qqt | ( | void | ) |
void err_rcpts | ( | char * | s1, |
char * | s2, | ||
char * | s3, | ||
char * | s4, | ||
char * | s5, | ||
char * | s6, | ||
char * | s7 | ||
) |
Definition at line 232 of file smtpdlog.c.
void err_recipient | ( | char * | s1, |
char * | s2, | ||
char * | s3, | ||
char * | s4, | ||
char * | s5, | ||
char * | s6, | ||
char * | s7 | ||
) |
Definition at line 237 of file smtpdlog.c.
void err_size | ( | char * | s1, |
char * | s2, | ||
char * | s3, | ||
char * | s4, | ||
char * | s5, | ||
char * | s6, | ||
char * | s7 | ||
) |
Definition at line 262 of file smtpdlog.c.
void err_spf | ( | char * | s1, |
char * | s2, | ||
char * | s3, | ||
char * | s4, | ||
char * | s5, | ||
char * | s6, | ||
char * | s7, | ||
char * | msg | ||
) |
Definition at line 185 of file smtpdlog.c.
int err_starttls | ( | void | ) |
Definition at line 88 of file smtpdlog.c.
void err_submission | ( | char * | s1, |
char * | s2, | ||
char * | s3, | ||
char * | s4, | ||
char * | s5 | ||
) |
void err_syntax | ( | void | ) |
void err_tlsreq | ( | char * | s1, |
char * | s2, | ||
char * | s3, | ||
char * | s4, | ||
char * | s5 | ||
) |
Definition at line 93 of file smtpdlog.c.
void err_unimpl | ( | void | ) |
Definition at line 72 of file smtpdlog.c.
void err_vrfy | ( | void | ) |
Definition at line 75 of file smtpdlog.c.
void err_wantmail | ( | void | ) |
void err_wantrcpt | ( | void | ) |
int err_write | ( | void | ) |
void flush | ( | void | ) |
Definition at line 91 of file qmail-smtpd.c.
void out | ( | char * | s | ) |
Definition at line 11 of file auto-int.c.
void postgrey | ( | char * | s1, |
char * | s2, | ||
char * | s3, | ||
char * | s4, | ||
char * | s5, | ||
char * | s6, | ||
char * | s7 | ||
) |
Definition at line 211 of file smtpdlog.c.
void smtp_loga | ( | char * | s1, |
char * | s2, | ||
char * | s3, | ||
char * | s4, | ||
char * | s5, | ||
char * | s6, | ||
char * | s7, | ||
char * | s8, | ||
char * | s9 | ||
) |
void smtp_logb | ( | char * | s1, |
char * | s2, | ||
char * | s3, | ||
char * | s4, | ||
char * | s5, | ||
char * | s6, | ||
char * | s7 | ||
) |
void smtp_logg | ( | char * | s1, |
char * | s2, | ||
char * | s3, | ||
char * | s4, | ||
char * | s5, | ||
char * | s6, | ||
char * | s7 | ||
) |
void smtp_logh | ( | char * | s1, |
char * | s2, | ||
char * | s3, | ||
char * | s4, | ||
char * | s5 | ||
) |
void smtp_logi | ( | char * | s1, |
char * | s2, | ||
char * | s3, | ||
char * | s4, | ||
char * | s5, | ||
char * | s6, | ||
char * | s7, | ||
char * | s8 | ||
) |
void smtp_logr | ( | char * | s1, |
char * | s2, | ||
char * | s3, | ||
char * | s4, | ||
char * | s5, | ||
char * | s6, | ||
char * | s7, | ||
char * | s8 | ||
) |
void smtpdlog_init | ( | void | ) |
void straynewline | ( | void | ) |
Definition at line 250 of file smtpdlog.c.