Merge ~michal-maloszewski99/ubuntu/+source/amavisd-new:merge-1.2.13.0-3_mantic into ubuntu/+source/amavisd-new:debian/sid

Proposed by Michał Małoszewski
Status: Merged
Merge reported by: git-ubuntu bot
Merged at revision: ed81258882dd9ad914456947cd74ee81b375473e
Proposed branch: ~michal-maloszewski99/ubuntu/+source/amavisd-new:merge-1.2.13.0-3_mantic
Merge into: ubuntu/+source/amavisd-new:debian/sid
Diff against target: 1209 lines (+916/-5)
11 files modified
debian/README.Debian (+17/-0)
debian/amavisd-new-postfix.dirs (+3/-0)
debian/amavisd-new-postfix.postinst (+93/-0)
debian/amavisd-new-postfix.postrm (+24/-0)
debian/amavisd-new.apport (+30/-0)
debian/amavisd-new.dirs (+1/-0)
debian/changelog (+665/-0)
debian/control (+25/-4)
debian/etc/conf.d/21-ubuntu_defaults (+19/-0)
debian/etc/conf.d/40-policy_banks (+33/-0)
debian/rules (+6/-1)
Reviewer Review Type Date Requested Status
Bryce Harrington (community) Approve
Christian Ehrhardt  (community) Needs Fixing
Canonical Server Reporter Pending
git-ubuntu import Pending
Review via email: mp+447076@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

some pre review

Revision history for this message
Michał Małoszewski (michal-maloszewski99) wrote :

execute_after_dh_auto_install:
- mv debian/amavisd-new/usr/bin debian/amavisd-new/usr/sbin

This chunk caused the FTBFS.
There is no debian/amavisd-new/ neither in Ubuntu nor in Debian.

The log that failed says:

   debian/rules execute_after_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mv debian/amavisd-new/usr/bin debian/amavisd-new/usr/sbin
mv: cannot stat 'debian/amavisd-new/usr/bin': No such file or directory
make[1]: *** [debian/rules:14: execute_after_dh_auto_install] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2023-07-24T14:13:40Z

Finished
--------

+------------------------------------------------------------------------------+
| Cleanup |
+------------------------------------------------------------------------------+

Purging /<<BUILDDIR>>
Not removing build depends: as requested
E: Build failure (dpkg-buildpackage died)

So it is quite explicit message from the logs.

Revision history for this message
Michał Małoszewski (michal-maloszewski99) wrote :

No autopkgtests for that package.

Revision history for this message
Michał Małoszewski (michal-maloszewski99) wrote (last edit ):

Moreover, FYI the debian/rules from the original source package of amavisd-new (apt-get source amavisd-new;dpkg-source -x amavisd-new_2.11.0-6.1ubuntu1.dsc; nano amavisd-new-2.11.0/debian/rules) is different than the one here: https://salsa.debian.org/debian/amavisd-new/-/blob/master/debian/rules, so I think I shouldn't blindly follow debian/rules from debian salsa and to avoid FTBFS I deleted the part mentioned in the 2nd comment from the top.

Revision history for this message
Michał Małoszewski (michal-maloszewski99) wrote (last edit ):

In general as we are outdated, I think we should review the changes in the delta and update them to work with the latest version of the amavisd-new package. I mean, applying the necessary changes from the old delta to the new version of the package.

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

We re-did the merge together

Theories and findings and differences:
- d/control: dh-apparmor should be ordered right
- d/control: indent before unrar and altermine is different
- d/rules: as mentioned before do not drop the mv (unless we understand why)
- d/rules: do not drop distzilla added in Debian

Underlying issue is that th emv fails, but not because the mv is wrong.
In Debian [1] auto_install does
Installing /<<PKGBUILDDIR>>/debian/amavisd-new/usr/bin/amavisd-submit
In our build it does:
Installing /<<PKGBUILDDIR>>/debian/tmp/usr/bin/amavisd-submit

Due to this, the later mv fails.
removing the mv isn't the solution, understanding what is wrong here is.

Debian:
   dh_auto_install -D .build/debian-build --destdir=debian/amavisd-new/ -i
 cd .build/debian-build && make -j4 install DESTDIR=/<<PKGBUILDDIR>>/debian/amavisd-new AM_UPDATE_INFO_DIR=no PREFIX=/usr
Ubuntu:
   dh_auto_install -D .build/debian-build
 cd .build/debian-build && make -j4 install DESTDIR=/<<PKGBUILDDIR>>/debian/tmp AM_UPDATE_INFO_DIR=no PREFIX=/usr

DESTDIR is different - that is the problem.
I do not see yet why that is the case :-/
This ^^ is what you have to find out and fix.

You also might want to re-use my branch merge-2.13.0-3-mantic-CE which fixes some issues in the changelog as we discussed.

[1]: https://buildd.debian.org/status/fetch.php?pkg=amavisd-new&arch=all&ver=1%3A2.13.0-3&stamp=1683851020&raw=1

review: Needs Fixing
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

FYI, I rebuilt the Debian (none of our delta in case we cause it somehow) in unstable and mantic

Essentially:
$ DEB_BUILD_OPTIONS="parallel=4" sbuild --purge=never -Admantic-proposed-amd64 amavisd-new_2.13.0-3.dsc
$ DEB_BUILD_OPTIONS="parallel=4" sbuild --purge=never -Adunstable-amd64 amavisd-new_2.13.0-3.dsc

Both! had:
  DESTDIR=/<<PKGBUILDDIR>>/debian/amavisd-new

So while I do not yet see where/how exactly, it seems to be in our Delta.

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Hah, I do know ...

We do have this delta "New package amavisd-new-postfix".

But this implies a change, quoted from [1]:
"For earlier compat levels then unless --destdir option is specified, the files are installed into debian/package/ if there is only one binary package. In the multiple binary package case, the files are instead installed into debian/tmp/, and should be moved from there to the appropriate package build directory using dh_install(1) or similar tools."

So the existence of amavisd-new-postfix is what changes the behavior.
From there some Debian changes do not apply well to the Ubuntu build anymore.

That amavisd-new-postfix is part of an "custom ubuntu mail stack" which to admit hasn't got much attention in years and mostly carried forward as-is. In this case it is actually mostly an empty package that does its changes to postfix in the postinst maintainer script.
So it does - itself - not need to install anything of the build in dh_auto_install.

Therefore we should be able to set --destdir

[1]: https://manpages.debian.org/testing/debhelper/dh_auto_install.1.de.html

Revision history for this message
Michał Małoszewski (michal-maloszewski99) wrote :

Updated. can be re-reviewed.

Revision history for this message
Bryce Harrington (bryce) wrote :
Download full text (3.2 KiB)

Leaving the formal review to Christian since he owns the review slot, but since he's on PTO today I can give some drive-by review comments:

- In the debian/changelog the first line should include the merge bug number, LP: #2018057

- 0c5c7cf: In changelog entries, I strongly recommend stating *what* was changed and/or *why* it was changed. In this case, "Add information to the README.Debian about Ubuntu specific changes" is too vague. I know you didn't write this and are simply carrying forward the delta (correctly), but especially for longstanding delta it is worth adding some clarity. Sometimes in doing that it gives yourself or future mergers a clue about how the delta can eventually be retired.

  So in this case, look at the change applied to the README.Debian, and update the changelog entry to mention that the Ubuntu specific change was something to do with DKIM. In doing this, you may also find this change goes along with one of the other commits that actually implements the described change, and can be squashed to that one.

- f2f64b5: The changelog entry for this can also be made less vague by mentioning the packages by name (this can help future mergers who may be grepping through the changelog), and by stating the reason for *why* they are missing. In this case because the packages in question aren't provided by Debian or were removed in Debian. It would also be useful to annotate this commit (using the "--CL--" marker trick) and mention this delta is waiting on Debian to resolve, with a link to the Debian bug in question.

- cbb4bb1: This changelog entry is also a bit generic, and would be better to state that it's enabling dkim verification and reducing verbosity about sending mail. There's a couple other settings to undef but I can't tell if those are actually needed or if they actually cause a behavioral change (if they don't, why are they there?) You might also investigate if the dkim verification change should go with the other dkim commit(s).

  Oh, also small misspelling, "insure" should be "ensure".

- 630f928: The commit message here is great! It explains what was changed and why, and identifies actions for future mergers. Two minor suggestions, one would be to clarify the changelog entry to "d/rules: fix build with (empty) amavisd-new-postfix", second would be that this would be another good place to use the "--CL--" trick to separate out the annotation from the changelog entry so you don't have to hand-edit the changelog after the reconstruct-changelog step.

- 2405aa1: Instead of saying "after discussion with the server team" state what the rationale actually was. No one will remember that conversation, and it doesn't really matter where something is discussed, what matters is the decision and rationale. In this case I'm guessing the rationale was that altermime and ripole are universe packages?

I verified the package debuild's successfully locally. There are no DEP8 tests so I did no testing beyond that.

I didn't review the apport hook nor the postinst/postrm changes since while those are part of the Ubuntu delta, those aren't listed as part of the MP's Unmerged commits. (Actually I did quickl...

Read more...

review: Needs Fixing
Revision history for this message
Michał Małoszewski (michal-maloszewski99) wrote :

"Leaving the formal review to Christian since he owns the review slot, but since he's on PTO today I can give some drive-by review comments:"

Due to that sentence, I haven't addressed fixes from Bryce's comment (it does not mean that I do not agree), but there might be situations where reviewers have different perspectives on something (what is obvious), and I would like to apply fixes after two people review it (if applicable).

Long story short, I do not want the situation where I add fixes after Bryce's review, then let's suppose specific thing is not okay according to the second reviewer, and then I would have to fix it again.

I would want to see comments from two reviewers, then do a kind of tradeoff, discuss if I wouldn't agree with any point, etc., and then apply changes once.

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Well, 07-26 fixed what I wanted - which was mostly how to overcome the FTBFS in a better way.
You have taken over my WIP suggestion, which I assume that means worked well in your tests as you said it it is ready for re-review.

