[[Fedora core3 サーバ設定メモ]]

*** なんかちがうきもするが、執筆中てんぷ(ようするにハマリちゅう) [#a929a713]

- POP3 で、バーチャルドメインを対応しているやつ
-- [[pop3サーバ>http://www006.upp.so-net.ne.jp/takaesu/pop3server.html]]
-- [[Postfix 関連リンク>http://www.kobitosan.net/postfix/link.html]]

*** dovecot [#k143164d]

 - 必須
 # yum -y install postgresql
 # yum -y install postgresql-pl.i386
 # /etc/rc.d/init.d/postgresql start

Feb 24 00:14:05 ns dovecot-auth: Error in configuration file /etc/dovecot/dovecot-sql.conf line 24: Unknown setting: driver








 - Dovecotをソースからコンパイル
 ./configure \
  --prefix=/usr \
  --sysconfdir=/etc \
  --localstatedir=/var \
  --with-pgsql

 - configファイルを
 # cd /usr/local/etc/
 # cp dovecot-example.conf dovecot.conf

 - 素の場合 dovecotユーザがいない
 # /usr/sbin/groupadd -g 97 dovecot
 # /usr/sbin/useradd -g 97 -u 97 -d /usr/libexec/dovecot -s /sbin/nologin dovecot
 # chown -R root.root /usr/libexec/dovecot
 # chmod 755 /usr/libexec/dovecot

 - /usr/local/sbin/dovecot

 - /usr/local/etc/dovecot.conf



*** aaa [#u398faed]

- [[http://pocketstudio.jp/logbook/linux/FedoraCore3/cyrus-imapd-postfix.html>http://pocketstudio.jp/logbook/linux/FedoraCore3/cyrus-imapd-postfix.html]]
- [[http://www.planets.ath.cx/Fedora/imap.html>http://www.planets.ath.cx/Fedora/imap.html]]
- [[http://www.masanet.org/ILoveLinux/Fedora/home-lan.html>http://www.masanet.org/ILoveLinux/Fedora/home-lan.html]]

-- 手順
 # yum install cyrus-imapd
 # yum install cyrus-imapd-utils
 ※cyradm がこのなかに含まれる

-- dovecot を停止
 #/etc/rc.d/init.d/dovecot stop

-- aa
 # /etc/rc.d/init.d/cyrus-imapd start
 # /etc/rc.d/init.d/saslauthd start
 
 # passwd cyrus
 Changing password for user cyrus.
 New UNIX password:
 Retype new UNIX password:
 passwd: all authentication tokens updated successfully.
 
 # /usr/lib/cyrus-imapd/cyradm --user cyrus localhost
 IMAP Password:
              ns>
 ※IMAP Password: は、うえでいれた cyrus のパスワード

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS