btactic / bsmtp

bSmtp is a zimlet for Zimbra Collaboration Suite. It allows you to use a different SMTP server than the Zimbra one.
3 stars 0 forks source link

bsmtp

bSmtp is a zimlet for Zimbra Collaboration Suite.

This project aims for integration of sent mails using diferents SMTP server.

Installing bSmtp

The recommended method is to deploy using git.

# apt-get -y install git
# git clone https://github.com/btactic/bsmtp.git
# cd owncloud-zimlet
# chmod +rx build.sh
# ./build.sh
# chmod +rx generate_doc.sh
# ./generate_doc.sh

Once we compiled documentation. Follow the steps in the administrator manual to install the zimlet.

Configuring bSmtp

There is no global configuration for bSmtp, each user must configure it separately.

Settings for each user, follow the steps described in the user manual.

License

Copyright (C) <2016,2017,2018> BTACTIC, SCCL

Copyright (C) <2015> Aleix Ribes Grimaldos & Quan En Pan

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.