Home
last modified time | relevance | path

Searched defs:smtp_params (Results 1 – 1 of 1) sorted by relevance

/openbsd/usr.sbin/smtpd/
H A Dsmtp.h34 struct smtp_params { struct
37 size_t linemax; /* max input line size */
38 size_t ibufmax; /* max input buffer size */
39 size_t obufmax; /* max output buffer size */
44 int timeout; /* timeout in seconds */
47 int tls_req; /* requested TLS mode */
49 const char *tls_servname; /* SNI */
52 int lmtp; /* use LMTP protocol */
53 const char *helo; /* string to use with HELO */
54 const char *auth_user; /* for AUTH */
[all …]