Subject: The mailing list for listmasters using Sympa
List archive
- From: Matt Taggart <address@concealed>
- To: address@concealed
- Subject: Re: [sympa-users] Anonymization of log data
- Date: Tue, 18 Jun 2019 08:41:56 -0700
On 6/18/19 2:46 AM, Lorenz, Sabine (SCC) wrote:
> is it possible at Sympa to write the Sympa log data into a pipe so that,
> for example, the IP addresses can be anonymised directly by an
> anonymisation tool (e.g. anonip) before the data ends up in a log file?
Since sympa uses the normal syslog facilities, you can do it centrally
there. We use rsyslog with this in /etc/rsyslog.d/00-anonymize_logs.conf
$ModLoad mmanon
action(type="mmanon" ipv4.bits="32" ipv4.mode="zero" ipv6.bits="128"
ipv6.anonmo
de="zero")
More info at
https://www.rsyslog.com/doc/v8-stable/configuration/modules/mmanon.html
IIRC syslog-ng also has a way to do it.
--
Matt Taggart
address@concealed
-
[sympa-users] Anonymization of log data,
Lorenz, Sabine (SCC), 06/18/2019
- Re: [sympa-users] Anonymization of log data, Miles Fidelman, 06/18/2019
- Re: [sympa-users] Anonymization of log data, Matt Taggart, 06/18/2019
Archive powered by MHonArc 2.6.19+.