Rev 6 | Rev 19 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 6 | Rev 13 | ||
|---|---|---|---|
| 1 | Source: sa-exim |
1 | Source: sa-exim |
| 2 | Section: mail |
2 | Section: mail |
| 3 | Priority: optional |
3 | Priority: optional |
| 4 | Maintainer: Magnus Holmgren <magnus@kibibyte.se> |
4 | Maintainer: Magnus Holmgren <magnus@kibibyte.se> |
| 5 | Build-Depends: links, debhelper (>= 4.1.16) |
5 | Build-Depends: debhelper (>= 4.1.16), links, exim4-dev |
| 6 | Standards-Version: 3.7.2 |
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}, ${misc:Depends}
|
| 11 | Recommends: ${perl:Depends}
|
11 | Recommends: ${perl:Depends}
|
| 12 | Suggests: spamassassin |
12 | Suggests: spamassassin |
| 13 | Description: Use spamAssassin at SMTP time with the Exim v4 MTA |
13 | Description: Use spamAssassin at SMTP time with the Exim v4 MTA |
| 14 | 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 |
| 15 | 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, |
| 16 | including refusing them before they come in, or even teergrubing the |
16 | including refusing them before they come in, or even teergrubing the |
| 17 | sender (i.e. slowing him down, by tying his resources) |
17 | sender (i.e. slowing him down, by tying his resources) |
| 18 | . |
18 | . |
| 19 | Homepage: http://marc.merlins.org/linux/exim/sa.html |
19 | Homepage: http://marc.merlins.org/linux/exim/sa.html |
| 20 | . |
20 | . |
| 21 | Note: Most of the functionality of this package can also be achieved |
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, |
22 | using the exiscan ACL conditions built into the "heavy" Exim daemon, |
| 23 | exim-daemon-heavy. You should use this package if: |
23 | exim-daemon-heavy. You should use this package if: |
| 24 | . |
24 | . |
| 25 | * you want to use SpamAssassin's report_safe feature, or |
25 | * you want to use SpamAssassin's report_safe feature, or |
| 26 | * you want easier control over the header fields added, without using |
26 | * you want easier control over the header fields added, without using |
| 27 | the report template to add multiple fields. |
27 | the report template to add multiple fields. |