Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: giovannim on October 18, 2017, 02:50:56 PM

Title: Problem with managesieve
Post by: giovannim on October 18, 2017, 02:50:56 PM
Hi,
i have a Roundcube setup with sieve function, i need to select server using user domain from a database that have backend mapping, for example, we have:

- Webmail server
-proxy (only imap|pop3|smtp)
- mail server 1
- mail server 2

the problem is selecting right sieve server, i found this plugin that can be ok, but author say that is deprecated: https://github.com/JohnDoh/Roundcube-Plugin-SieveRules-Managesieve

i need the function:
// %s - domain name after the '@' from e-mail address provided at login screen

how to have it with official managesieve plugin?
Title: Re: Problem with managesieve
Post by: giovannim on October 20, 2017, 03:03:56 PM
up