2015년 3월 5일 목요일

aws에 설치한 bitnami mediawiki의 email설정

aws에 bitnami mediawiki를 설치하고, 이메일 설정하면서 정리한 내용이다.

sendmail 설치

>apt-get install sendmail

LocalSetting.php 파일에 아래 내용 추가

$wgSMTP = array(
 "host" => "localhost",
 "IDHost" => "localhost",
 "port" => "25",
 "auth" => false
);

net_smtp와 auth_sasl 설치

>pear install net_smtp
>pear install auth_sasl

sendmail 재시작

>sudo /opt/bitnami/ctlscript.sh restart

mediawiki 재시작

>sudo /etc/init.d/sendmail restart
또는
>sudo service sendmail restart

net_smtp와 auth_sasl을 설치하지 않으면 발생할 수 있는 에러들

. authentication failure [SMTP: No supported authentication methods (code: 250, response

. authentication failure [SMTP: Invalid response code received from server (code: 535, response: 5.7.0 authentication failed)]

댓글 1개:

nadimeaglin :

Harrah's Reno Casino & Hotel Map & Reviews
Harrah's Reno Casino & Hotel is 바카라 사이트 총판 a popular place to stay and 평택 출장안마 play casino games, but it's 안동 출장샵 not all about luck. It's also a 남양주 출장마사지 place to go for 제주 출장안마 the best times.

FIX :: ssh 접속이 느리고, /var/log/messages에 systemd-logind.service failed. 메시지가 남을 때

ssh 접속이 느릴 때가 있습니다. 보통은DNS가 제대로 설정되지 않았는데 /etc/ssh/sshd_config에 UseDNS가 yes로 되어 있을 때 발생합니다. 위와 같을 경우 /etc/ssh/sshd_config파일에서 아래와 같이 수정 후 ...