No empty .Rs/.Re
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / smtpd / smtpd_sasl_proto.h
blob018beba39917710b2aacb5c199a4b507286131ae
1 /* $NetBSD$ */
3 /*++
4 /* NAME
5 /* smtpd_sasl_proto 3h
6 /* SUMMARY
7 /* Postfix SMTP protocol support for SASL authentication
8 /* SYNOPSIS
9 /* #include "smtpd_sasl_proto.h"
10 /* DESCRIPTION
11 /* .nf
14 * SMTP protocol interface.
16 extern int smtpd_sasl_auth_cmd(SMTPD_STATE *, int, SMTPD_TOKEN *);
17 extern void smtpd_sasl_auth_reset(SMTPD_STATE *);
18 extern char *smtpd_sasl_mail_opt(SMTPD_STATE *, const char *);
19 extern void smtpd_sasl_mail_log(SMTPD_STATE *);
20 extern void smtpd_sasl_mail_reset(SMTPD_STATE *);
22 /* LICENSE
23 /* .ad
24 /* .fi
25 /* The Secure Mailer license must be distributed with this software.
26 /* AUTHOR(S)
27 /* Initial implementation by:
28 /* Till Franke
29 /* SuSE Rhein/Main AG
30 /* 65760 Eschborn, Germany
32 /* Adopted by:
33 /* Wietse Venema
34 /* IBM T.J. Watson Research
35 /* P.O. Box 704
36 /* Yorktown Heights, NY 10598, USA
37 /*--*/