| | |
| | | // paths are relative to the RoundCube root folder |
| | | $rcmail_config['generic_message_footer'] = ''; |
| | | |
| | | // path to a text file which will be added to each sent HTML message |
| | | // paths are relative to the RoundCube root folder |
| | | $rcmail_config['generic_message_footer_html'] = ''; |
| | | |
| | | // add a received header to outgoing mails containing the creators IP and hostname |
| | | $rcmail_config['http_received_header'] = false; |
| | | |
| | |
| | | // address, uses the username_domain value if not an email address. |
| | | // %u - The username prior to the '@'. |
| | | // %d - The domain name after the '@'. |
| | | // %dc - The domain name hierarchal string e.g. "dc=test,dc=domain,dc=com" |
| | | 'base_dn' => '', |
| | | 'bind_dn' => '', |
| | | 'bind_pass' => '', |
| | |
| | | $rcmail_config['delete_always'] = false; |
| | | |
| | | // end of config file |
| | | ?> |
| | | |