Page 1 of 1
Mailwatch centralized
Posted: 17 Dec 2020 14:05
by nicola.piazzi
Hi,
I found that Mailwatch have Centralized View of Multiple Installations feature
(XML-RPC support that allows multiple MailScanner/MailWatch installations to act as one)
Is this active on Efa latest installation ?
Re: Mailwatch centralized
Posted: 17 Dec 2020 22:52
by shawniverson
Yeah it is a Mailwatch feature and it works nicely. It just requires some firewall exceptions and configuring /var/www/html/mailscanner/conf.php for the peers.
Re: Mailwatch centralized
Posted: 18 Dec 2020 23:07
by raymonvdm
I didn`t succeed in figuring out how to get this going. I tried setting the following settings
Server A
Code: Select all
vim /var/www/html/mailscanner/conf.php
define('RPC_REMOTE_SERVER', 'mailfilter01.domain.com');
Server B
Code: Select all
vim /var/www/html/mailscanner/conf.php
define('RPC_ALLOWED_CLIENTS', '<ipv4 ip of otherside> ipv6 ip of otherside>');
Re: Mailwatch centralized
Posted: 03 Jan 2021 11:17
by nicola.piazzi
I tried to install 3 machines but i also not able to see cenralized
Re: Mailwatch centralized
Posted: 03 Jan 2021 19:39
by shawniverson
You will have to add the local machine as well as the remote machine to this setting, actually. It is counter-intuitive.