Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dundee/rcubevacation-virtualmin
Vacation/Autoreply RoundCube plugin for Virtualmin
https://github.com/dundee/rcubevacation-virtualmin
Last synced: about 1 month ago
JSON representation
Vacation/Autoreply RoundCube plugin for Virtualmin
- Host: GitHub
- URL: https://github.com/dundee/rcubevacation-virtualmin
- Owner: dundee
- Created: 2013-04-21T10:24:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-06T08:23:16.000Z (about 11 years ago)
- Last Synced: 2024-10-16T01:52:45.806Z (3 months ago)
- Language: PHP
- Size: 152 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog
Awesome Lists containing this project
README
Vacation/AutoReply RoundCube plugin for Virtualmin
==================================================[RoundCube Vacation](http://sourceforge.net/projects/rcubevacation/) plugin modified to work with Virtualmin and last RoundCube versions (Larry skin).
Installation
---------------- install Roundcube using Virtualmin script intaller (e.g. into /home/mail.domain.com/public_html)
- clone this repository into plugins directory (/home/mail.domain.com/public_html/plugins) and rename it to "vacation"
- install squirrelmail\_vacation\_proxy:
- cd vacation/extra/vacation_binary
- edit config.mk and set WEBUSER to unix user which will run RoundCube (www-data if mod_php is used, mail.domain if FastCGI is used)
- make
- make install (as root)
- edit config/main.inc.php in RoundCube dir and set: $rcmail\_config['plugins'] = array('vacation');
- you should see tab Vacation in Settings now.