Then on 08-02 Bryce was so kind to beat me in giving this a second look - thanks.

I ack to all of Bryce suggestions, but I also see your reason for hesitation - let me explain.

First time you presented the delta re-split in a different way and re-ordered its appearance in changelog - that made it hard to compare and match.
Then after my work with you we re-ordered it so that old=new (in regard to order) which helped a lot - but we didn't touch the text of the messages as we were both quite exhausted at that time already from all the shuffling.
Now Bryce asks you to change the texts and I can understand thinking "uh, wasn't this what I tried before" :-)
But he is not asking you to change order again, everything stays in place and just gets a nice improvement in wording.
I'm +1 with that and encourage you to do that so that I can final-review and final-approve it then.

One thing Bryce asked was to not say "after discussion with the server team" which I agree.
But then, you just carried forward this - and the discussion is from 2012 let me help a bit :-)
When you go back in the past enough in the CL you see:
  [6aa7cfb] Recommend altermime and ripole (Closes: #665469)
And as a consequence of that
  * debian/control: drop altermime and ripole to Suggests after discussions
    with the server team. (LP: 992879)

So there you at least have a bug ref.
And since then no one complained about those being missing, so the decision seems to have been right :-)

A good message might therefore
1. would state that as the reason
2. still reference the old bug (which was lost in CL a few years later)
So a good message could be:
 * d/control: drop altermime and ripole to Suggests as they are optional and universe dependencies (LP: 992879)

But no problem would be good without being a never ending rabbit whole - right?
In looking at this I've seen ripole doesn't exist since >Bionic.
Which means it is wrong in Debian (and known https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971896)
So you can change this to:
1. just move altermime, keep ripole a recommends as it is a no-op due to not existing
2. the commit and changelog text then could be
 * d/control: drop altermime to Suggests as it is an optional universe dependency (LP: 992879)

Oh and a last comment - as this is the repo with so many similar branches.
You could maybe delete the wrong old branches in your LP repo to make this easier?

Once this is all ready, ping me for a final check and sponsoring

Revision history for this message
Michał Małoszewski (michal-maloszewski99) wrote (last edit ):

Things from the comments fixed, old wrong branches deleted. It can be re-reviewed.

"In looking at this I've seen ripole doesn't exist since >Bionic."
(Btw the d/control in that MP does not contain ripole in Recommends. -> commit: 09e3edf)

Revision history for this message
Bryce Harrington (bryce) wrote :

Uploaded:

triage-mantic+23.10: ~/pkg/AmavisdNew/review-lp2018057/amavisd-new-gu$ grep ^Vcs ../amavisd-new_2.13.0-3ubuntu1_source.changes
Vcs-Git: https://git.launchpad.net/~bryce/ubuntu/+source/amavisd-new
Vcs-Git-Commit: ed81258882dd9ad914456947cd74ee81b375473e
Vcs-Git-Ref: refs/heads/merge-1.2.13.0-3_mantic
triage-mantic+23.10: ~/pkg/AmavisdNew/review-lp2018057/amavisd-new-gu$ dput ubuntu ../amavisd-new_2.13.0-3ubuntu1_source.changes
D: Setting host argument.
Checking signature on .changes
gpg: ../amavisd-new_2.13.0-3ubuntu1_source.changes: Valid signature from E603B2578FB8F0FB
Checking signature on .dsc
gpg: ../amavisd-new_2.13.0-3ubuntu1.dsc: Valid signature from E603B2578FB8F0FB
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading amavisd-new_2.13.0-3ubuntu1.dsc: done.
  Uploading amavisd-new_2.13.0-3ubuntu1.debian.tar.xz: done.
  Uploading amavisd-new_2.13.0-3ubuntu1_source.buildinfo: done.
  Uploading amavisd-new_2.13.0-3ubuntu1_source.changes: done.
