Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: omega1 on June 23, 2017, 02:47:52 AM

Title: Another SPAM question - Roundcube plugin/filter?
Post by: omega1 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.
Title: Re: Another SPAM question - Roundcube plugin/filter?
Post by: alec on June 23, 2017, 03:33:23 AM
https://plugins.roundcube.net/search/?q=spam and managesieve for filtering.
Title: Re: Another SPAM question - Roundcube plugin/filter?
Post by: omega1 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 :

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


and also changed this line in /managesieve/config.inc.php from
$config['managesieve_port'] = null;
to
$config['managesieve_port'] = 4190;
Title: Re: Another SPAM question - Roundcube plugin/filter?
Post by: JohnDoh on June 25, 2017, 04:11:20 AM
To use the managesieve plugin in roundcube you need to have a managesieve server running.