Author Topic: Another SPAM question - Roundcube plugin/filter?  (Read 3334 times)

Offline omega1

  • Newbie
  • *
  • Posts: 4
Another SPAM question - Roundcube plugin/filter?
« on: June 23, 2017, 02:47:52 AM »
Hi all, new to this forum.

I've been searching around and have not really got that far with finding what I'm looking for, or certainly no definitive guide on how to do it, if at all possible.

I moved some of my mail accounts from my shared hosting provider because of the amount of spam received, thinking I could do a better job. I already have a VPS with Virtualmin on it which is working correctly, I have Roundcube as the webmail client and Spamassasin is enabled.

While I understand that Roundcube is the client, is there any plugins that exist for me to be able to :

- Filter SPAM to the junk folder?
- Mark mail as SPAM which interacts with the backend (Spamassasin)?
- Any other way to at least have anythign detected as spam moved to the junk folder?

Are there any decent guides on what to do to help with SPAM?

Many thanks in advance.

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
Re: Another SPAM question - Roundcube plugin/filter?
« Reply #1 on: June 23, 2017, 03:33:23 AM »
https://plugins.roundcube.net/search/?q=spam and managesieve for filtering.

Offline omega1

  • Newbie
  • *
  • Posts: 4
Re: Another SPAM question - Roundcube plugin/filter?
« Reply #2 on: June 23, 2017, 11:47:31 AM »
Thanks Alec,

I persisted with this and have got marktojunk2 configured and working (well, the button is there and it says it is marking as spam, so all looks good there.)

I am trying to now configure managesieve to add filters. 'Filters' is now available under 'Settings', but I have this error "unable to connect to server" when I click on Settings/Filters from within Roundcube.

At the moment, all I have done is add managesieve to the $config [plugins] as follows :

Code: [Select]
$config['plugins'] = array('virtuser_file',
    'archive',
    'zipdownload',
    'markasjunk2',
    'managesieve',
);

and also changed this line in /managesieve/config.inc.php from
Code: [Select]
$config['managesieve_port'] = null;to
Code: [Select]
$config['managesieve_port'] = 4190;

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,855
Re: Another SPAM question - Roundcube plugin/filter?
« Reply #3 on: June 25, 2017, 04:11:20 AM »
To use the managesieve plugin in roundcube you need to have a managesieve server running.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