Successfully uploaded packages.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/README.Debian b/debian/README.Debian
index 4f58e0d..575c0ae 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -24,6 +24,8 @@ Read-write conffiles: /etc/amavis/conf.d/
24 15-av_scanners: AV scanner interface configuration24 15-av_scanners: AV scanner interface configuration
25 15-content_filter_mode: Use this to re-enable spamassassin/av checks25 15-content_filter_mode: Use this to re-enable spamassassin/av checks
26 20-debian_defaults: Commonly modified settings26 20-debian_defaults: Commonly modified settings
27 21-ubuntu_defaults: Additional Ubuntu specific changes
28 40-policy_banks: DKIM whitelist
27 50-user: Place your overrides here, if you want29 50-user: Place your overrides here, if you want
2830
29If the package detects legacy config files, it renames them adding a31If the package detects legacy config files, it renames them adding a
@@ -131,3 +133,18 @@ system.
131You can change the backend in /etc/default/amavisd-snmp-subagent.133You can change the backend in /etc/default/amavisd-snmp-subagent.
132134
133 -- Your amavisd-new maintainers (and contributors)135 -- Your amavisd-new maintainers (and contributors)
136
137Ubuntu Changes
138--------------
139
140The Ubuntu variant of this package is generally very similar to the standard
141Debian package. The major difference is that we enable DKIM verification by
142default and provide an additional config file, 40-policy_banks, to for easy
143DKIM based whitelisting. Domains recommended by upstream are whitelisted by
144default. You can over-ride DKIM verification in 50-user if you don't want it.
145
146At any given moment there may be bug fixes applied in the Ubuntu package, but
147not yet in Debian. It is the goal of Ubuntu to feed these back to Debian.
148
149
150 -- Scott Kitterman <scott@kitterman.com>
diff --git a/debian/amavisd-new-postfix.dirs b/debian/amavisd-new-postfix.dirs
134new file mode 100644151new file mode 100644
index 0000000..d13e1a4
--- /dev/null
+++ b/debian/amavisd-new-postfix.dirs
@@ -0,0 +1,3 @@
1var/lib/amavisd-new-postfix
2var/lib/amavisd-new-postfix/backups
3etc/amavis/conf.d
diff --git a/debian/amavisd-new-postfix.postinst b/debian/amavisd-new-postfix.postinst
0new file mode 1006444new file mode 100644
index 0000000..07221b4
--- /dev/null
+++ b/debian/amavisd-new-postfix.postinst
@@ -0,0 +1,93 @@
1#! /bin/sh
2# postinst script for amavisd-new-postfix
3
4set -e
5
6# summary of how this script can be called:
7# * <postinst> `configure' <most-recently-configured-version>
8# * <old-postinst> `abort-upgrade' <new version>
9# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
10# <new-version>
11# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
12# <failed-install-package> <version> `removing'
13# <conflicting-package> <version>
14# for details, see http://www.debian.org/doc/debian-policy/ or
15# the debian-policy package
16#
17# quoting from the policy:
18# Any necessary prompting should almost always be confined to the
19# post-installation script, and should be protected with a conditional
20# so that unnecessary prompting doesn't happen if a package's
21# installation fails and the `postinst' is called with `abort-upgrade',
22# `abort-remove' or `abort-deconfigure'.
23
24POSTFIX_BCKFILE="/var/lib/amavisd-new-postfix/backups/main.cf-backup"
25POSTFIX_MASTER_BCKFILE="/var/lib/amavisd-new-postfix/backups/master.cf-backup"
26
27set_postfix_option() {
28 opt="$1"
29 # Backup the existion value of the option
30 postconf $(echo ${opt} | cut -d= -f1) >> ${POSTFIX_BCKFILE} || true
31 # Set the new value of the option
32 postconf -e "${opt}"
33}
34
35case "$1" in
36 configure)
37 if [ -f "/etc/postfix/main.cf" ]; then
38 if [ -z "$2" -o ! -e "$POSTFIX_BCKFILE" ]; then
39 if which postconf >/dev/null; then
40 # Setup postfix
41 set_postfix_option "content_filter = smtp-amavis:[localhost]:10024"
42 set_postfix_option "policy-spf_time_limit = 3600s"
43 SMTPD_RECIP_RESTR=`postconf smtpd_recipient_restrictions`
44 set_postfix_option "$SMTPD_RECIP_RESTR, check_policy_service unix:private/policy-spf"
45 fi
46 cp /etc/postfix/master.cf $POSTFIX_MASTER_BCKFILE
47 postfix-add-policy policy-spf nobody /usr/bin/policyd-spf
48 postfix-add-filter smtp-amavis 10025
49 fi
50 else
51 echo ""
52 echo "Postfix not configured. Run"
53 echo "sudo dpkg-reconfigure postfix and choose"
54 echo "the type of mail server. Then run"
55 echo "sudo dpkg-reconfigure amavisd-new-postfix to"
56 echo "finish amavisd-new-postfix installation."
57 echo ""
58 fi
59 if [ -x "/etc/init.d/postfix" ]; then
60 if [ -x /usr/sbin/invoke-rc.d ]; then
61 invoke-rc.d postfix restart
62 else
63 /etc/init.d/postfix restart
64 fi
65 fi
66 if [ -x "/etc/init.d/amavis" ]; then
67 if [ -x /usr/sbin/invoke-rc.d ]; then
68 invoke-rc.d amavis restart
69 else
70 /etc/init.d/amavis restart
71 fi
72 fi
73
74
75 ;;
76
77 abort-upgrade|abort-remove|abort-deconfigure)
78
79 ;;
80
81 *)
82 echo "postinst called with unknown argument \`$1'" >&2
83 exit 1
84 ;;
85esac
86
87# dh_installdeb will replace this with shell code automatically
88# generated by other debhelper scripts.
89
90#DEBHELPER#
91
92exit 0
93
diff --git a/debian/amavisd-new-postfix.postrm b/debian/amavisd-new-postfix.postrm
0new file mode 10064494new file mode 100644
index 0000000..7f8a40d
--- /dev/null
+++ b/debian/amavisd-new-postfix.postrm
@@ -0,0 +1,24 @@
1#!/bin/sh
2set -e
3
4POSTFIX_BCKFILE="/var/lib/amavisd-new-postfix/backups/main.cf-backup"
5
6if [ "$1" = "remove" ]; then
7 if which postconf >/dev/null && [ -f "${POSTFIX_BCKFILE}" ]; then
8 while read line; do
9 postconf -e "$line"
10 done < "${POSTFIX_BCKFILE}"
11 rm -f "${POSTFIX_BCKFILE}"
12 fi
13 if [ -x "/etc/init.d/postfix" ]; then
14 if [ -x /usr/sbin/invoke-rc.d ]; then
15 invoke-rc.d postfix reload
16 else
17 /etc/init.d/postfix reload
18 fi
19 fi
20fi
21
22#DEBHELPER#
23
24exit 0
diff --git a/debian/amavisd-new.apport b/debian/amavisd-new.apport
0new file mode 10064425new file mode 100644
index 0000000..69fbdcf
--- /dev/null
+++ b/debian/amavisd-new.apport
@@ -0,0 +1,30 @@
1'''Apport package hook for amavisd-new.
2
3(c) 2019 Canonical Ltd.
4Contributors:
5Christian Ehrhardt <christian.ehrhardt@canonical.com>
6
7This program is free software; you can redistribute it and/or modify it
8under the terms of the GNU General Public License as published by the
9Free Software Foundation; either version 2 of the License, or (at your
10option) any later version. See http://www.gnu.org/copyleft/gpl.html for
11the full text of the license.
12'''
13
14import re
15import apport
16import apport.hookutils
17
18def add_info(report, ui):
19 out = apport.hookutils.command_output(['systemctl', 'status',
20 'amavis']).strip()
21 fqdnbug = re.search("You must explicitly assign a FQDN of this host", out)
22 if fqdnbug:
23 ui.information("Your amavisd service fails to start as you have not \n"
24 "configured hostname to be a Fully Qualified Domain \n"
25 "Name. You will see the same reported by amavis, see \n"
26 " $ systemctl status amavis\n"
27 "Consider fixing either your hostname or set the \n"
28 "desired value at /etc/amavis/conf.d/05-node_id")
29 report['UnreportableReason'] = 'Known local configuation issue'
30 return
diff --git a/debian/amavisd-new.dirs b/debian/amavisd-new.dirs
0new file mode 10064431new file mode 100644
index 0000000..bbe54c6
--- /dev/null
+++ b/debian/amavisd-new.dirs
@@ -0,0 +1 @@
1usr/share/apport/package-hooks
diff --git a/debian/changelog b/debian/changelog
index f5076ce..8e53e4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,35 @@
1amavisd-new (1:2.13.0-3ubuntu1) mantic; urgency=medium
2
3 * Merge with Debian unstable (LP: #2018057). Remaining changes:
4 - d/README.Debian: Add information about the Ubuntu variant of
5 amavisd-new and the major differences between that package in
6 Ubuntu and Debian to raise awareness about the additional config
7 file which is 40-policy_banks.
8 - d/README.Debian, d/etc/conf.d/21-ubuntu_defaults: Enable DKIM
9 verification and reducing verbosity about sending mail.
10 + Reduce email responses for virus/blocked mail so as not to be a
11 backscatter source by default.
12 + Enable DKIM checking by default.
13 - d/README.Debian, d/etc/conf.d/40-policy_banks: Include policy-bank
14 of known good domains for DKIM whitelisting in 40-policy_banks.
15 - d/control: Drop altermime and ripole to Suggests as they are
16 optional and universe dependencies (LP: 992879).
17 - d/control, d/amavisd-new-postfix.*: New package amavisd-new-postfix,
18 configuration for anti-spam/virus.
19 - do not report FQDN misconfiguration through apport.
20 (LP #1587695).
21 + d/control: b-dep on dh_apparmor.
22 + d/rules: enable dh_apparmor.
23 + d/amavisd-new.apport: apport script
24 + d/amavisd-new.dirs: layout required dirs
25 * New Changes:
26 - d/control: Delete packages ripole and dspam - which are missing -
27 from Suggests to not mislead anyone who would want to make use of
28 those (LP: #1891643).
29 - d/rules: fix build with (empty) amavisd-new-postfix
30
31 -- Michal Maloszewski <michal.maloszewski@canonical.com> Mon, 17 Jul 2023 23:17:01 +0200
32
1amavisd-new (1:2.13.0-3) unstable; urgency=medium33amavisd-new (1:2.13.0-3) unstable; urgency=medium
234
3 * Fix failure to purge without adduser. Closes: #1035841.35 * Fix failure to purge without adduser. Closes: #1035841.
@@ -26,6 +58,56 @@ amavisd-new (1:2.13.0-1) unstable; urgency=medium
2658
27 -- Brian May <bam@debian.org> Thu, 23 Feb 2023 16:00:54 +110059 -- Brian May <bam@debian.org> Thu, 23 Feb 2023 16:00:54 +1100
2860
61amavisd-new (1:2.12.2-1.1ubuntu1) lunar; urgency=medium
62
63 * Merge from Debian unstable (LP: #1993383). Remaining changes:
64 - Add information in README.Debian about Ubuntu specific changes.
65 - d/README.Debian, d/etc/conf.d/21-ubuntu_defaults: Ubuntu
66 configuration changes in 21-ubuntu_defaults.
67 + Reduce email responses for virus/blocked mail so as not to be
68 a backscatter source by default.
69 + Enable DKIM checking by default.
70 - d/README.Debian,d/etc/conf.d/40-policy_banks: Include
71 policy-bank of known good domains for DKIM whitelisting
72 in 40-policy_banks.
73 - d/control: drop altermime and ripole to Suggests after
74 discussions with the server team.
75 - d/control,d/amavisd-new-postfix.*: new package
76 amavisd-new-postfix, configuration for anti-spam/virus.
77 - do not report FQDN misconfiguration through apport.
78 (LP #1587695).
79 + d/control: b-dep on dh_apparmor
80 + d/rules: enable dh_apparmor
81 + d/amavisd-new.apport: apport script
82 + d/amavisd-new.dirs: layout required dirs
83
84 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Fri, 18 Nov 2022 14:23:22 -0500
85
86amavisd-new (1:2.12.2-1ubuntu1) jammy; urgency=medium
87
88 * Merge with Debian unstable (LP: #1946841). Remaining changes:
89 - Add information in README.Debian about Ubuntu specific changes.
90 - d/README.Debian, d/etc/conf.d/21-ubuntu_defaults: Ubuntu
91 configuration changes in 21-ubuntu_defaults.
92 + Reduce email responses for virus/blocked mail so as not to be
93 a backscatter source by default.
94 + Enable DKIM checking by default.
95 - d/README.Debian,d/etc/conf.d/40-policy_banks: Include
96 policy-bank of known good domains for DKIM whitelisting
97 in 40-policy_banks.
98 - d/control: drop altermime and ripole to Suggests after
99 discussions with the server team.
100 - d/control,d/amavisd-new-postfix.*: new package
101 amavisd-new-postfix, configuration for anti-spam/virus.
102 - do not report FQDN misconfiguration through apport.
103 (LP #1587695).
104 + d/control: b-dep on dh_apparmor
105 + d/rules: enable dh_apparmor
106 + d/amavisd-new.apport: apport script
107 + d/amavisd-new.dirs: layout required dirs
108
109 -- Miriam España Acebal <miriam.espana@canonical.com> Fri, 18 Feb 2022 13:14:20 +0100
110
29amavisd-new (1:2.12.2-1) unstable; urgency=medium111amavisd-new (1:2.12.2-1) unstable; urgency=medium
30112
31 [ Sergio Durigan Junior ]113 [ Sergio Durigan Junior ]
@@ -42,12 +124,61 @@ amavisd-new (1:2.12.2-1) unstable; urgency=medium
42124
43 -- Brian May <bam@debian.org> Wed, 09 Feb 2022 09:00:48 +1100125 -- Brian May <bam@debian.org> Wed, 09 Feb 2022 09:00:48 +1100
44126
127amavisd-new (1:2.11.1-5ubuntu1) impish; urgency=medium
128
129 * Merge with Debian unstable. Remaining changes:
130 - Add information in README.Debian about Ubuntu specific changes.
131 - Ubuntu configuration changes in 21-ubuntu_defaults.
132 + Reduce email responses for virus/blocked mail so as not to be a
133 backscatter source by default
134 + Enable DKIM checking by default
135 - Include policy-bank of known good domains for DKIM whitelisting
136 in 40-policy_banks.
137 - debian/control: drop altermime and ripole to Suggests after discussions
138 with the server team.
139 - amavisd-new-postfix configuration for anti-spam/virus.
140 - do not report FQDN misconfiguration through apport. (LP #1587695)
141 + d/amavisd-new.apport: apport script
142 + d/amavisd-new.dirs: layout required dirs
143 + d/control: b-dep on dh_apparmor
144 + d/rules: enable dh_apparmor
145 * Added:
146 - d/amavisd-new-postfix.postrm: add #DEBHELPER# to the end of the script.
147 [squash this change with "amavisd-new-postfix configuration for
148 anti-spam/virus" (4e84c665522d1be) in the next merge]
149 - d/amavisd-new-postfix.*: use a FHS compliant dir to store backup files.
150 [squash this change with "amavisd-new-postfix configuration for
151 anti-spam/virus" (4e84c665522d1be) in the next merge]
152
153 -- Lucas Kanashiro <kanashiro@ubuntu.com> Wed, 14 Jul 2021 17:22:39 -0300
154
45amavisd-new (1:2.11.1-5) unstable; urgency=medium155amavisd-new (1:2.11.1-5) unstable; urgency=medium
46156
47 * Add missing dependency on libnet-snmp-perl. Closes: #936052.157 * Add missing dependency on libnet-snmp-perl. Closes: #936052.
48158
49 -- Brian May <bam@debian.org> Tue, 08 Jun 2021 08:51:44 +1000159 -- Brian May <bam@debian.org> Tue, 08 Jun 2021 08:51:44 +1000
50160
161amavisd-new (1:2.11.1-4ubuntu1) hirsute; urgency=medium
162
163 * Merge with Debian unstable. Remaining changes:
164 - Add information in README.Debian about Ubuntu specific changes.
165 - Ubuntu configuration changes in 21-ubuntu_defaults.
166 + Reduce email responses for virus/blocked mail so as not to be a
167 backscatter source by default
168 + Enable DKIM checking by default
169 - Include policy-bank of known good domains for DKIM whitelisting
170 in 40-policy_banks.
171 - debian/control: drop altermime and ripole to Suggests after discussions
172 with the server team.
173 - amavisd-new-postfix configuration for anti-spam/virus.
174 - do not report FQDN misconfiguration through apport. (LP #1587695)
175 + d/amavisd-new.apport: apport script
176 + d/amavisd-new.dirs: layout required dirs
177 + d/control: b-dep on dh_apparmor
178 + d/rules: enable dh_apparmor
179
180 -- Lucas Kanashiro <kanashiro@ubuntu.com> Wed, 18 Nov 2020 17:39:15 -0300
181
51amavisd-new (1:2.11.1-4) unstable; urgency=low182amavisd-new (1:2.11.1-4) unstable; urgency=low
52183
53 [ Debian Janitor ]184 [ Debian Janitor ]
@@ -66,6 +197,27 @@ amavisd-new (1:2.11.1-4) unstable; urgency=low
66197
67 -- Brian May <bam@debian.org> Tue, 15 Sep 2020 07:47:11 +1000198 -- Brian May <bam@debian.org> Tue, 15 Sep 2020 07:47:11 +1000
68199
200amavisd-new (1:2.11.1-2ubuntu1) groovy; urgency=medium
201
202 * Merge with Debian unstable. Remaining changes:
203 - Add information in README.Debian about Ubuntu specific changes.
204 - Ubuntu configuration changes in 21-ubuntu_defaults.
205 + Reduce email responses for virus/blocked mail so as not to be a
206 backscatter source by default
207 + Enable DKIM checking by default
208 - Include policy-bank of known good domains for DKIM whitelisting
209 in 40-policy_banks.
210 - debian/control: drop altermime and ripole to Suggests after discussions
211 with the server team.
212 - amavisd-new-postfix configuration for anti-spam/virus.
213 - do not report FQDN misconfiguration through apport. (LP #1587695)
214 + d/amavisd-new.apport: apport script
215 + d/amavisd-new.dirs: layout required dirs
216 + d/control: b-dep on dh_apparmor
217 + d/rules: enable dh_apparmor
218
219 -- Lucas Kanashiro <kanashiro@ubuntu.com> Mon, 11 May 2020 17:36:35 -0300
220
69amavisd-new (1:2.11.1-2) unstable; urgency=medium221amavisd-new (1:2.11.1-2) unstable; urgency=medium
70222
71 * Ensure RuntimeDirectory is set. Closes: #955247.223 * Ensure RuntimeDirectory is set. Closes: #955247.
@@ -79,6 +231,30 @@ amavisd-new (1:2.11.1-1) unstable; urgency=medium
79231
80 -- Brian May <bam@debian.org> Tue, 04 Feb 2020 07:58:33 +1100232 -- Brian May <bam@debian.org> Tue, 04 Feb 2020 07:58:33 +1100
81233
234amavisd-new (1:2.11.0-6.1ubuntu1) eoan; urgency=medium
235
236 * Merge with Debian unstable. Remaining changes:
237 - Add information in README.Debian about Ubuntu specific changes
238 - Ubuntu configuration changes in 21-ubuntu_defaults
239 - Reduce email responses for virus/blocked mail so as not to be a
240 backscatter source by default
241 - Enable DKIM checking by default
242 - Include policy-bank of known good domains for DKIM whitelisting
243 in 40-policy_banks
244 - debian/control: drop altermime and ripole to Suggests after discussions
245 with the server team.
246 - amavisd-new-postfix configuration for anti-spam/virus
247 - do not report FQDN misconfiguration through apport (LP #1587695)
248 - d/amavisd-new.apport: apport script
249 - d/amavisd-new.dirs: layout required dirs
250 - d/control: b-dep on dh_apparmor
251 - d/rules: enable dh_apparmor
252 * Dropped Changes:
253 - Fix DKIM signing in 2.11.0 (LP: 1770532)
254 [in Debian for #882324]
255
256 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Fri, 26 Apr 2019 09:10:13 +0200
257
82amavisd-new (1:2.11.0-6.1) unstable; urgency=medium258amavisd-new (1:2.11.0-6.1) unstable; urgency=medium
83259
84 * Non-maintainer upload.260 * Non-maintainer upload.
@@ -93,6 +269,33 @@ amavisd-new (1:2.11.0-6) unstable; urgency=medium
93269
94 -- Brian May <bam@debian.org> Wed, 13 Feb 2019 17:48:10 +1100270 -- Brian May <bam@debian.org> Wed, 13 Feb 2019 17:48:10 +1100
95271
272amavisd-new (1:2.11.0-5ubuntu2) eoan; urgency=medium
273
274 * do not report FQDN misconfiguration through apport (LP: #1587695)
275 - d/amavisd-new.apport: apport script
276 - d/amavisd-new.dirs: layout required dirs
277 - d/control: b-dep on dh_apport
278 - d/rules: enable dh_apport
279
280 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 08 Apr 2019 16:48:34 +0200
281
282amavisd-new (1:2.11.0-5ubuntu1) disco; urgency=medium
283
284 * Merge with Debian unstable (LP: #1814900). Remaining changes:
285 - Add information in README.Debian about Ubuntu specific changes
286 - Ubuntu configuration changes in 21-ubuntu_defaults
287 - Reduce email responses for virus/blocked mail so as not to be a
288 backscatter source by default
289 - Enable DKIM checking by default
290 - Include policy-bank of known good domains for DKIM whitelisting
291 in 40-policy_banks
292 - debian/control: drop altermime and ripole to Suggests after discussions
293 with the server team.
294 - amavisd-new-postfix configuration for anti-spam/virus
295 - Fix DKIM signing in 2.11.0 (LP #1770532)
296
297 -- Karl Stenerud <kstenerud@gmail.com> Wed, 06 Feb 2019 17:02:57 +0100
298
96amavisd-new (1:2.11.0-5) unstable; urgency=medium299amavisd-new (1:2.11.0-5) unstable; urgency=medium
97300
98 * Apply updated patch to left brace in regex. Closes: #920720.301 * Apply updated patch to left brace in regex. Closes: #920720.
@@ -110,6 +313,29 @@ amavisd-new (1:2.11.0-4) unstable; urgency=medium
110313
111 -- Brian May <bam@debian.org> Mon, 28 Jan 2019 13:19:51 +1300314 -- Brian May <bam@debian.org> Mon, 28 Jan 2019 13:19:51 +1300
112315
316amavisd-new (1:2.11.0-3ubuntu1) disco; urgency=medium
317
318 * Merge with Debian unstable (LP: #1811400). Remaining changes:
319 - Add information in README.Debian about Ubuntu specific changes
320 - Ubuntu configuration changes in 21-ubuntu_defaults
321 - Reduce email responses for virus/blocked mail so as not to be a
322 backscatter source by default
323 - Enable DKIM checking by default
324 - Include policy-bank of known good domains for DKIM whitelisting
325 in 40-policy_banks
326 - debian/control: drop altermime and ripole to Suggests after discussions
327 with the server team.
328 - amavisd-new-postfix configuration for anti-spam/virus
329 - Fix DKIM signing in 2.11.0 (LP #1770532)
330 * Dropped Changes:
331 - d/p/100_more_amavisd_helpers_fixes: Fix Debian/Ubuntu pathing in
332 amavisd-release (LP #1792293)
333 [Fixed in 1:2.11.0-3]
334 - disabled Norman Virus Control (LP 1582318)
335 [Fixed in 1:2.11.0-2]
336
337 -- Karl Stenerud <kstenerud@gmail.com> Fri, 18 Jan 2019 13:20:09 +0100
338
113amavisd-new (1:2.11.0-3) unstable; urgency=medium339amavisd-new (1:2.11.0-3) unstable; urgency=medium
114340
115 * Update Vcs-* control headers for salsa repository.341 * Update Vcs-* control headers for salsa repository.
@@ -124,6 +350,33 @@ amavisd-new (1:2.11.0-2) unstable; urgency=medium
124350
125 -- Brian May <bam@debian.org> Sat, 25 Nov 2017 17:41:46 +1100351 -- Brian May <bam@debian.org> Sat, 25 Nov 2017 17:41:46 +1100
126352
353amavisd-new (1:2.11.0-1ubuntu2) cosmic; urgency=medium
354
355 * d/p/100_more_amavisd_helpers_fixes: Fix Debian/Ubuntu pathing in
356 amavisd-release (LP: #1792293)
357 * d/p/105_amavisd_fix_originating_dkim_signing.patch: Fix DKIM signing
358 in 2.11.0 (LP: #1770532)
359
360 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 24 Sep 2018 14:05:01 +0200
361
362amavisd-new (1:2.11.0-1ubuntu1) bionic; urgency=medium
363
364 * Merge with Debian unstable. Remaining changes:
365 - Add information in README.Debian about Ubuntu specific changes
366 - Ubuntu configuration changes in 21-ubuntu_defaults
367 - Reduce email responses for virus/blocked mail so as not to be a
368 backscatter source by default
369 - Enable DKIM checking by default
370 - Include policy-bank of known good domains for DKIM whitelisting
371 in 40-policy_banks
372 - debian/control: drop altermime and ripole to Suggests after discussions
373 with the server team.
374 - amavisd-new-postfix configuration for anti-spam/virus
375 - disabled Norman Virus Control (LP 1582318)
376 Debian incorrectly states it fixed at the moment, delta still needed.
377
378 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 16 Nov 2017 11:51:19 +0100
379
127amavisd-new (1:2.11.0-1) unstable; urgency=medium380amavisd-new (1:2.11.0-1) unstable; urgency=medium
128381
129 * Disable Norman Virus Control by default. Closes: #832511.382 * Disable Norman Virus Control by default. Closes: #832511.
@@ -134,6 +387,28 @@ amavisd-new (1:2.11.0-1) unstable; urgency=medium
134387
135 -- Brian May <bam@debian.org> Fri, 14 Jul 2017 12:16:01 +1000388 -- Brian May <bam@debian.org> Fri, 14 Jul 2017 12:16:01 +1000
136389
390amavisd-new (1:2.10.1-4ubuntu1) yakkety; urgency=medium
391
392 * Merge from Debian, remaining changes:
393 + Add information in README.Debian about Ubuntu specific changes
394 + Ubuntu configuration changes in 21-ubuntu_defaults
395 - Reduce email responses for virus/blocked mail so as not to be a
396 backscatter source by default
397 - Enable DKIM checking by default
398 + Include policy-bank of known good domains for DKIM whitelisting
399 in 40-policy_banks
400 + debian/control: drop altermime and ripole to Suggests after discussions
401 with the server team.
402 + amavisd-new-postfix configuration for anti-spam/virus
403 * Dropped changes:
404 + 22-amavisd-new-postfix which was forgotten since 2.6.5-0ubuntu1.
405 * Added changes:
406 + fix whitespace damage in d/control at amavisd-new-postfix
407 + d/etc/conf.d/15-av_scanners disabled Norman Virus Control as it conflicts
408 with packaged /usr/bin/nvcc of nvidia-cuda-toolkit (LP: #1582318)
409
410 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 25 Jul 2016 16:11:53 +0200
411
137amavisd-new (1:2.10.1-4) unstable; urgency=medium412amavisd-new (1:2.10.1-4) unstable; urgency=medium
138413
139 * Fix typo in recommends.414 * Fix typo in recommends.
@@ -144,12 +419,52 @@ amavisd-new (1:2.10.1-4) unstable; urgency=medium
144419
145 -- Brian May <bam@debian.org> Mon, 16 May 2016 08:50:17 +1000420 -- Brian May <bam@debian.org> Mon, 16 May 2016 08:50:17 +1000
146421
422amavisd-new (1:2.10.1-2ubuntu1) xenial; urgency=medium
423
424 * Merge from Debian, remaining changes:
425 + Add information in README.Debian about Ubuntu specific changes
426 + Ubuntu configuration changes in 21-ubuntu_defaults
427 - Reduce email responses for virus/blocked mail so as not to be a
428 backscatter source by default
429 - Enable DKIM checking by default
430 + Include policy-bank of known good domains for DKIM whitelisting
431 in 40-policy_banks
432 + debian/control: drop altermime and ripole to Suggests after discussions
433 with the server team.
434 + amavisd-new-postfix configuration for anti-spam/virus
435 + debian/rules: Add some comments about 22-amavisd-new-postfix file being forgotten
436 since 2.6.5-0ubuntu1. Decision has been made to keep this state, by commenting out,
437 to avoid a different behavior which could disturb various configuration tools
438 assumptions, and also because we expect to remove the delta in Xenial +1.
439
440 -- Pierre-André MOREY <pierre-andre.morey@canonical.com> Mon, 15 Feb 2016 17:47:52 +0100
441
147amavisd-new (1:2.10.1-2) unstable; urgency=medium442amavisd-new (1:2.10.1-2) unstable; urgency=medium
148443
149 * Set LC_ALL before running daemon. Closes: #812325.444 * Set LC_ALL before running daemon. Closes: #812325.
150445
151 -- Brian May <bam@debian.org> Fri, 29 Jan 2016 11:00:58 +1100446 -- Brian May <bam@debian.org> Fri, 29 Jan 2016 11:00:58 +1100
152447
448amavisd-new (1:2.10.1-1ubuntu1) xenial; urgency=medium
449
450 * Merge from Debian stable, (LP: #1357424) remaining changes:
451 + Add information in README.Debian about Ubuntu specific changes
452 + Ubuntu configuration changes in 21-ubuntu_defaults
453 - Reduce email responses for virus/blocked mail so as not to be a
454 backscatter source by default
455 - Enable DKIM checking by default
456 + Include policy-bank of known good domains for DKIM whitelisting
457 in 40-policy_banks
458 + debian/control: drop altermime and ripole to Suggests after discussions
459 with the server team.
460 + amavisd-new-postfix configuration for anti-spam/virus
461 * debian/rules: Add some comments about 22-amavisd-new-postfix file being forgotten
462 since 2.6.5-0ubuntu1. Decision has been made to keep this state, by commenting out,
463 to avoid a different behavior which could disturb various configuration tools
464 assumptions, and also because we expect to remove the delta in Xenial +1.
465
466 -- Pierre-André MOREY <pierre-andre.morey@canonical.com> Tue, 12 Jan 2016 15:40:02 +0100
467
153amavisd-new (1:2.10.1-1) unstable; urgency=medium468amavisd-new (1:2.10.1-1) unstable; urgency=medium
154469
155 * [486e81e] Update watchfile470 * [486e81e] Update watchfile
@@ -202,12 +517,57 @@ amavisd-new (1:2.9.0-1) unstable; urgency=low
202517
203 -- Alexander Wirt <formorer@debian.org> Sat, 10 May 2014 22:51:45 +0200518 -- Alexander Wirt <formorer@debian.org> Sat, 10 May 2014 22:51:45 +0200
204519
520amavisd-new (1:2.7.1-2ubuntu3) quantal; urgency=low
521
522 * debian/control: drop altermime and ripole to Suggests after discussions
523 with the server team. (LP: 992879)
524
525 -- Jamie Strandboge <jamie@ubuntu.com> Fri, 21 Sep 2012 10:23:40 -0500
526
527amavisd-new (1:2.7.1-2ubuntu2) quantal; urgency=low
528
529 * Fix invalid 'spf-policyd_time_limit' parametere in
530 amavisd-new-postifx (LP: #996569)
531
532 -- Ante Karamatic <ivoks@ubuntu.com> Sun, 29 Jul 2012 10:31:31 +0200
533
534amavisd-new (1:2.7.1-2ubuntu1) quantal; urgency=low
535
536 * Merge from Debian unstable, remaining changes:
537 - amavisd-new-postfix configuration for anti-spam/virus
538 - Add information in README.Debian about Ubuntu specific changes
539 - Ubuntu configuration changes in 21-ubuntu_defaults
540 - Reduce email responses for virus/blocked mail so as not to be a
541 backscatter source by default
542 - Enable DKIM checking by default
543 - Include policy-bank of known good domains for DKIM whitelisting
544 in 40-policy_banks
545 - Drop use of hardening-wrapper, since we're no longer compiling
546 anything.
547
548 -- Logan Rosen <logatronico@gmail.com> Tue, 10 Jul 2012 22:05:35 -0400
549
205amavisd-new (1:2.7.1-2) unstable; urgency=low550amavisd-new (1:2.7.1-2) unstable; urgency=low
206551
207 * [02ccf50] Add free lha decompresser (Closes: #677692)552 * [02ccf50] Add free lha decompresser (Closes: #677692)
208553
209 -- Alexander Wirt <formorer@debian.org> Sat, 16 Jun 2012 19:04:24 +0200554 -- Alexander Wirt <formorer@debian.org> Sat, 16 Jun 2012 19:04:24 +0200
210555
556amavisd-new (1:2.7.1-1ubuntu1) quantal; urgency=low
557
558 * Merge from Debian unstable, remaining changes:
559 - amavisd-new-postfix configuration for anti-spam/virus
560 - Add information in README.Debian about Ubuntu specific changes
561 - Ubuntu configuration changes in 21-ubuntu_defaults
562 - Reduce email responses for virus/blocked mail so as not to be a
563 backscatter source by default
564 - Enable DKIM checking by default
565 - Include policy-bank of known good domains for DKIM whitelisting
566 in 40-policy_banks
567 * Drop use of hardening-wrapper, since we're no longer compiling anything.
568
569 -- Steve Langasek <steve.langasek@ubuntu.com> Tue, 01 May 2012 05:40:33 +0000
570
211amavisd-new (1:2.7.1-1) unstable; urgency=low571amavisd-new (1:2.7.1-1) unstable; urgency=low
212572
213 * [a1fea9f] Imported Upstream version 2.7.1573 * [a1fea9f] Imported Upstream version 2.7.1
@@ -251,6 +611,39 @@ amavisd-new (1:2.7.0-1) unstable; urgency=low
251611
252 -- Alexander Wirt <formorer@debian.org> Sun, 18 Dec 2011 20:08:41 +0100612 -- Alexander Wirt <formorer@debian.org> Sun, 18 Dec 2011 20:08:41 +0100
253613
614amavisd-new (1:2.6.5-0ubuntu3) oneiric; urgency=low
615
616 * debian/patches/00patch-opts: "-U" option to patch is obsolete, replaced
617 with --reject-format=unified.
618
619 -- Steve Langasek <steve.langasek@ubuntu.com> Tue, 16 Aug 2011 23:24:31 -0700
620
621amavisd-new (1:2.6.5-0ubuntu2) natty; urgency=low
622
623 * Fix amavisd-new-postfix to be arch all since it has no arch specific
624 content
625
626 -- Scott Kitterman <scott@kitterman.com> Thu, 07 Apr 2011 18:46:45 -0400
627
628amavisd-new (1:2.6.5-0ubuntu1) natty; urgency=low
629
630 * New upstream bugfix release
631 - Update 65_fixtldcheck.dpatch to match upstream changes
632 - Remove 90_do_not_send_dsn_if_D_REJECT.dpatch, was cherrypicked, included
633 upstream
634 * Merge from Debian unstable. Remaining Ubuntu changes:
635 - amavisd-new-postfix configuration for anti-spam/virus
636 - Add and enable hardened build for PIE
637 - Add information in README.Debian about Ubuntu specific changes
638 - Ubuntu configuration changes in 21-ubuntu_defaults
639 - Reduce email responses for virus/blocked mail so as not to be a
640 backscatter source by default
641 - Enable DKIM checking by default
642 - Include policy-bank of known good domains for DKIM whitelisting
643 in 40-policy_banks
644
645 -- Scott Kitterman <scott@kitterman.com> Thu, 07 Apr 2011 16:23:22 -0400
646
254amavisd-new (1:2.6.4-4) unstable; urgency=low647amavisd-new (1:2.6.4-4) unstable; urgency=low
255648
256 [ Alexander Wirt ]649 [ Alexander Wirt ]
@@ -291,6 +684,59 @@ amavisd-new (1:2.6.4-2) unstable; urgency=low
291684
292 -- Alexander Wirt <formorer@debian.org> Tue, 26 Jan 2010 11:31:00 +0100685 -- Alexander Wirt <formorer@debian.org> Tue, 26 Jan 2010 11:31:00 +0100
293686
687amavisd-new (1:2.6.4-1ubuntu6) maverick; urgency=low
688
689 * Initial amavisd-new-postfix configuration:
690 - AntiSpam: Amavis, Spamassassin, SPF
691 - AntiVirus: Amavis, ClamAV
692
693 -- Ante Karamatic <ivoks@ubuntu.com> Mon, 02 Aug 2010 21:24:32 +0200
694
695amavisd-new (1:2.6.4-1ubuntu5) lucid; urgency=low
696
697 * debian/amavisd-new.cron.daily: Fail gracefully if package has been removed
698 (LP: #428814)
699
700 -- Thierry Carrez <thierry.carrez@ubuntu.com> Mon, 29 Mar 2010 12:05:32 +0200
701
702amavisd-new (1:2.6.4-1ubuntu4) lucid; urgency=low
703
704 * rebuild rest of main for armel armv7/thumb2 optimization;
705 UbuntuSpec:mobile-lucid-arm-gcc-v7-thumb2
706
707 -- Alexander Sack <asac@ubuntu.com> Fri, 05 Mar 2010 03:09:16 +0100
708
709amavisd-new (1:2.6.4-1ubuntu3) karmic; urgency=low
710
711 * debian/{control,rules}: add and enable hardened build for PIE
712 (Debian bug 542722).
713
714 -- Kees Cook <kees@ubuntu.com> Thu, 20 Aug 2009 17:23:07 -0700
715
716amavisd-new (1:2.6.4-1ubuntu2) karmic; urgency=low
717
718 * Add libcompress-raw-zlib-perl (> 2.020) to Recommends so zip files can be
719 extracted
720
721 -- Scott Kitterman <scott@kitterman.com> Thu, 09 Jul 2009 09:39:44 -0400
722
723amavisd-new (1:2.6.4-1ubuntu1) karmic; urgency=low
724
725 * Merge from debian unstable, remaining changes:
726 - Add information in README.Debian about Ubuntu specific changes
727 - Ubuntu configuration changes in 21-ubuntu_defaults
728 - Reduce email responses for virus/blocked mail so as not to be a
729 backscatter source by default
730 - Enable DKIM checking by default
731 - Include policy-bank of known good domains for DKIM whitelisting
732 in 40-policy_banks
733 - Bump required version of libconvert-uulib-perl to (>= 1.0.8)
734 - Version depends on libmail-dkim-perl to (>= 0.31) and do not also
735 suggest it
736 - Retain depends on libcompress-zlib-perl for backports
737
738 -- Scott Kitterman <scott@kitterman.com> Thu, 09 Jul 2009 01:29:14 -0400
739
294amavisd-new (1:2.6.4-1) unstable; urgency=low740amavisd-new (1:2.6.4-1) unstable; urgency=low
295741
296 * New upstream release742 * New upstream release
@@ -308,6 +754,22 @@ amavisd-new (1:2.6.4-1) unstable; urgency=low
308754
309 -- Alexander Wirt <formorer@debian.org> Fri, 03 Jul 2009 15:50:52 +0200755 -- Alexander Wirt <formorer@debian.org> Fri, 03 Jul 2009 15:50:52 +0200
310756
757amavisd-new (1:2.6.3-3ubuntu1) karmic; urgency=low
758
759 * Merge from debian unstable, remaining changes: LP: #379979
760 - Add information in README.Debian about Ubuntu specific changes
761 - Ubuntu configuration changes in 21-ubuntu_defaults
762 - Reduce email responses for virus/blocked mail so as not to be a
763 backscatter source by default
764 - Enable DKIM checking by default
765 - libmail-dkim-perl (>= 0.31) recommends instead of suggests
766 - Include policy-bank of known good domains for DKIM whitelisting
767 in 40-policy_banks
768 - Add missing ; to default hostname option in debian/etc/conf.d/05-node_id
769 - Bump required version of libconvert-uulib-perl to (>= 1.0.8)
770
771 -- Bhavani Shankar <right2bhavi@gmail.com> Mon, 25 May 2009 19:01:04 +0530
772
311amavisd-new (1:2.6.3-3) unstable; urgency=low773amavisd-new (1:2.6.3-3) unstable; urgency=low
312774
313 * Fix socketpath for clamav in 15-avscanners775 * Fix socketpath for clamav in 15-avscanners
@@ -323,6 +785,22 @@ amavisd-new (1:2.6.3-2) unstable; urgency=low
323785
324 -- Alexander Wirt <formorer@debian.org> Sat, 23 May 2009 11:34:09 +0200786 -- Alexander Wirt <formorer@debian.org> Sat, 23 May 2009 11:34:09 +0200
325787
788amavisd-new (1:2.6.3-1ubuntu1) karmic; urgency=low
789
790 * Merge from debian unstable, remaining changes:
791 - Add information in README.Debian about Ubuntu specific changes
792 - Ubuntu configuration changes in 21-ubuntu_defaults
793 - Reduce email responses for virus/blocked mail so as not to be a
794 backscatter source by default
795 - Enable DKIM checking by default
796 - libmail-dkim-perl (>= 0.31) recommends instead of suggests
797 - Include policy-bank of known good domains for DKIM whitelisting
798 in 40-policy_banks
799 - Add missing ; to default hostname option in debian/etc/conf.d/05-node_id
800 - Bump required version of libconvert-uulib-perl to (>= 1.0.8)
801
802 -- Scott Kitterman <scott@kitterman.com> Fri, 01 May 2009 01:17:03 -0400
803
326amavisd-new (1:2.6.3-1) unstable; urgency=low804amavisd-new (1:2.6.3-1) unstable; urgency=low
327805
328 * New upstream version (Closes: #525375)806 * New upstream version (Closes: #525375)
@@ -335,6 +813,31 @@ amavisd-new (1:2.6.3-1) unstable; urgency=low
335813
336 -- Alexander Wirt <formorer@debian.org> Fri, 24 Apr 2009 09:40:23 +0200814 -- Alexander Wirt <formorer@debian.org> Fri, 24 Apr 2009 09:40:23 +0200
337815
816amavisd-new (1:2.6.2-2ubuntu2) jaunty; urgency=low
817
818 * fix default config to not send bounce mail to sender for
819 banned filenames in mail (LP: #360689)
820 - debian/etc/conf.d/21-ubuntu_defaults
821
822 -- Imre Gergely <gimre@narancs.net> Mon, 13 Apr 2009 23:02:24 +0300
823
824amavisd-new (1:2.6.2-2ubuntu1) jaunty; urgency=low
825
826 * Merge from debian unstable, remaining changes:
827 - Add information in README.Debian about Ubuntu specific changes
828 - Ubuntu configuration changes in 21-ubuntu_defaults
829 - Reduce email responses for virus/blocked mail so as not to be a
830 backscatter source by default
831 - Enable DKIM checking by default
832 - libmail-dkim-perl (>= 0.31) recommends instead of suggests
833 - Include policy-bank of known good domains for DKIM whitelisting
834 in 40-policy_banks
835 - Add missing ; to default hostname option in debian/etc/conf.d/05-node_id
836 - Add ${misc:Depends} for amavisd-new and amavisd-new-milter
837 - Bump required version of libconvert-uulib-perl to (>= 1.0.8)
838
839 -- Scott Kitterman <scott@kitterman.com> Tue, 10 Mar 2009 10:30:03 -0400
840
338amavisd-new (1:2.6.2-2) unstable; urgency=medium841amavisd-new (1:2.6.2-2) unstable; urgency=medium
339842
340 * Update antivirusscanner definitions. This is security relevant since843 * Update antivirusscanner definitions. This is security relevant since
@@ -366,6 +869,43 @@ amavisd-new (1:2.6.2-1) unstable; urgency=low
366869
367 -- Alexander Wirt <formorer@debian.org> Mon, 02 Mar 2009 22:20:39 +0100870 -- Alexander Wirt <formorer@debian.org> Mon, 02 Mar 2009 22:20:39 +0100
368871
872amavisd-new (1:2.6.2-0ubuntu1) jaunty; urgency=low
873
874 * New upstream release
875 - Tarball no longer needs to be repackaged because non-free IETF RFC has
876 been removed by upstream
877 * Add ${misc:Depends} for amavisd-new and amavisd-new-milter
878
879 -- Scott Kitterman <scott@kitterman.com> Mon, 15 Dec 2008 10:21:14 -0500
880
881amavisd-new (1:2.6.2~rc2.dfsg-0ubuntu1) jaunty; urgency=low
882
883 * New upstream RC release
884 - Bump required version of libconvert-uulib-perl to (>= 1.0.8~)
885 * Drop $warnbannedsender and $warnbadhsender from Ubuntu specific config
886 - They are unset by default and should be left that way to keep the
887 default configuration from being a backscatter source
888
889 -- Scott Kitterman <scott@kitterman.com> Sat, 06 Dec 2008 00:55:44 -0500
890
891amavisd-new (1:2.6.1.dfsg-2ubuntu1) intrepid; urgency=low
892
893 * Merge from debian unstable, remaining changes:
894 - Add information in README.Debian about Ubuntu specific changes
895 - libmail-dkim-perl (>= 0.31) recommends instead of suggests and
896 enable DKIM checking by default
897 - Include policy-bank of known good domains for DKIM whitelisting
898 in 40-policy_banks
899 - Add unrar-free to 01-debian config so it will be used if intstalled and
900 also add it as an alternate suggests to unrar
901 - Updated logcheck/ignore.d.server/amavisd-new
902 * Consolidate Ubuntu configuration changes in 21-ubuntu_defaults
903 - Reduce email responses for virus/blocked mail so as not to be a
904 backscatter source by default
905 * Add missing ; to default hostname option in debian/etc/conf.d/05-node_id
906
907 -- Scott Kitterman <scott@kitterman.com> Fri, 10 Oct 2008 23:58:30 -0400
908
369amavisd-new (1:2.6.1.dfsg-2) unstable; urgency=low909amavisd-new (1:2.6.1.dfsg-2) unstable; urgency=low
370910
371 [ Christian Perrier ]911 [ Christian Perrier ]
@@ -376,6 +916,29 @@ amavisd-new (1:2.6.1.dfsg-2) unstable; urgency=low
376916
377 -- Alexander Wirt <formorer@debian.org> Sat, 27 Sep 2008 09:27:55 +0200917 -- Alexander Wirt <formorer@debian.org> Sat, 27 Sep 2008 09:27:55 +0200
378918
919amavisd-new (1:2.6.1.dfsg-1ubuntu2) intrepid; urgency=low
920
921 * Fix all the comments in debian/etc/conf.d/40-policy_banks so they
922 are actually comments (LP: #255251)
923 * Add information in README.Debian about Ubuntu specific changes
924
925 -- Scott Kitterman <scott@kitterman.com> Wed, 06 Aug 2008 22:39:06 -0400
926
927amavisd-new (1:2.6.1.dfsg-1ubuntu1) intrepid; urgency=low
928
929 * Merge from debian unstable, remaining changes:
930 - libmail-dkim-perl (>= 0.31) recommends instead of suggests and
931 enable DKIM checking by default
932 - Include policy-bank of known good domains for DKIM whitelisting
933 in 40-policy_banks instead of 20-debian_defaults (previous Ubuntu
934 location) to minimize user prompts during upgrades
935 - Add unrar-free to 01-debian config so it will be used if intstalled and
936 also add it as an alternate suggests to unrar
937 - Updated logcheck/ignore.d.server/amavisd-new
938 * Other Ubuntu changes incorporated by Debian
939
940 -- Scott Kitterman <scott@kitterman.com> Fri, 01 Aug 2008 22:34:17 -0400
941
379amavisd-new (1:2.6.1.dfsg-1) unstable; urgency=low942amavisd-new (1:2.6.1.dfsg-1) unstable; urgency=low
380943
381 * New upstream release944 * New upstream release
@@ -386,6 +949,32 @@ amavisd-new (1:2.6.1.dfsg-1) unstable; urgency=low
386949
387 -- Alexander Wirt <formorer@debian.org> Thu, 24 Jul 2008 20:56:32 +0200950 -- Alexander Wirt <formorer@debian.org> Thu, 24 Jul 2008 20:56:32 +0200
388951
952amavisd-new (1:2.6.0.dfsg-2ubuntu1) intrepid; urgency=low
953
954 * Merge from Debian unstable. Remaining Ubuntu changes:
955 - Updated logcheck/ignore.d.server/amavisd-new (LP: #188754)
956 - Add libmail-dkim-perl (>= 0.31) to recommends for new DKIM based
957 whitelisting
958 - Added 81_fqdn-warning.dpatch so that correct config file path for
959 Debian/Ubuntu is displayed if it needs to be set manually
960 - Renumbered from 71 to put it after the new Debian patch
961 - Added patch description
962 - Add commented out $myhostname definition to debian/etc/conf.d05-node_id
963 so that it will be easier for people who don't know Perl syntax to set
964 - Updated debian/patches/40_fix_paths.dpatch to use the new path
965 (/var/lib) for amavis-release
966 - Modify Maintainer value to match the DebianMaintainerField
967 specification.
968 * Drop previous Ubuntu changes in debian/control and debian/rules to remove
969 amavisd-new-milter package for transition to Main
970 - No longer needed now that libmilter is in Main
971 * Added unrar-free to 01-debian config so it will be used if intstalled
972 (Closes: #442010)
973 * Enable DKIM verification by default along with policy-bank whitelist
974 of good domains recommended in upstream documentation
975
976 -- Scott Kitterman <scott@kitterman.com> Thu, 03 Jul 2008 01:56:39 -0400
977
389amavisd-new (1:2.6.0.dfsg-2) unstable; urgency=low978amavisd-new (1:2.6.0.dfsg-2) unstable; urgency=low
390979
391 * Remove rfc4871 from upstream tarball (Closes: #484881)980 * Remove rfc4871 from upstream tarball (Closes: #484881)
@@ -394,6 +983,27 @@ amavisd-new (1:2.6.0.dfsg-2) unstable; urgency=low
394983
395 -- Alexander Wirt <formorer@debian.org> Wed, 02 Jul 2008 22:30:43 +0200984 -- Alexander Wirt <formorer@debian.org> Wed, 02 Jul 2008 22:30:43 +0200
396985
986amavisd-new (1:2.6.0-1ubuntu1) intrepid; urgency=low
987
988 * Merge from Debian unstable. Remaining Ubuntu changes:
989 - Updated logcheck/ignore.d.server/amavisd-new (LP: #188754)
990 - Add libmail-dkim-perl (>= 0.31) to recommends for new DKIM based
991 whitelisting
992 - Added 81_fqdn-warning.dpatch so that correct config file path for
993 Debian/Ubuntu is displayed if it needs to be set manually
994 - Renumbered from 71 to put it after the new Debian patch
995 - Added patch description
996 - Add commented out $myhostname definition to debian/etc/conf.d05-node_id
997 so that it will be easier for people who don't know Perl syntax to set
998 - Updated debian/patches/40_fix_paths.dpatch to use the new path
999 (/var/lib) for amavis-release
1000 - Remove amavisd-new-milter package for transition to Main
1001 - Remove libmilter-dev from build-dep
1002 - Comment out debian/rules related to amavisd-new-milter
1003 - Change maintainer to Ubuntu Core Developers
1004
1005 -- Scott Kitterman <scott@kitterman.com> Wed, 11 Jun 2008 21:07:08 -0400
1006
397amavisd-new (1:2.6.0-1) unstable; urgency=low1007amavisd-new (1:2.6.0-1) unstable; urgency=low
3981008
399 * New upstream version1009 * New upstream version
@@ -407,6 +1017,34 @@ amavisd-new (1:2.6.0-1) unstable; urgency=low
4071017
408 -- Alexander Wirt <formorer@debian.org> Tue, 20 May 2008 18:57:16 +02001018 -- Alexander Wirt <formorer@debian.org> Tue, 20 May 2008 18:57:16 +0200
4091019
1020amavisd-new (1:2.5.3-1ubuntu3) hardy; urgency=low
1021
1022 * Update debian/patches/40_fix_paths.dpatch to use the new path (/var/lib)
1023 for amavis-release (LP: #199124)
1024
1025 -- Scott Kitterman <scott@kitterman.com> Tue, 11 Mar 2008 00:13:51 -0400
1026
1027amavisd-new (1:2.5.3-1ubuntu2) hardy; urgency=low
1028
1029 * Remove amavisd-new-milter package for transition to Main
1030 * Remove libmilter-dev from build-dep
1031 * Comment out debian/rules related to amavisd-new-milter
1032 * Change maintainer to Ubuntu Core Developers
1033
1034 -- Scott Kitterman <scott@kitterman.com> Fri, 08 Feb 2008 07:41:52 -0500
1035
1036amavisd-new (1:2.5.3-1ubuntu1) hardy; urgency=low
1037
1038
1039 * Merge from debian unstable, remaining changes:
1040 - Added 71_fqdn-warning.dpatch so that correct config file path for
1041 Debian/Ubuntu is displayed if it needs to be set manually.
1042 - Add commented out $myhostname definition to debian/etc/conf.d05-node_id
1043 so that it will be easier for people who don't know Perl syntax to set
1044 - Change maintainer to MOTU
1045
1046 -- Scott Kitterman <scott@kitterman.com> Tue, 15 Jan 2008 14:14:32 -0500
1047
410amavisd-new (1:2.5.3-1) unstable; urgency=low1048amavisd-new (1:2.5.3-1) unstable; urgency=low
4111049
412 * Enable quarantine hashing (Closes: #447240)1050 * Enable quarantine hashing (Closes: #447240)
@@ -416,6 +1054,16 @@ amavisd-new (1:2.5.3-1) unstable; urgency=low
4161054
417 -- Alexander Wirt <formorer@debian.org> Thu, 20 Dec 2007 13:54:21 +01001055 -- Alexander Wirt <formorer@debian.org> Thu, 20 Dec 2007 13:54:21 +0100
4181056
1057amavisd-new (1:2.5.2-2ubuntu1) hardy; urgency=low
1058
1059 * Merge from Debian Unstable. Remaining Ubuntu changes:
1060 - Freshend and renumbered 71_fqdn-warning.dpatch
1061 - Add commented out $myhostname definition to debian/etc/conf.d05-node_id
1062 so that it will be easier for people who don't know Perl syntax to set
1063 - Change maintainer to MOTU
1064
1065 -- Scott Kitterman <scott@kitterman.com> Sun, 04 Nov 2007 01:18:46 -0400
1066
419amavisd-new (1:2.5.2-2) unstable; urgency=low1067amavisd-new (1:2.5.2-2) unstable; urgency=low
4201068
421 * Make milter tempdir group writeable (Closes: #442372)1069 * Make milter tempdir group writeable (Closes: #442372)
@@ -483,6 +1131,22 @@ amavisd-new (1:2.4.3-1) unstable; urgency=low
4831131
484 -- Henrique de Moraes Holschuh <hmh@debian.org> Sat, 4 Nov 2006 01:40:27 -03001132 -- Henrique de Moraes Holschuh <hmh@debian.org> Sat, 4 Nov 2006 01:40:27 -0300
4851133
1134amavisd-new (1:2.4.2-6.2ubuntu1) gutsy; urgency=low
1135
1136 * Add dpatch to debian/rules, add build-dep on dpatch, add debian/patches,
1137 and add debian/patches/00list
1138 * Add 01fqdn-warning.dpatch so that correct config file path for Debian/
1139 Ubuntu is displayed if it needs to be set manually.
1140 * Change default MTA to Postfix in debian/control
1141 * Add commented out $myhostname definition to debian/etc/conf.d05-node_id
1142 so that it will be easier for people who don't know Perl syntax to set
1143 * Change maintainer to MOTU
1144 * Add debian/compat and bump to 5, adjust debhelper version in build-dep
1145 * Add [ ! -f Makefile ] || to clean in debian/rules to avoid trapping all
1146 errors.
1147
1148 -- Scott Kitterman <scott@kitterman.com> Thu, 04 Oct 2007 14:57:45 -0400
1149
486amavisd-new (1:2.4.2-1.1) unstable; urgency=medium1150amavisd-new (1:2.4.2-1.1) unstable; urgency=medium
4871151
488 * Non-maintainer upload.1152 * Non-maintainer upload.
@@ -1757,3 +2421,4 @@ amavis (0.3.12pre5.20020310-1) unstable; urgency=low
1757 * Initial Release.2421 * Initial Release.
17582422
1759 -- Brian May <bam@snoopy.apana.org.au> Fri, 8 Mar 2002 15:31:24 +11002423 -- Brian May <bam@snoopy.apana.org.au> Fri, 8 Mar 2002 15:31:24 +1100
2424
diff --git a/debian/control b/debian/control
index 98c276d..8f24a1c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,13 @@
1Source: amavisd-new1Source: amavisd-new
2Section: mail2Section: mail
3Priority: optional3Priority: optional
4Maintainer: Brian May <bam@debian.org>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Brian May <bam@debian.org>
5Uploaders: Henrique de Moraes Holschuh <hmh@debian.org>,6Uploaders: Henrique de Moraes Holschuh <hmh@debian.org>,
6 Alexander Wirt <formorer@debian.org>7 Alexander Wirt <formorer@debian.org>
7Build-Depends:8Build-Depends:
8 debhelper-compat (= 13),9 debhelper-compat (= 13),
10 dh-apport,
9 dh-dist-zilla,11 dh-dist-zilla,
10 dh-exec,12 dh-exec,
11 libberkeleydb-perl,13 libberkeleydb-perl,
@@ -60,7 +62,6 @@ Suggests: apt-listchanges,
60 clamav,62 clamav,
61 clamav-daemon,63 clamav-daemon,
62 cpio,64 cpio,
63 dspam,
64 lhasa,65 lhasa,
65 libauthen-sasl-perl,66 libauthen-sasl-perl,
66 libdbi-perl,67 libdbi-perl,
@@ -75,8 +76,9 @@ Suggests: apt-listchanges,
75 p7zip,76 p7zip,
76 rpm,77 rpm,
77 spamassassin,78 spamassassin,
78 unrar79 unrar,
79Recommends: altermime, libnet-patricia-perl, ripole80 altermime,
81Recommends: libnet-patricia-perl
80Description: Interface between MTA and virus scanner/content filters82Description: Interface between MTA and virus scanner/content filters
81 AMaViSd-new is a script that interfaces a mail transport agent (MTA) with83 AMaViSd-new is a script that interfaces a mail transport agent (MTA) with
82 zero or more virus scanners, and spamassassin (optional).84 zero or more virus scanners, and spamassassin (optional).
@@ -90,3 +92,22 @@ Description: Interface between MTA and virus scanner/content filters
90 filter mode than using the AMaViS pipe client. It supports sendmail milter92 filter mode than using the AMaViS pipe client. It supports sendmail milter
91 through the amavisd-new-milter package.93 through the amavisd-new-milter package.
9294
95Package: amavisd-new-postfix
96Architecture: all
97Depends: ${shlibs:Depends}, amavisd-new (= ${source:Version}), ${misc:Depends}, postfix, postfix-policyd-spf-python, spamassassin
98Recommends: clamav-daemon, clamav-freshclam, zoo, unzip, unarj, bzip2
99Description: part of Ubuntu mail stack provided by Ubuntu server team
100 AMaViSd-new is a script that interfaces a mail transport agent (MTA) with
101 zero or more virus scanners, and spamassassin (optional).
102 .
103 It supports all common virus scanners (more than 20 different AVs), with
104 direct talk-to-daemon support for ClamAV, OpenAntiVirus, Trophie, AVG,
105 f-prot, and Sophos AVs.
106 .
107 AMaViSd-new supports all MTAs through its generic SMTP/LMTP filter mode
108 (ideal for postfix and exim). It is faster and safer to use the SMTP/LMTP
109 filter mode than using the AMaViS pipe client. It supports sendmail milter
110 through this package.
111 .
112 This package contains configuration files for amavis and alters postfix
113 configuration to utilize amavisd-new.
diff --git a/debian/etc/conf.d/21-ubuntu_defaults b/debian/etc/conf.d/21-ubuntu_defaults
93new file mode 100644114new file mode 100644
index 0000000..83b755f
--- /dev/null
+++ b/debian/etc/conf.d/21-ubuntu_defaults
@@ -0,0 +1,19 @@
1use strict;
2
3#
4# These are Ubuntu specific defaults for amavisd-new configuration
5#
6# DOMAIN KEYS IDENTIFIED MAIL (DKIM)
7$enable_dkim_verification = 1;
8# Don't be verbose about sending mail:
9@whitelist_sender_acl = qw( .$mydomain );
10$final_virus_destiny = D_DISCARD; # (defaults to D_BOUNCE)
11$final_banned_destiny = D_DISCARD; # (defaults to D_BOUNCE)
12$final_spam_destiny = D_DISCARD; # (defaults to D_REJECT)
13$final_bad_header_destiny = D_PASS; # (defaults to D_PASS), D_BOUNCE suggested
14
15$virus_admin = undef;
16$spam_admin = undef;
17
18#------------ Do not modify anything below this line -------------
191; # ensure a defined return
diff --git a/debian/etc/conf.d/40-policy_banks b/debian/etc/conf.d/40-policy_banks
0new file mode 10064420new file mode 100644
index 0000000..dad8caf
--- /dev/null
+++ b/debian/etc/conf.d/40-policy_banks
@@ -0,0 +1,33 @@
1# DKIM signing domain whitelist. The domain to use is the domain after
2# d= in the DKIM header.
3
4@author_to_policy_bank_maps = ( {
5 # 'friends.example.net' => 'WHITELIST,NOBANNEDCHECK',
6 # 'user1@cust.example.net' => 'WHITELIST,NOBANNEDCHECK',
7 '.ebay.com' => 'WHITELIST',
8 '.ebay.co.uk' => 'WHITELIST',
9 'ebay.at' => 'WHITELIST',
10 'ebay.ca' => 'WHITELIST',
11 'ebay.de' => 'WHITELIST',
12 'ebay.fr' => 'WHITELIST',
13 '.paypal.co.uk' => 'WHITELIST',
14 '.paypal.com' => 'WHITELIST', # author signatures
15 './@paypal.com' => 'WHITELIST', # 3rd-party sign. by paypal.com
16 'alert.bankofamerica.com' => 'WHITELIST',
17 'amazon.com' => 'WHITELIST',
18 'cisco.com' => 'WHITELIST',
19 '.cnn.com' => 'WHITELIST',
20 'skype.net' => 'WHITELIST',
21 'welcome.skype.com' => 'WHITELIST',
22 'cc.yahoo-inc.com' => 'WHITELIST',
23 'cc.yahoo-inc.com/@yahoo-inc.com' => 'WHITELIST',
24 # 'google.com' => 'MILD_WHITELIST',
25 # 'googlemail.com' => 'MILD_WHITELIST',
26 # './@googlegroups.com' => 'MILD_WHITELIST',
27 # './@yahoogroups.com' => 'MILD_WHITELIST',
28 # './@yahoogroups.co.uk' => 'MILD_WHITELIST',
29 # './@yahoogroupes.fr' => 'MILD_WHITELIST',
30 # 'yousendit.com' => 'MILD_WHITELIST',
31 # 'meetup.com' => 'MILD_WHITELIST',
32 # 'dailyhoroscope@astrology.com' => 'MILD_WHITELIST',
33 } );
diff --git a/debian/rules b/debian/rules
index d800045..56ccc3c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,11 +4,16 @@
4#export DH_OPTIONS=-v4#export DH_OPTIONS=-v
55
6%:6%:
7 dh $@ --with dist-zilla7 dh $@ --with dist-zilla,apport
88
9execute_after_dh_installinit:9execute_after_dh_installinit:
10 dh_installsysusers10 dh_installsysusers
1111
12# Due to the presence of amavisd-new-postfix - which is empty except postinst
13# magic - this is needed to behave as expected by other parts of the build
14override_dh_auto_install:
15 dh_auto_install -D .build/debian-build --destdir=debian/amavisd-new
16
12execute_after_dh_auto_install:17execute_after_dh_auto_install:
13 mv debian/amavisd-new/usr/bin debian/amavisd-new/usr/sbin18 mv debian/amavisd-new/usr/bin debian/amavisd-new/usr/sbin
1419

Subscribers

People subscribed via source and target branches