Hello,
We want to gain insight into what kind of attachment types are currently flowing through proxmox mail filter. Once we get this information we would like to setup our proxmox to remove all attachments except the ones we allow. If we look at how google, yahoo, Microsoft does this they pretty much block almost everything except a few file types. We would use similar logic as set for exchange owa attachment blocking.
If you do Get-OwaMailboxPolicy on exchange you will found out (this is most of the attachments that we would allow)
depending on what we find out on proxmox we would allow probably less then noted below and add some if needed.
WebReadyDocumentViewingSupportedFileTypes :
{.doc, .dot, .rtf, .xls, .ppt, .pps, .pdf, .docx, .xlsx, .pptx}
AllowedFileTypes:
{.rpmsg, .xlsx, .xlsm, .xlsb, .tiff, .pptx, .pptm, .ppsx, .ppsm, .docx, .docm, .zip, .xls, .wmv, .wma, .wav...}
AllowedMimeTypes :
{image/jpeg, image/png, image/gif, image/bmp}
We like that we only remove attachment and message still is accepted as it's easy to troubleshoot when some person is reporting a problem with their attachment. It's clear what was removed and why.
Can you give us some pointers/help how we can do this? Thank you!
We want to gain insight into what kind of attachment types are currently flowing through proxmox mail filter. Once we get this information we would like to setup our proxmox to remove all attachments except the ones we allow. If we look at how google, yahoo, Microsoft does this they pretty much block almost everything except a few file types. We would use similar logic as set for exchange owa attachment blocking.
If you do Get-OwaMailboxPolicy on exchange you will found out (this is most of the attachments that we would allow)
depending on what we find out on proxmox we would allow probably less then noted below and add some if needed.
WebReadyDocumentViewingSupportedFileTypes :
{.doc, .dot, .rtf, .xls, .ppt, .pps, .pdf, .docx, .xlsx, .pptx}
AllowedFileTypes:
{.rpmsg, .xlsx, .xlsm, .xlsb, .tiff, .pptx, .pptm, .ppsx, .ppsm, .docx, .docm, .zip, .xls, .wmv, .wma, .wav...}
AllowedMimeTypes :
{image/jpeg, image/png, image/gif, image/bmp}
We like that we only remove attachment and message still is accepted as it's easy to troubleshoot when some person is reporting a problem with their attachment. It's clear what was removed and why.
Can you give us some pointers/help how we can do this? Thank you!
Last edited: