Rev 4 | Rev 13 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4 | Rev 6 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | Source: sa-exim |
1 | Source: sa-exim |
2 | Section: mail |
2 | Section: mail |
3 | Priority: optional |
3 | Priority: optional |
4 | Maintainer: Sander Smeenk <ssmeenk@debian.org> |
4 | Maintainer: Magnus Holmgren <magnus@kibibyte.se> |
5 | Build-Depends: links, debhelper (>= 4.1.16) |
5 | Build-Depends: links, debhelper (>= 4.1.16) |
6 | Standards-Version: 3.5.10 |
6 | Standards-Version: 3.7.2 |
7 | 7 | ||
8 | Package: sa-exim |
8 | Package: sa-exim |
9 | Architecture: any |
9 | Architecture: any |
10 | Depends: exim4-daemon-light (>>4.30-1) | exim4-daemon-heavy (>>4.30-1) | exim4-daemon-custom (>>4.30-1), spamc, ${shlibs:Depends}, debconf (>= 1.2.0) | debconf-2.0 |
10 | Depends: exim4-daemon-light (>>4.30-1) | exim4-daemon-heavy (>>4.30-1) | exim4-daemon-custom (>>4.30-1), spamc, ${shlibs:Depends}, debconf (>= 1.2.0) | debconf-2.0 |
- | 11 | Recommends: ${perl:Depends} |
|
11 | Suggests: spamassassin (<< 2.30-2) |
12 | Suggests: spamassassin |
12 | Description: Use spamAssassin at SMTP time with the Exim v4 MTA |
13 | Description: Use spamAssassin at SMTP time with the Exim v4 MTA |
13 | SA-Exim lets you use spamAssassin at SMTP time with the Exim |
14 | SA-Exim lets you use spamAssassin at SMTP time with the Exim |
14 | v4 MTA, which enables you to do many things with incoming Emails, |
15 | v4 MTA, which enables you to do many things with incoming Emails, |
15 | including refusing them before they come in, or even teergrubing the |
16 | including refusing them before they come in, or even teergrubing the |
16 | sender (i.e. slowing him down, by tying his resources) |
17 | sender (i.e. slowing him down, by tying his resources) |
17 | . |
18 | . |
18 | Homepage: http://marc.merlins.org/linux/exim/sa.html |
19 | Homepage: http://marc.merlins.org/linux/exim/sa.html |
- | 20 | . |
|
- | 21 | Note: Most of the functionality of this package can also be achieved |
|
- | 22 | using the exiscan ACL conditions built into the "heavy" Exim daemon, |
|
- | 23 | exim-daemon-heavy. You should use this package if: |
|
- | 24 | . |
|
- | 25 | * you want to use SpamAssassin's report_safe feature, or |
|
- | 26 | * you want easier control over the header fields added, without using |
|
- | 27 | the report template to add multiple fields. |