mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[GH-ISSUE #1013] Reject mail with zip files #860
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#860
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fpiccinali on GitHub (Jan 28, 2017).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1013
What do you think about restrincting mail with malicious embeded files.
Most of ransomware are spread via zip files.
It could be useful to have this default configuration :
no_header_body_checksin /etc/postfix/master.cf in line:In modoboa config page, we could have a checkbox to activate or not this feature ?
Otherwise one can be satisfied with a tutorial in the doc.
@ghost commented on GitHub (Jan 28, 2017):
IMHO, rejecting only by file extension it's not the smart way to deal with this kind of threat. As it can be easily bypassed. So this will only give a false sense of security.
This is also redundant, as it's already checked in a better way by Amavis/SA and/or ClamAV.
@fpiccinali commented on GitHub (Jan 31, 2017):
@csmk :
Rejecting by file extensions is less cpu intensive than antivirus.
I agree that amavis or clamav are better, but with the default configuration of modoboa some ransomware pass through the wall.
Do you have any tips for improving default conf ? Or a better filter than mime_header ?
@tonioo commented on GitHub (Jan 31, 2017):
@fpiccinali I've recently tried an amavis configuration which seems to provide good results:
I think I'll include it to the default configuration deployed by the installer.
@tonioo commented on GitHub (Feb 8, 2017):
@fpiccinali Have you tried this config?
@tonioo commented on GitHub (Mar 17, 2017):
@fpiccinali Can I close this issue?