Subversion Repositories sa-exim

Compare Revisions

Ignore whitespace Rev 4 → Rev 6

/trunk/debian/control
1,14 → 1,15
Source: sa-exim
Section: mail
Priority: optional
Maintainer: Sander Smeenk <ssmeenk@debian.org>
Maintainer: Magnus Holmgren <magnus@kibibyte.se>
Build-Depends: links, debhelper (>= 4.1.16)
Standards-Version: 3.5.10
Standards-Version: 3.7.2
 
Package: sa-exim
Architecture: any
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
Suggests: spamassassin (<< 2.30-2)
Recommends: ${perl:Depends}
Suggests: spamassassin
Description: Use spamAssassin at SMTP time with the Exim v4 MTA
SA-Exim lets you use spamAssassin at SMTP time with the Exim
v4 MTA, which enables you to do many things with incoming Emails,
16,3 → 17,11
sender (i.e. slowing him down, by tying his resources)
.
Homepage: http://marc.merlins.org/linux/exim/sa.html
.
Note: Most of the functionality of this package can also be achieved
using the exiscan ACL conditions built into the "heavy" Exim daemon,
exim-daemon-heavy. You should use this package if:
.
* you want to use SpamAssassin's report_safe feature, or
* you want easier control over the header fields added, without using
the report template to add multiple fields.
/trunk/debian/dirs
2,5 → 2,6
usr/share/doc/sa-exim/patches
etc/exim4/conf.d/main
usr/share/perl5/Mail/SpamAssassin/Plugin
usr/share/sa-exim
etc/cron.d
usr/sbin
/trunk/debian/changelog
1,6 → 1,26
sa-exim (4.2.1-3) unstable; urgency=low
 
