Changeset 2471d3a in github for config/main.inc.php.dist


Ignore:
Timestamp:
May 16, 2009 9:01:49 AM (4 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
a087085
Parents:
34ee9e7
Message:
  • Added possibility to encrypt received header, option 'http_received_header_encrypt', added some more logic in encrypt/decrypt functions for security
File:
1 edited

Legend:

Unmodified
Added
Removed
  • config/main.inc.php.dist

    r01a8c54 r2471d3a  
    229229// add a received header to outgoing mails containing the creators IP and hostname 
    230230$rcmail_config['http_received_header'] = false; 
     231 
     232// Whether or not to encrypt the IP address and the host name 
     233// these could, in some circles, be considered as sensitive information; 
     234// however, for the administrator, these could be invaluable help 
     235// when tracking down issues. 
     236$rcmail_config['http_received_header_encrypt'] = false; 
    231237 
    232238// this string is used as a delimiter for message headers when sending 
Note: See TracChangeset for help on using the changeset viewer.