~ubuntu-branches/ubuntu/trusty/sendmail/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/README.Debian.libmilter-dev

  • Committer: Package Import Robot
  • Author(s): Artur Rona
  • Date: 2014-02-05 23:11:58 UTC
  • mfrom: (9.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20140205231158-gz0hae4ki4o6c6c8
Tags: 8.14.4-4.1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/examples/checksendmail/checksendmail.8,
    debian/examples/checksendmail/harker/checksendmail.8:
    + Some man page corrections.
  - debian/patches/8.14/8.14.4/conf.c-ipv6.patch:
    + Fix A-only MX CNAME interface binding issues when using IPv6.
* Dropped following patches, already applied in Debian:
  - debian/patches/8.14/8.14.4/ld_as_needed -> fix_linkage
  - debian/patches/8.14/8.14.4/raise-max-daemons.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
The sendmail Mail Filter API (Milter) is designed to allow third-party
2
 
programs access to mail messages as they are being processed in order to
3
 
filter meta-information and content.
4
 
 
5
 
NOTE: With Sendmail 8.12.0 and above, the Milter API is built-in.
6
 
Before 8.12.0, both libmilter and the callouts in sendmail are marked 
7
 
as an FFR (For Future Release).  This means that support is *NOT* 
8
 
guaranteed - but things have been working well, and the usenet/mailing 
9
 
list (comp.mail.sendmail) does help if you have questions/problems.
10
 
 
11
 
Everything you'll need to create a milter filter is contained in
12
 
/usr/share/doc/sendmail (for which you need to install sendmail-doc):
13
 
 
14
 
  - libmilter/README  Document on build/install/config for milter
15
 
                      NOTE: see updated make in milter directory
16
 
  - cf.README         Document on configuring milter in sendmail.mc
17
 
  - RELEASE_NOTES     Any late breaking news
18
 
 
19
 
and /usr/share/sendmail/examples (for which you need to install sendmail):
20
 
 
21
 
  - examples/milter/*   Sample milter filter and makefile
22
 
 
23
 
Rick Nelson
24
 
cowboy@debian.org