Bug 1265922
Summary: | amavisd and clamav dependencies | ||
---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | Marco Favero <sistemisti-posta> |
Component: | amavisd-new | Assignee: | Juan Orti <jorti> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | epel7 | CC: | janfrode, jorti, perl-devel, ppisar, steve, vanmeeuwen+fedora |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | amavisd-new-2.10.1-5.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-12-12 19:23:30 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1275630 | ||
Bug Blocks: |
Description
Marco Favero
2015-09-24 07:31:20 UTC
Couldn't you just simply mask the clamd service? It is used in the default config. # systemctl mask clamd And why you want to drop altermime? it is used by amavisd-new. (In reply to Juan Orti from comment #1) > Couldn't you just simply mask the clamd service? It is used in the default > config. > > # systemctl mask clamd > > And why you want to drop altermime? it is used by amavisd-new. Ok, I can use this method and keep altermime. Thank you. I would like to avoid to install clamav server because it is not mandatory on the same host of Amavis. If I don't install a not required clamav server I prevent confusion on administration. I need the clamav-server dependency because amavisd-new install files in /etc/clamd.d/ Ok, anyway clamd is not a dependency on the same host for Amavis. Clamd can be configured in STREAM protocol: ['ClamAV-clamd-stream', \&ask_daemon, ["*", 'clamd:clam.example.org:3310'], qr/\bOK$/m, qr/\bFOUND$/m, qr/^.*?: (?!Infected Archive)(.*) FOUND$/m ], Regards If the only reason for the dependency is the directory ownership, you can co-own the directory instead of having the dependency. Ok, I see there is a clamav-filesystem package but it doesn't own the directory. I have opened a bug to move the ownership of the directory to that package and then I'll depend on it to avoid installing the full server. amavisd-new-2.10.1-5.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-501bd58eaf amavisd-new-2.10.1-5.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'yum --enablerepo=epel-testing update amavisd-new' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-501bd58eaf amavisd-new-2.10.1-5.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report. |