The amavisd-new rpms
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Juan Orti Alcaine 4a3450262b Version 2.11.1
2018-10-12 10:48:44 +02:00
.gitignore Version 2.11.1 2018-10-12 10:48:44 +02:00
amavis-clamd.conf Move clamd socket to /var/run/clamd.amavisd/clamd.sock 2014-02-17 09:21:16 +01:00
amavisd-clean-quarantine.service PrivateDevices=true was causing problems with SELinux transitions 2017-07-22 09:54:29 +02:00
amavisd-clean-quarantine.timer Use systemd timer units instead of cronjobs and use PrivateDevices 2014-04-29 13:31:43 +02:00
amavisd-clean-tmp.service PrivateDevices=true was causing problems with SELinux transitions 2017-07-22 09:54:29 +02:00
amavisd-clean-tmp.timer Use systemd timer units instead of cronjobs and use PrivateDevices 2014-04-29 13:31:43 +02:00
amavisd-condrestart.patch auto-import amavisd-new-2.3.3-4 on branch devel from 2006-01-26 22:11:54 +00:00
amavisd-init.patch auto-import amavisd-new-2.3.3-4 on branch devel from 2006-01-26 22:11:54 +00:00
amavisd-new-2.8.0-init_network.patch init_network.patch: don't source /etc/sysconfig/network in initscript 2013-05-10 10:05:57 -07:00
amavisd-new-2.9.1-release_mail_from_sql_quarantine.patch Add patch to fix releasing mail from sql quarantine 2014-08-04 16:17:09 +02:00
amavisd-new-2.11.0-conf.patch Remove lrzip from config and use weak dependencies where possible 2017-12-12 12:03:26 +01:00
amavisd-new-2.11.0-detect_originating_email.patch Add patch to fix detection of originating emails (RHBZ#1364730) 2016-08-18 11:28:42 +02:00
amavisd-new-tmpfiles.conf Move clamd socket to /var/run/clamd.amavisd/clamd.sock 2014-02-17 09:21:16 +01:00
amavisd-new.spec Version 2.11.1 2018-10-12 10:48:44 +02:00
amavisd-snmp.service PrivateDevices=true was causing problems with SELinux transitions 2017-07-22 09:54:29 +02:00
amavisd.service Modify service unit to honor user and group in config file 2017-12-12 15:51:02 +01:00
README.fedora Update to version 2.8.1, add systemd service units and minor fixes. 2014-02-13 11:03:50 +01:00
README.quarantine Update to 2.4.3. Add quarantine directory and instructions for enabling it. 2006-10-10 22:47:43 +00:00
sources Version 2.11.1 2018-10-12 10:48:44 +02:00

To enable quarantine support simply change the following line in
/etc/amavisd/amavisd.conf:

  $QUARANTINEDIR = undef;      # -Q

to

  $QUARANTINEDIR = "$MYHOME/quarantine";      # -Q

then restart amavisd.

The following will make the change for you:

  sed -i.orig -e '/\$QUARANTINEDIR =/s,undef,"$MYHOME/quarantine",' \
      /etc/amavisd/amavisd.conf

PLEASE NOTE:  This is intentionally a manual step.  Before turning on
the quarantine feature of amavisd-new, be sure that there is a
sufficient amount of free space on /var/spool/amavisd/quarantine.
"Sufficient" depends entirely on your environment.

In the default configuration, files in the quarantine directory will
be automatically deleted by tmpwatch after 30 days.  See
/etc/cron.daily/amavisd to adjust this behavior for your environment.