Skip to content
README.md 799 B
Newer Older
Cédric's avatar
Cédric committed
# ISPConfig plugin

## Application informations 
This application is an Add-ons for ISPConfig used for manage domain destination

## Requirements
- ISPConfig 3.0.5+
- Barracuda spam firewall
- Firewall permission

## Features 
- Add mail domain into BSF
- Set destination server
- Remove domain from BSF

## How To implement this module
- Create BSF api user
- Deploy this plugin into -> /usr/local/ispconfig/interface/lib/plugins
- Configure the plugin with you BSF api settings -> /usr/local/ispconfig/interface/lib/config.inc.local.php
 - $conf["bsf_username"] 	= 'username';
 - $conf["bsf_password"] 	= 'password';
 - $conf["bsf_link"] 		= 'hostname / ip of your barracuda';
 
## ToDo
- Move the XML library outside the plugin

# License
Copyright (c) 2016, Oricom Internet
All rights reserved.