mediawiki/LocalSettings.php 에 다음의 항목을 추가하고
php-pear 라는것이 mediawiki의 smtp 설정에 필요하다고 설치 해주었는데 여전히 실행은 안된다. ㅠ.ㅠ
위에 까지는 아무런 화면도 안뜨는데
이걸 설치하고 나서는 그래도 에러라도 난다 -_-
으로 해주니 된다 ㅠ.ㅠ
다른 SMTP 메일들도 되는지는 모르겠다(현재 maillplug.com 의 서비스를 이용중임)
$wgSMTP = array( 'host' => "mail.example.com", //could also be an IP address 'IDHost' => "example.com", 'port' => 25, 'auth' => true, 'username' => "my_user_name", 'password' => "my_password" ); [링크 : http://www.mediawiki.org/wiki/Manual:$wgSMTP] |
php-pear 라는것이 mediawiki의 smtp 설정에 필요하다고 설치 해주었는데 여전히 실행은 안된다. ㅠ.ㅠ
# yum install php-pear-Mail $ sudo apt-get install php-pear [링크 : http://shrubbery.mynetgear.net/c/display/W/Installing+Mediawiki] |
위에 까지는 아무런 화면도 안뜨는데
pear install MAIL Net_SMTP [링크 : http://triviaatwork.blogspot.com/2010/11/mediawiki-migration-to-ubuntu.html] |
이걸 설치하고 나서는 그래도 에러라도 난다 -_-
로그인 오류 메일 보내기 오류: authentication failure [SMTP: Invalid response code received from server (code: 535, response: authorization failed (#5.7.0))] |
$wgSMTP = array( 'host' => "mail.example.com", //could also be an IP address 'IDHost' => "example.com", 'port' => 25, 'auth' => true, 'username' => "my_user_name@example.com", 'password' => "my_password" ); |
다른 SMTP 메일들도 되는지는 모르겠다(현재 maillplug.com 의 서비스를 이용중임)
'프로그램 사용 > wiki' 카테고리의 다른 글
mediawiki 1.15.5 로고 바꾸기 (0) | 2010.11.24 |
---|---|
mediawiki 파일 업로드 설정하기 (0) | 2010.11.24 |
mediawiki/dokuwiki 로그인 하지 않으면 내용보지 못하게 하기 (0) | 2010.11.22 |
dokuwiki 한글화 설정 및 fckeditor 통합 (0) | 2010.11.22 |
mediawiki + fckeditor 통합 (0) | 2010.11.22 |