rudi wrote:Hi,
is it possible to block attachments in emails on the scalix server? For example an attachment in jpg or gif format.
Thanks!!
You can filter out attachments on the incoming unix g/w as follows:
- Edit /var/opt/scalix/sys/mime.types and add the following: just under the line
Code: Select all
# Wildcards must go at the start of the list
Obviously, replace <tab> with a TAB character. - Edit /var/opt/scalix/sys/general.cfg and add the line
- Restart the unix g/w and router
Code: Select all
omoff -d0 unix router
omon unix router
This tells the unix g/w that anything which has a .wmf extension should be given Scalix filecode 2188 which happens to mean virus infected file. The general.cfg setting tells the Service Router that any attachment with filecode 2188 is to be removed.
If you want to add more extensions, you can have up to 5 comma separated on the same line after which you need to create a new line with the same data but different extensions.