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

« back to all changes in this revision

Viewing changes to src/verify/verify.c

  • 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:
141
141
/*      The location of the Postfix top-level queue directory.
142
142
/* .IP "\fBsyslog_facility (mail)\fR"
143
143
/*      The syslog facility of Postfix logging.
144
 
/* .IP "\fBsyslog_name (postfix)\fR"
 
144
/* .IP "\fBsyslog_name (see 'postconf -d' output)\fR"
145
145
/*      The mail system name that is prepended to the process name in syslog
146
146
/*      records, so that "smtpd" becomes, for example, "postfix/smtpd".
147
147
/* SEE ALSO
471
471
                         STR(addr), addr_status, now, updated);
472
472
            post_mail_fopen_async(strcmp(var_verify_sender, "<>") == 0 ?
473
473
                                  "" : var_verify_sender, STR(addr),
474
 
                                  INT_FILT_NONE,
 
474
                                  INT_FILT_MASK_NONE,
475
475
                                  DEL_REQ_FLAG_MTA_VRFY,
476
476
                                  (VSTRING *) 0,
477
477
                                  verify_post_mail_action,