I've tried to configure $SMTP because I had problems sending with php Mail().
On another version of my sites I had a Joomla module from Bitnami installed and 
all emails were working well. I had a look at config, found configuration.php 
installed and had a look at.
Can someone help me configuring Mediawiki using these settings in the Joomla 
config file ?

>>>
<?php
class JConfig {
        public $offline = '0';
        public $offline_message = 'This site is down for maintenance.<br /> 
Please check back again soon.';
        public $sitename = 'AENA CKCS-KCS and Co';
        public $editor = 'jce';
        public $list_limit = '50';
        public $access = '1';
        public $dbtype = 'mysql';
        public $host = 'localhost';
        public $user = 'bn_joomla';
        public $password = '**********';
        public $db = 'bitnami_joomla';
        public $dbprefix = 'jos_';
        public $secret = '****************';
        public $gzip = '0';
        public $error_reporting = '-1';
        public $helpurl = 
'http://help.joomla.org/proxy/index.php?option=com_help&keyref=Help16:{keyref}';
        public $ftp_host = '';
        public $ftp_port = '';
        public $ftp_user = 'bn_joomla';
        public $ftp_pass = '';
        public $ftp_root = '';
        public $ftp_enable = '0';
        public $tmp_path = '/tmp';
        public $log_path = '/var/logs';
        public $live_site = '';
        public $force_ssl = '0';
        public $offset = 'Europe/Brussels';
        public $offset_user = 'UTC';
        public $lifetime = '60';
        public $session_handler = 'database';
        public $mailer = 'sendmail';
        public $mailfrom = '[email protected]';
        public $fromname = 'Didier Houbrechts';
        public $sendmail = '/usr/sbin/sendmail';
        public $smtpauth = '1';
        public $smtpuser = 'did.houbrechts';
        public $smtppass = '12345678';
        public $smtphost = 'relay.skynet.be';
        public $caching = '0';
        public $cachetime = '15';
        public $cache_handler = 'file';
        public $debug = '0';
        public $debug_lang = '0';

What do I set ???

Thanks for help !!!!!!
 
Didier Houbrechts
http://www.aena.be
http://dhvg.ckcs-kcs.dyndns.org (online pedigrees for Ckcs & Kcs/Ets)






_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to