Package: amavisd-new Version: 1:2.11.0-2 Hi, while checking Ubuntu bug [1] I realized that the patch ' debian/patches/95_amavisd_helpers_fixes' should be extended to also cover amavisd-release. This patch fixes the Debianized paths to be under /var/lib.
A change to do so would look like: --- a/amavisd-release +++ b/amavisd-release @@ -87,7 +87,7 @@ BEGIN { $log_level = 1; # $socketname = '127.0.0.1:9998'; # $socketname = '[::1]:9998'; - $socketname = '/var/amavis/amavisd.sock'; + $socketname = '/var/lib/amavis/amavisd.sock'; ### END OF USER CONFIGURABLE [1]: https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1778968 -- Christian Ehrhardt Software Engineer, Ubuntu Server Canonical Ltd