~ubuntu-branches/ubuntu/maverick/postfix/maverick-security

« back to all changes in this revision

Viewing changes to src/smtp/smtp.h

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Wietse Venema, LaMont Jones
  • Date: 2009-06-03 14:17:08 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20090603141708-o9u59xlor7nmd2x1
[Wietse Venema]

* New upstream release: 2.6.2~rc1

[LaMont Jones]

* move postfix-add-{filter,policy} manpages to section 8, and deliver
* provide: default-mta on ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
    int     error_mask;                 /* error classes */
209
209
    struct MIME_STATE *mime_state;      /* mime state machine */
210
210
 
211
 
    int     sndbufsize;                 /* PIPELINING buffer size */
212
211
    int     send_proto_helo;            /* XFORWARD support */
213
212
 
214
213
    time_t  expire_time;                /* session reuse expiration time */