Difference between revisions of "Lawful Interception"

(Created page with "= Lawful_Interception (Telekommunikationsüberwachung) = This article describes the configuration to activate the needed client IP transmission for email usage. == Configurati...")
 
(Mail Store Access (IMAP))
Line 5: Line 5:
 
== Configuration ==
 
== Configuration ==
 
==Mail Store Access (IMAP)==
 
==Mail Store Access (IMAP)==
 +
For the IMAP access, it is possible to let the groupware server issue a noop command directly after login. This noop command gets the "real" client IP as argument. Activation is done via
 +
vim /opt/open-xchange/etc/groupware/imap.properties
 +
 +
option to change is:
 +
 +
# Whether client's IP address should be propagated by a NOOP command; e.g.
 +
"A01 NOOP <CLIENT_IP>"
 +
com.openexchange.imap.propagateClientIPAddress=false
 +
 +
in case the users are allowed to configure external email accounts, a list of imap servers can be specified which, when added as external accounts, will also receive a noop command with IP as argument direct after login:
 +
 +
# Configure a comma-separated list of external IMAP server's host names 
 +
# which should receive client's IP address by a NOOP command, too
 +
com.openexchange.imap.propagateHostNames=
  
 
==MTA access (SMTP)==
 
==MTA access (SMTP)==

Revision as of 19:23, 10 March 2011

Lawful_Interception (Telekommunikationsüberwachung)

This article describes the configuration to activate the needed client IP transmission for email usage.

Configuration

Mail Store Access (IMAP)

For the IMAP access, it is possible to let the groupware server issue a noop command directly after login. This noop command gets the "real" client IP as argument. Activation is done via

vim /opt/open-xchange/etc/groupware/imap.properties

option to change is:

# Whether client's IP address should be propagated by a NOOP command; e.g. 
"A01 NOOP <CLIENT_IP>"
com.openexchange.imap.propagateClientIPAddress=false

in case the users are allowed to configure external email accounts, a list of imap servers can be specified which, when added as external accounts, will also receive a noop command with IP as argument direct after login:

# Configure a comma-separated list of external IMAP server's host names  
# which should receive client's IP address by a NOOP command, too
com.openexchange.imap.propagateHostNames=

MTA access (SMTP)