×
[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
# yum -y install dovecot
# vi /etc/dovecot/dovecot.conf
# 31行目:変更 ( IPv6をリスンしない場合 )
listen = *
# vi /etc/dovecot/conf.d/10-auth.conf
# 9行目:コメント解除し変更(プレーンテキスト認証も許可する)
disable_plaintext_auth = no
# 97行目:追記
auth_mechanisms = plain login
# vi /etc/dovecot/conf.d/10-mail.conf
# 30行目:コメント解除して追記
mail_location = maildir:~/Maildir
# vi /etc/dovecot/conf.d/10-master.conf
# 84-86行目:コメント解除し追記
# Postfix smtp-auth
unix_listener /var/spool/postfix/private/auth {
mode = 0666
user = postfix # 追記
group = postfix # 追記
}
# /etc/rc.d/init.d/dovecot start
Starting Dovecot Imap: [ OK ]
# chkconfig dovecot on
$ mkdir ./Maildir ←Maildirを作っておく
# chkconfig dovecot on
$ mkdir ./Maildir ←Maildirを作っておく
PR
wget のインストール
# yum install wget
tdiary最新版をダウンロード
$ wget http://www.tdiary.org/download/tdiary-full-3.2.1.tar.gz
解凍
$ tar xvzf tdiary-full-3.2.1.tar.gz
配置
$ mv tdiary-3.2.1/ ./public_html/diary
バックアップしてあったファイルをコピー
tdiaryのプラグインの image_ex.rb を使うためImageMagickをインストール
# yum install ImageMagick
rep2のインストール
dataディレクトリを適当な位置に作成。(~/ あたり)
バックアップしてあったrep2をコピー
php-mbstringをインストール
# yum install php-mbstring
httpdを再起動
# yum install wget
tdiary最新版をダウンロード
$ wget http://www.tdiary.org/download/tdiary-full-3.2.1.tar.gz
解凍
$ tar xvzf tdiary-full-3.2.1.tar.gz
配置
$ mv tdiary-3.2.1/ ./public_html/diary
バックアップしてあったファイルをコピー
tdiaryのプラグインの image_ex.rb を使うためImageMagickをインストール
# yum install ImageMagick
rep2のインストール
dataディレクトリを適当な位置に作成。(~/ あたり)
バックアップしてあったrep2をコピー
php-mbstringをインストール
# yum install php-mbstring
httpdを再起動
CentOS6.4をnetwork install 。
初期パッケージはminimum。 + webサーバ、php、ruby、perl,mysql
インストール後、ユーザ作成。
この状態で動作している機能
Webサーバを動作させるので httpd をonに変更
# chkconfig httpd --level 345 on
IPv6は使用しないので iptables6 をoffに変更
# chkconfig ip6tables --level 2345 off
httpd を起動
# /etc/init.d/httpd start
このままでは見えなかったのでSELinuxを停止
# vi /etc/selinux/config
SELINUX = enforcing
を
#SELINUX = enforcing
SELINUX = disabled
に変更しreboot
postfix が動作していたので postfixを停止
# chkconfig postfix --level 345 off
iptables で規制がかかっていたのでhttpをopen
今日はここまで。
初期パッケージはminimum。 + webサーバ、php、ruby、perl,mysql
インストール後、ユーザ作成。
この状態で動作している機能
auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
blk-availability 0:off 1:on 2:on 3:on 4:on 5:on 6:off
crond 0:off 1:off 2:on 3:on 4:on 5:on 6:off
htcacheclean 0:off 1:off 2:off 3:off 4:off 5:off 6:off
httpd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
ip6tables 0:off 1:off 2:on 3:on 4:on 5:on 6:off
iptables 0:off 1:off 2:on 3:on 4:on 5:on 6:off
lvm2-monitor 0:off 1:on 2:on 3:on 4:on 5:on 6:off
mysqld 0:off 1:off 2:off 3:off 4:off 5:off 6:off
netconsole 0:off 1:off 2:off 3:off 4:off 5:off 6:off
netfs 0:off 1:off 2:off 3:on 4:on 5:on 6:off
network 0:off 1:off 2:on 3:on 4:on 5:on 6:off
postfix 0:off 1:off 2:on 3:on 4:on 5:on 6:off
rdisc 0:off 1:off 2:off 3:off 4:off 5:off 6:off
restorecond 0:off 1:off 2:off 3:off 4:off 5:off 6:off
rsyslog 0:off 1:off 2:on 3:on 4:on 5:on 6:off
saslauthd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
udev-post 0:off 1:on 2:on 3:on 4:on 5:on 6:off
Webサーバを動作させるので httpd をonに変更
# chkconfig httpd --level 345 on
IPv6は使用しないので iptables6 をoffに変更
# chkconfig ip6tables --level 2345 off
httpd を起動
# /etc/init.d/httpd start
このままでは見えなかったのでSELinuxを停止
# vi /etc/selinux/config
SELINUX = enforcing
を
#SELINUX = enforcing
SELINUX = disabled
に変更しreboot
postfix が動作していたので postfixを停止
iptables で規制がかかっていたのでhttpをopen
今日はここまで。
rep2のインストールでどうもうまくいかないなーと思っていたのだがようやく判明。
なんのことはない、php-mbstringがインストールされてないだけでした。
なんのことはない、php-mbstringがインストールされてないだけでした。
vncでgnomeとする方法
$ vi ~/.vnc/xstartup
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
これだけ。
あとはvncをrestart