* New maintainer (Closes: #352533).
* Updated package description to explain what SA-Exim can do that
exim-daemon-heavy can't, and vice versa (Closes: #378732).
* Added German debconf template translation (Closes: #399963).
Thanks to Matthias Julius.
* Updated Swedish debconf templates.
* Encourage use of ACL variables in sa-exim.conf. Also exclude ::1
from SA scanning.
* Removed unnecessary question in long description of debconf
template.
* Upgraded to Standards-Version 3.7.2. No changes needed.
* Moved greylistclean to /usr/share/sa-exim. If you have modified
the crontab file, you have to update it manually.
* Added Recommends: perl (needed by greylistclean, but greylistclean
isn't completely necessary.
 
-- Magnus Holmgren <magnus@kibibyte.se> Sun, 3 Dec 2006 00:41:01 +0100
 
sa-exim (4.2.1-2) unstable; urgency=medium
 
* Fixed rights on /var/spool/sa-exim.
* Fixed rights on /var/spool/sa-exim. Closes: #297623
+ Content-type bug closed by 4.2.1-1: Closes: #286069
* Fixed README.greylisting Closes: #325335
+ Added cs, sv, vi translations Closes: #315995, #332363, #317869
/trunk/debian/copyright
1,9 → 1,12
This package was adopted by Sander Smeenk <ssmeenk@debian.org>
Tue, 24 Feb 2004 19:47:11 +0100
This package was originally debianized by Andreas Metzler <ametzler@debian.org> on
Thu, 13 Mar 2003 17:16:46 +0100.
This package was adopted by the current Debian maintainer,
Magnus Holmgren <magnus@debian.org>, on Fri, 1 Dec 2006 19:05:58 +0100.
 
Current Debian maintainer: Marc MERLIN <marc_soft@merlins.org>
Before that, it was maintained by Sander Smeenk <ssmeenk@debian.org>, who
adopted it on Tue, 24 Feb 2004 19:47:11 +0100.
 
The package was originally debianized by Andreas Metzler
<ametzler@debian.org> on Thu, 13 Mar 2003 17:16:46 +0100.
 
Upstream Author: Marc MERLIN <marc_soft@merlins.org>
 
It was downloaded from http://marc.merlins.org/linux/exim/sa.html
22,8 → 25,8
 
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301, USA
 
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
/trunk/debian/rules
57,7 → 57,7
install -m644 greylistclean.cron \
$(CURDIR)/debian/sa-exim/etc/cron.d/greylistclean
install -m755 greylistclean \
$(CURDIR)/debian/sa-exim/usr/sbin/greylistclean
$(CURDIR)/debian/sa-exim/usr/share/sa-exim/greylistclean
 
# Build architecture-independent files here.
binary-indep: build install
70,24 → 70,13
dh_installchangelogs Changelog.html
dh_installdocs
dh_installexamples
# dh_install
# dh_installmenu
dh_installdebconf
# dh_installlogrotate
# dh_installemacsen
# dh_installpam
# dh_installmime
# dh_installinit
# dh_installcron
# dh_installinfo
dh_installman
dh_link
dh_strip
dh_compress
dh_fixperms -Xvar/spool/sa-exim
# dh_perl
# dh_python
# dh_makeshlibs
dh_perl
dh_installdeb
dh_shlibdeps
dh_gencontrol
/trunk/debian/README.Debian
1,3 → 1,44
********************************
* SHOULD YOU USE THIS PACKAGE? *
********************************
 
Since version 4.50, Exim has the content-scanning extension formerly
known as "exiscan" built-in. It has a number of advantages and
disadvantages compared to SA-Exim.
 
Advantages of built-in content-scanning interface:
 
* One less configuration file to edit.
* Spam control policy integrates better with Exim's ACL system.
* It's possible to tell SA which user to scan for (the -u parameter of
spamc). SA-Exim can't do that (yet).
* Finer control over the mail header is possible, but not in a clean
way (it involves putting all header fields you might possibly want
to add in the report template, and using rather complicated
expansion expressions to extract the wanted ones from
$spam_report). At any rate, you can choose a prefix different from
"X-Spam-".
 
Advantages of SA-Exim:
 
* It is possible to use the report_safe feature, which turns mail
deemed to be spam into a message/rfc822 attachment of a report
message. (Note however that if you do, then any X-SA-* fields added
to help the greylisting module can't be removed.)
* All the add_header and rewrite_header options in
/etc/spamassassin/local.cf will be obeyed. In other words,
everything will be *almost* as if you filtered the mail through
spamassassin on the command line.
* So-called teergrubing ("tarpitting") is possible in a way that
isn't possible with exiscan (I'm not in any way saying that it
works as a counterattack against spammers).
* You can simply add the sa-exim package to a standard exim4
installation and it should, in principle, instantly work (except
you have to uncomment one line in sa-exim.conf).
 
Both alternatives enable you to defer, greylist, reject, and blackhole
mail, optionally saving copies, at configurable score levels.
 
*****************
* CONFIGURATION *
*****************
7,7 → 48,7
DebConf questions while configuring Exim4, the module will be loaded
automatically, or human intervention is required.
 
To find out what configurationfile Exim4 is using, issue:
To find out what configuration file Exim4 is using, issue:
 
$ exim4 -bV | tail -1
Configuration file is /path/to/configfile
15,16 → 56,17
If /path/to/configfile shows:
 
- /etc/exim4/exim4.conf
You are using the 'monolithic' configuration file.
See the 'MONOLITHIC' section below.
You are using the hand-crafted configuration file.
See the 'HAND-CRAFTED' section below.
- /var/lib/exim4/config.autogenerated
You are using the 'split' configuration file.
See the 'SPLIT' section below.
You are using the debianized configuration scheme - with either
'split' or 'unsplit' configuration file.
See the 'DEBIANIZED' section below.
 
 
MONOLITHIC
----------
HAND-CRAFTED
------------
 
Use 'grep "local_scan_path" /etc/exim4/exim4.conf" to see if the sa-exim
line is included in the configuration. If grep returns something, check
34,28 → 76,32
local_scan_path = /usr/lib/exim4/local_scan/sa-exim.so
 
Change or add the line above and manually restart exim4 by issuing
'invoke-rc.d exim4 restart' or '/etc/init.d/exim4 restart' as root.
'invoke-rc.d exim4 reload' or '/etc/init.d/exim4 reload' as root.
 
 
SPLIT
-----
DEBIANIZED
----------
 
Use 'grep "local_scan_path" /var/lib/exim4/config.autogenerated' to see
if the sa-exim line is included in the configuration. If grep returns
something, you're set and already using the sa-exim module. If grep
returns nothing, we need to figure out a few things:
Use 'grep "local_scan_path" /var/lib/exim4/config.autogenerated' to
see if the sa-exim line is included in the configuration. If grep
returns something, you're set and already using the sa-exim module. If
grep returns nothing, we need to figure out a few things:
 
Issue:
$ grep "use_split_config" /etc/exim4/update-exim4.conf.conf
dc_use_split_config='true'
 
If your result shows 'false' where mine shows 'true', but the check
earlier showed that you *are* in fact using the split configuration,
then you have to edit /etc/exim4/update-exim4.conf.conf by hand and
change the 'false' to 'true' and issue 'update-exim4.conf' as root.
Next, check again if the sa-exim module-line is included. It should.
If it still isn't: mail me. If it is, restart exim4 by issuing
'invoke-rc.d exim4 restart' or '/etc/init.d/exim4 restart' as root.
If your result shows 'false' where mine shows 'true', then you're
using the unsplit configuration, generated from
/etc/exim4/exim4.conf.template. If you haven't customized that file
you could edit /etc/exim4/update-exim4.conf.conf by hand, change the
'false' to 'true' and issue 'update-exim4.conf' as root. Then, check
again if the sa-exim module line is included. It should. If it still
isn't: mail me. If it is, restart exim4 by issuing 'invoke-rc.d exim4
restart' or '/etc/init.d/exim4 restart' as root. If you *have*
customized /etc/exim4/exim4.conf.template, then you'd better stick
with the unsplit configuration scheme and add the local_scan_path
setting by hand, like with the hand-crafted configuration file.
 
Next, read all about greylisting and sa-exim:
 
71,8 → 117,9
README.Greylisting for details)
 
 
If you use a version of SA older than 3.0, you will need to patch
spamassassin's sources to support greylisting.
If you use a version of SA older than 3.0 (if you are, you really,
really should upgrade!), you will need to patch spamassassin's sources
to support greylisting.
 
There are two versions of the patches:
- /usr/share/doc/sa-exim/patches/SA-greylisting-2.4x.diff
105,3 → 152,13
You can later set it to install again with:
 
$ echo "spamassassin install" | dpkg --set-selections
 
 
**********************************
* NOTICE ABOUT SPAMC CONFIG FILE *
**********************************
 
Recent versions of spamc can read command-line parameters and switches
from a configuration file called /etc/spamassassin/spamc.conf. If that
file specifies conflicting options, it will prevent SA-Exim from
working. For now, you'll have to make sure that it doesn't.
/trunk/debian/po/templates.pot
1,22 → 1,14
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators, if you are not familiar with the PO format, gettext
# documentation is worth reading, especially sections dedicated to
# this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
# Some information specific to po-debconf are available at
# /usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
# Developers do not need to manually edit POT or PO files.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-08-15 14:44+0200\n"
"Report-Msgid-Bugs-To: magnus@kibibyte.se\n"
"POT-Creation-Date: 2006-12-02 20:15+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
26,13 → 18,13
 
#. Type: boolean
#. Description
#: ../templates:4
#: ../templates:1001
msgid "Remove saved mails in spool directory?"
msgstr ""
 
#. Type: boolean
#. Description
#: ../templates:4
#: ../templates:1001
msgid ""
"There are some saved mails in subdirectories of /var/spool/sa-exim. "
"Depending on the configuration sa-exim will save mails matching specific "
42,14 → 34,8
 
#. Type: boolean
#. Description
#: ../templates:4
#: ../templates:1001
msgid ""
"You can keep them for further analysis and later remove them manually or "
"decide to delete them now."
msgstr ""
 
#. Type: boolean
#. Description
#: ../templates:4
msgid "Should they be removed?"
msgstr ""
/trunk/debian/po/da.po
15,8 → 15,8
msgid ""
msgstr ""
"Project-Id-Version: sa-exim_3.1-4-da\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-08-15 14:44+0200\n"
"Report-Msgid-Bugs-To: magnus@kibibyte.se\n"
"POT-Creation-Date: 2006-12-02 20:15+0100\n"
"PO-Revision-Date: 2004-11-19 17:21+0100\n"
"Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
"Language-Team: Danish <dansk@klid.dk>\n"
28,13 → 28,13
 
#. Type: boolean
#. Description
#: ../templates:4
#: ../templates:1001
msgid "Remove saved mails in spool directory?"
msgstr "Fjern gemte breve fra spool-mappen?"
 
#. Type: boolean
#. Description
#: ../templates:4
#: ../templates:1001
msgid ""
"There are some saved mails in subdirectories of /var/spool/sa-exim. "
"Depending on the configuration sa-exim will save mails matching specific "
48,7 → 48,7
 
#. Type: boolean
#. Description
#: ../templates:4
#: ../templates:1001
msgid ""
"You can keep them for further analysis and later remove them manually or "
"decide to delete them now."
56,8 → 56,5
"Du kan beholde dem til yderligere efterforskning og selv fjerne dem senere "
"eller vælge at få dem slettet nu."
 
#. Type: boolean
#. Description
#: ../templates:4
msgid "Should they be removed?"
msgstr "Skal de slettes?"
#~ msgid "Should they be removed?"
#~ msgstr "Skal de slettes?"
/trunk/debian/po/cs.po
14,8 → 14,8
msgid ""
msgstr ""
"Project-Id-Version: sa-exim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-08-15 14:44+0200\n"
"Report-Msgid-Bugs-To: magnus@kibibyte.se\n"
"POT-Creation-Date: 2006-12-02 20:15+0100\n"
"PO-Revision-Date: 2005-06-27 20:12+0200\n"
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
25,13 → 25,13
 
#. Type: boolean
#. Description
#: ../templates:4
#: ../templates:1001
msgid "Remove saved mails in spool directory?"
msgstr "Odstranit emaily v adresáři spool?"
 
#. Type: boolean
#. Description
#: ../templates:4
#: ../templates:1001
msgid ""
"There are some saved mails in subdirectories of /var/spool/sa-exim. "
"Depending on the configuration sa-exim will save mails matching specific "
45,7 → 45,7
 
#. Type: boolean
#. Description
#: ../templates:4
#: ../templates:1001
msgid ""
"You can keep them for further analysis and later remove them manually or "
"decide to delete them now."
53,8 → 53,5
"Emaily si můžete ponechat pro budoucí analýzu a poté je smazat ručně, nebo "
"je můžete smazat přímo teď."
 
#. Type: boolean
#. Description
#: ../templates:4
msgid "Should they be removed?"
msgstr "Mají se odstranit?"
#~ msgid "Should they be removed?"
#~ msgstr "Mají se odstranit?"
/trunk/debian/po/fr.po
14,8 → 14,8
msgid ""
msgstr ""
"Project-Id-Version: sa-exim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-08-15 14:44+0200\n"
"Report-Msgid-Bugs-To: magnus@kibibyte.se\n"
"POT-Creation-Date: 2006-12-02 20:15+0100\n"
"PO-Revision-Date: 2004-08-17 11:00+0200\n"
"Last-Translator: Eric Madesclair <eric-m@wanadoo.fr>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
25,13 → 25,13
 
#. Type: boolean
#. Description
#: ../templates:4
#: ../templates:1001
msgid "Remove saved mails in spool directory?"
msgstr "Faut-il supprimer les courriers du répertoire de dépôt ? "
 
#. Type: boolean
#. Description
#: ../templates:4
#: ../templates:1001
msgid ""
"There are some saved mails in subdirectories of /var/spool/sa-exim. "
"Depending on the configuration sa-exim will save mails matching specific "
46,7 → 46,7
 
#. Type: boolean
#. Description
#: ../templates:4
#: ../templates:1001
msgid ""
"You can keep them for further analysis and later remove them manually or "
"decide to delete them now."
54,8 → 54,5
"Vous pouvez les garder pour des analyses approfondies et les supprimer par "
"la suite ou vous pouvez décider de les effacer maintenant."
 
#. Type: boolean
#. Description
#: ../templates:4
msgid "Should they be removed?"
msgstr "Vous pouvez les supprimer maintenant."
#~ msgid "Should they be removed?"
#~ msgstr "Vous pouvez les supprimer maintenant."
/trunk/debian/po/sv.po
13,10 → 13,10
msgid ""
msgstr ""
"Project-Id-Version: sa-exim 4.2-2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-08-15 14:44+0200\n"
"PO-Revision-Date: 2005-10-07 03:04+0200\n"
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
"Report-Msgid-Bugs-To: magnus@kibibyte.se\n"
"POT-Creation-Date: 2006-12-02 20:15+0100\n"
"PO-Revision-Date: 2006-12-02 02:07+0100\n"
"Last-Translator: Magnus Holmgren <magnus@kibibyte.se>\n"
"Language-Team: Swedish <sv@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
24,13 → 24,13
 
#. Type: boolean
#. Description
#: ../templates:4
#: ../templates:1001
msgid "Remove saved mails in spool directory?"
msgstr "Ta bort sparad e-post i spool-mappen?"
 
#. Type: boolean
#. Description
#: ../templates:4
#: ../templates:1001
msgid ""
"There are some saved mails in subdirectories of /var/spool/sa-exim. "
"Depending on the configuration sa-exim will save mails matching specific "
37,23 → 37,20
"criterias (an error occured, rejected as spam, passed through although "
"recognized as spam, ...) in subdirectories of /var/spool/sa-exim."
msgstr ""
"Det finns några sparade e-postmeddelanden i undermappar av /var/spool/sa-"
"Det finns några sparade e-postmeddelanden i undermappar till /var/spool/sa-"
"exim. Beroende på konfigurationen kan sa-exim spara e-post som matchar "
"specifika kriterier (ett fel inträffade, förkasta som spam, genomsläppt men "
"igenkänd som spam, ...) i undermappar av /var/spool/sa-exim."
"specifika kriterier (ett fel inträffade, avvisat som spam, genomsläppt trots "
"spamklassat, ...) i undermappar till /var/spool/sa-exim."
 
#. Type: boolean
#. Description
#: ../templates:4
#: ../templates:1001
msgid ""
"You can keep them for further analysis and later remove them manually or "
"decide to delete them now."
msgstr ""
"Du kan spara dom för senare analys och senare ta bort dom manuellt eller "
"Du kan spara dom för vidare analys och senare ta bort dom manuellt eller "
"välja att ta bort dom nu."
 
#. Type: boolean
#. Description
#: ../templates:4
msgid "Should they be removed?"
msgstr "Ska dessa tas bort?"
#~ msgid "Should they be removed?"
#~ msgstr "Ska de tas bort?"
/trunk/debian/po/ja.po
15,8 → 15,8
msgid ""
msgstr ""
"Project-Id-Version: sa-exim 4.0-2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-08-15 14:44+0200\n"
"Report-Msgid-Bugs-To: magnus@kibibyte.se\n"
"POT-Creation-Date: 2006-12-02 20:15+0100\n"
"PO-Revision-Date: 2004-08-19 15:21+0900\n"
"Last-Translator: Hideki Yamane <henrich@samba.gr.jp>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
26,13 → 26,13
 
#. Type: boolean
#. Description
#: ../templates:4
#: ../templates:1001
msgid "Remove saved mails in spool directory?"
msgstr "¥¹¥×¡¼¥ë¥Ç¥£¥ì¥¯¥È¥ê¤ËÊݸ¤·¤¿¥á¡¼¥ë¤òºï½ü¤·¤Þ¤¹¤«?"
 
#. Type: boolean
#. Description
#: ../templates:4
#: ../templates:1001
msgid ""
"There are some saved mails in subdirectories of /var/spool/sa-exim. "
"Depending on the configuration sa-exim will save mails matching specific "
46,7 → 46,7
 
#. Type: boolean
#. Description
#: ../templates:4
#: ../templates:1001
msgid ""
"You can keep them for further analysis and later remove them manually or "
"decide to delete them now."
53,8 → 53,5
msgstr ""
"ʬÀϤΤ¿¤á¤Ë»Ä¤·¤Æ¸å¤Ë¼êÆ°¤Çºï½ü¤¹¤ë¤«¡¢º£¤¹¤°ºï½ü¤¹¤ë¤«¤ò·è¤á¤é¤ì¤Þ¤¹¡£"
 
#. Type: boolean
#. Description
#: ../templates:4
msgid "Should they be removed?"
msgstr "ºï½ü¤·¤Þ¤¹¤«?"
#~ msgid "Should they be removed?"
#~ msgstr "ºï½ü¤·¤Þ¤¹¤«?"
/trunk/debian/po/vi.po
5,8 → 5,8
msgid ""
msgstr ""
"Project-Id-Version: sa-exim 4.2-2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-08-15 14:44+0200\n"
"Report-Msgid-Bugs-To: magnus@kibibyte.se\n"
"POT-Creation-Date: 2006-12-02 20:15+0100\n"
"PO-Revision-Date: 2005-07-12 15:07+0930\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
16,32 → 16,35
"Plural-Forms: nplurals=1; plural=0\n"
"X-Generator: LocFactoryEditor 1.2.2\n"
 
#.Type: boolean
#.Description
#:../templates:4
#. Type: boolean
#. Description
#: ../templates:1001
msgid "Remove saved mails in spool directory?"
msgstr "Loại bỏ các thư đã lưu trong thư mục ống chỉ không?"
 
#.Type: boolean
#.Description
#:../templates:4
#. Type: boolean
#. Description
#: ../templates:1001
msgid ""
"There are some saved mails in subdirectories of /var/spool/sa-exim. "
"Depending on the configuration sa-exim will save mails matching specific "
"criterias (an error occured, rejected as spam, passed through although "
"recognized as spam, ...) in subdirectories of /var/spool/sa-exim."
msgstr "Có một số thư đã lưu trong thư mục con của «/var/spool/sa-exim». Phụ thuộc vào cấu hình, trình sa-exim sẽ lưu thư khớp với tiêu chuẩn dứt khoát (gặp lỗi, thư bị từ chối vì rác, thư qua được dù phân loại là rác v.v.) vào thư mục con của «/var/spool/sa-exim»."
msgstr ""
"Có một số thư đã lưu trong thư mục con của «/var/spool/sa-exim». Phụ thuộc "
"vào cấu hình, trình sa-exim sẽ lưu thư khớp với tiêu chuẩn dứt khoát (gặp "
"lỗi, thư bị từ chối vì rác, thư qua được dù phân loại là rác v.v.) vào thư "
"mục con của «/var/spool/sa-exim»."
 
#.Type: boolean
#.Description
#:../templates:4
#. Type: boolean
#. Description
#: ../templates:1001
msgid ""
"You can keep them for further analysis and later remove them manually or "
"decide to delete them now."
msgstr "Bạn có thể giữ các thư ấy để phân tích thêm nữa rồi sau đó tự loại bỏ chúng, hoặc quyết định xóa bỏ chúng ngay bây giờ."
msgstr ""
"Bạn có thể giữ các thư ấy để phân tích thêm nữa rồi sau đó tự loại bỏ chúng, "
"hoặc quyết định xóa bỏ chúng ngay bây giờ."
 
#.Type: boolean
#.Description
#:../templates:4
msgid "Should they be removed?"
msgstr "Bạn có muốn loại bỏ các lưu ấy không?"
#~ msgid "Should they be removed?"
#~ msgstr "Bạn có muốn loại bỏ các lưu ấy không?"
/trunk/debian/templates
9,5 → 9,3
.
You can keep them for further analysis and later remove them manually or
decide to delete them now.
.
Should they be removed?
/trunk/sa-exim.conf
59,9 → 59,19
# This decides whether SA gets run against the message or not. This
# default will not reject messages if the message had SA headers but
# they weren't added by us.
SAEximRunCond: ${if and {{def:sender_host_address} {!eq {$sender_host_address}{127.0.0.1}} {!eq {$h_X-SA-Do-Not-Run:}{Yes}} } {1}{0}}
# Remove or comment out the following line and set it to 1 to enable sa-exim
SAEximRunCond: ${if and {{def:sender_host_address} {!eq {$sender_host_address}{127.0.0.1}} {!eq {$sender_host_address}{::1}}}}
# If you want more detailed control over when to run SA, it's recommended
# that you set an ACL variable indicating this from the acl section of
# your Exim configuration file. The current maintainer sets acl_m0 to
# "noscan" if the sending host is localhost or has authenticated.
#SAEximRunCond: ${if !eq{$acl_m0}{noscan}}
# (This means exactly the same as ${if !eq{$acl_m0}{noscan} {true}{}},
# where the empty string is considered false.)
 
#----------------------------------------------------------------------
# Remove or comment out the following line to enable sa-exim
SAEximRunCond: 0
#----------------------------------------------------------------------
 
# If and only if SAEximRunCond was true, and we did run SA, this
# expression decides whether we actually consider acting upon SAdevnull,
70,10 → 80,12
# Use this to tag messages that you shouldn't reject (messages sent to
# abuse or postmaster for instance).
#
# X-SA-Do-Not-Rej should be set as a warn header if mail is sent to
# postmaster and abuse (in the RCPT ACL), this way you're not bouncing
# spam abuse reports sent to you. This is a RFC guideline.
SAEximRejCond: ${if !eq {$h_X-SA-Do-Not-Rej:}{Yes} {1}{0}}
# As an example, set acl_m0 to "canreject" if a recipient other than
# postmaster or abuse is encountered (and the sender isn't local). That
# way, spammers can't circumvent blocking by sending to postmaster and
# 99 other recipients. (If acl_m0 is taken, you'll of course have to use
# a different variable.
#SAEximRejCond: ${if eq{$acl_m0}{canreject}}
 
 
# How much of the body we feed to spamassassin (in bytes)
/trunk/greylistclean.cron
1,3 → 1,3
# If you don't run spamd as nobody (you should), change the user below
# be smart and don't run this as root, it doesn't need those perms
33 * * * * nobody [ -x /usr/sbin/greylistclean ] && /usr/sbin/greylistclean
33 * * * * nobody [ -x /usr/share/sa-exim/greylistclean ] && /usr/share/sa-exim/greylistclean