Automatic - Move SPAM to Junkmail folder. - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: Small Talk (/forum-20.html) +--- Thread: Automatic - Move SPAM to Junkmail folder. (/thread-10447.html) Pages: 1 2 |
Automatic - Move SPAM to Junkmail folder. - sakal - 04-18-2010 08:52 PM Hello there I know it is possible , but i am looking somebody who can support community here with some small manual how to do this : grab mail tagged as SPAM and put it in the user’s Junkmail folder. Thanks for advice. RE: Automatic - Move SPAM to Junkmail folder. - gOOvER - 04-18-2010 10:16 PM But this have nothing to do with ispCP itself. So i Move this to Smalltalk. BTW: Why don't you create a Rule for this? RE: Automatic - Move SPAM to Junkmail folder. - sakal - 04-18-2010 11:01 PM @gOOvER Thanks for correction Anyway i dont now how to do this I got every mail what is detected as spam automaticly deleted. Btw: One more question , is there also some possibility to get every time report to root for every deleted mail with VIRUS? (04-18-2010 10:16 PM)gOOvER Wrote: But this have nothing to do with ispCP itself. So i Move this to Smalltalk. RE: Automatic - Move SPAM to Junkmail folder. - Nuxwin - 04-19-2010 04:09 AM I'll provides you a method tomorrow. RE: Automatic - Move SPAM to Junkmail folder. - sakal - 04-19-2010 04:25 AM love you .... (04-19-2010 04:09 AM)nuxwin Wrote: I'll provides you a method tomorrow. RE: Automatic - Move SPAM to Junkmail folder. - sakal - 04-21-2010 07:25 AM nuxwin any news ? RE: Automatic - Move SPAM to Junkmail folder. - Nuxwin - 04-21-2010 09:12 PM I'll.... Sorry for the delay. RE: Automatic - Move SPAM to Junkmail folder. - sakal - 05-04-2010 01:03 AM Get every time report to root for every deleted mail with VIRUS? You have to do this : su - root nano /etc/amavis/conf.d/20-debian_defaults #add line : $virus_admin = "VIRUS.REPORT.EMAIL\@YOUR.MAIL.COM"; # due to D_DISCARD default /etc/init.d/amavis restart EnJoY report about every deleted and detected virus in mail So after all any support/ides how to do : grab mail tagged as SPAM and put it in the user’s Junkmail folder? Thanks for any advice RE: Automatic - Move SPAM to Junkmail folder. - aseques - 05-04-2010 01:08 AM For the people using dovecot that's a minor change in the configuration, and it's part of the typical dovecot setup. http://www.isp-control.net/documentation/doku.php?id=howto:mail:replace_courier_with_dovecot#enabling_sieve_filtering_support_bonus_ii Really useful by the way, only thing is that you should add a crontab to delete the older spam cause people tend not to look on that folder. RE: Automatic - Move SPAM to Junkmail folder. - sakal - 05-04-2010 01:18 AM @aseques thanks for info about configuration in devecot. And now again my little bit specific question : Any support/ides how to do with courier: grab mail tagged as SPAM and put it in the user’s Junkmail folder? + delete email older than 30days in every user Junkmail folder? |