~ubuntu-branches/ubuntu/saucy/postfix/saucy

« back to all changes in this revision

Viewing changes to README_FILES/MILTER_README

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2011-02-22 11:20:43 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110222112043-c34ht219w3ybrilr
Tags: 2.8.0-2
* a little more lintian cleanup
* Fix missing format strings in smtp-sink.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
277
277
however, the limitations section below for features that aren't supported by
278
278
Postfix.
279
279
 
280
 
If the Postfix milter_protocol setting specifies a too high version, the
281
 
libmilter library simply hangs up without logging a warning, and you see a
282
 
Postfix warning message like one of the following:
 
280
With Postfix 2.7 and earlier, if the Postfix milter_protocol setting specifies
 
281
a too high version, the libmilter library simply hangs up without logging a
 
282
warning, and you see a Postfix warning message like one of the following:
283
283
 
284
284
    warning: milter inet:host:port: can't read packet header: Unknown error : 0
285
285
    warning: milter inet:host:port: can't read packet header: Success
286
286
    warning: milter inet:host:port: can't read SMFIC_DATA reply packet header:
287
287
    No such file or directory
288
288
 
289
 
The remedy is to lower the Postfix milter_protocol version number.
 
289
The remedy is to lower the Postfix milter_protocol version number. Postfix 2.8
 
290
and later will automatically turn off protocol features that the application's
 
291
libmilter library does not expect.
290
292
 
291
293
MMiilltteerr pprroottooccooll ttiimmeeoouuttss
292
294