Hello Karsten,
On 2013-04-16 14:23, Karsten Bandlow wrote:
is this feature implemented? And how can I verify the message and the cert are untouched?
a basic verification is implemented to check message integrity. If you set the following in config-site.php, then you should see some green ticks at each message: $config['ENABLE_ON_THE_FLY_VERIFICATION'] = 1; if a message is tampered then a red cross icon is displayed. Currently piler uses a certificate to provide starttls on port 25. Its integrity is not really checked by the daemon other than the openssl functions. Janos
