Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp.h342 typedef struct SMTP_SESSION { struct
343 VSTREAM *stream; /* network connection */
344 SMTP_ITERATOR *iterator; /* dest, host, addr, port */
345 char *namaddr; /* mail exchanger */
346 char *helo; /* helo response */
347 unsigned port; /* network byte order */
348 char *namaddrport; /* mail exchanger, incl. port */
350 VSTRING *buffer; /* I/O buffer */
351 VSTRING *scratch; /* scratch buffer */
352 VSTRING *scratch2; /* scratch buffer */
[all …]