7 /* SMTP client request filtering
10 /* #include "smtpd_check_int.h"
17 #define SMTPD_NAME_CLIENT "Client host"
18 #define SMTPD_NAME_REV_CLIENT "Unverified Client host"
19 #define SMTPD_NAME_CCERT "Client certificate"
20 #define SMTPD_NAME_HELO "Helo command"
21 #define SMTPD_NAME_SENDER "Sender address"
22 #define SMTPD_NAME_RECIPIENT "Recipient address"
23 #define SMTPD_NAME_ETRN "Etrn command"
24 #define SMTPD_NAME_DATA "Data command"
25 #define SMTPD_NAME_EOD "End-of-data"
28 * Workaround for absence of "bad sender address" status code: use "bad
29 * sender address syntax" instead. If we were to use "4.1.0" then we would
30 * lose the critical distinction between sender and recipient problems.
32 #define SND_DSN "4.1.7"
34 extern const char *smtpd_dsn_fix(const char *, const char *);
39 /* The Secure Mailer license must be distributed with this software.
42 /* IBM T.J. Watson Research
44 /* Yorktown Heights, NY 10598, USA