Author Topic: Problem with managesieve  (Read 4218 times)

Offline giovannim

  • Newbie
  • *
  • Posts: 2
Problem with managesieve
« 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?

Offline giovannim

  • Newbie
  • *
  • Posts: 2
Re: Problem with managesieve
« Reply #1 on: October 20, 2017, 03:03:56 PM »
up