# chkconfig saslauthd on # chkconfig --list saslauthd # chkconfig cyrus-imapd on # chkconfig --list cyrus-imapd個別のRun Levelに対してON/OFFする場合は,以下のようなコマンドを使います.
# chkconfig --level 3 saslauthd on
user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -r ${sender} -m ${extension} ${user}
mailbox_transport = cyrus fallback_transport = cyrus
# passwd cyrus Changing password for user cyrus. New UNIX password:xxxx Retype new UNIX password:xxxx
/usr/lib/cyrus-imapd/cyradm --user cyrus localhost # CentOS4 /usr/sbin/cyradm --user cyrus localhost # CentOS5 passwd: xxxx localhost.localdomain> cm user.testuser # testuser というユーザを作成 localhost.localdomain> cm user.testuser.Test # TestというSubDirを作成 localhost.localdomain> lm # MailBoxのリスト : localhost.localdomain> quit
# /usr/sbin/saslpasswd2 testuser Password: xxxx Retype password: xxxx
# chgrp mail /etc/sasldb2
$trash_folder = 'Trash'; $sent_folder = 'Sent'; $draft_folder = 'Drafts'; |
$trash_folder = 'Inbox.Trash'; $sent_folder = 'Inbox.Sent'; $draft_folder = 'Inbox.Drafts'; |
/usr/share/squirrelmail/config/conf.plを実行すると, 上記のメールフォルダの名前を変更するメニューが出てきます. こちらで直してもOK. |
# service httpd restart
このサイト上で提供しているインストール法,設定例を,
適用した結果生じたいかなる障害・損害に対しても,
私(K.Misu)は責任を負いません.
このサイト上で提供している情報を利用する場合は,
各人の自己責任にて判断,適用して下さい.