~ubuntu-branches/ubuntu/saucy/sendmail/saucy

« back to all changes in this revision

Viewing changes to debian/configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Richard A Nelson (Rick)
  • Date: 2008-10-17 23:35:00 UTC
  • Revision ID: james.westby@ubuntu.com-20081017233500-4jtdv8r4j3rlsgr3
Tags: 8.14.3-6
* Properly support GSSAPI auth (keep KRB5_KTNAME)
* Correct crontab entries for queue aging (-s <time>, not 0)
* Enable milter processing of rejected recipients

Show diffs side-by-side

added added

removed removed

Lines of Context:
477
477
        sm_ffr="$sm_ffr -D_FFR_MAIL_MACRO";
478
478
        sm_m4_ffr="$sm_m4_ffr [define(\`_FFR_MAIL_MACRO')]";
479
479
        sm_ffr="$sm_ffr -D_FFR_QUEUEDELAY=1";
 
480
        sm_ffr="$sm_ffr -D_FFR_BADRCPT_SHUTDOWN";
480
481
elif test "$sm_version_major" = "8.13"; then
481
482
        sm_ffr="$sm_ffr -D_FFR_SKIP_DOMAINS";
482
483
        sm_mapdef="$sm_mapdef -DSOCKETMAP";