/var/softaculous/chamilo
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
add_course.conf.php2650755editdlrm
auth.conf.php66790755editdlrm
clone.php59520755editdlrm
configuration.php1206870755editdlrm
course_info.conf.php1760755editdlrm
edit.php43800755editdlrm
edit.xml4330755editdlrm
events.conf.php33120755editdlrm
fileindex.php5160755editdlrm
import.php35410755editdlrm
info.xml33270755editdlrm
install.js9240755editdlrm
install.php67990755editdlrm
install.xml43370755editdlrm
mail.conf.php26240755editdlrm
md533620755editdlrm
notes.txt10360755editdlrm
profile.conf.php13400755editdlrm
upgrade.php60050755editdlrm
upgrade.xml4190755editdlrm
Edit: /var/softaculous/chamilo/mail.conf.php (2624B)
[ 'verify_peer' => false, 'verify_peer_name' => false, 'allow_self_signed' => true, ], ];*/ // DKIM requires the generation of a public/private keypair and the configuration of a TXT record in your DNS // The TXT record should look like this: chamilo._domainkey.yourdomain.ext IN TXT "v=1; k=rsa; s=chamilo; p=PubKey..." // to match the following selector // Also, using SMTP_UNIQUE_SENDER is required if users have e-mails from different domains $platform_email['DKIM'] = 0; //enable DKIM by setting this to 1 $platform_email['DKIM_SELECTOR'] = 'chamilo'; // an indicator of the application sending the e-mail through this specific DKIM key $platform_email['DKIM_DOMAIN'] = 'mydomain.com'; //the domain for e-mail sending, not necessarily api_get_path(WEB_PATH) $platform_email['DKIM_PRIVATE_KEY_STRING'] = ''; //the private key in a string format $platform_email['DKIM_PRIVATE_KEY'] = ''; //the private key as the path to a file. The file needs to be accessible to PHP! // Some e-mail clients do not understand the descriptive LD+JSON format, // showing it as a loose JSON string to the final user. If this is your case, // you might want to set the variable below to 'false' to disable this header. $platform_email['EXCLUDE_JSON'] = false;