Zimbra 雑多なメモ

From misc notes
Revision as of 13:49, 18 May 2011 by Nxhack (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • 32bit から 64bit への移行
Network Edition: Moving from 32-bit to 64-bit Server
ZCS Open Source Edition ですこしはまった
Zimbra server reserving server socket port=110 bindaddr=null ssl=false
Zimbra server reserving server socket port=995 bindaddr=null ssl=true
Fatal error: exception while binding to ports
java.net.SocketException: Unbound server sockets not implemented
        at javax.net.ServerSocketFactory.createServerSocket(ServerSocketFactory.java:80)
これは SSL オレオレ証明書の不備が原因
mv /opt/zimbra/mailboxd/etc/keystore /opt/zimbra/mailboxd/etc/keystore.old
 32bit 版から /opt/zimbra/mailboxd/etc/keystore をコピー
/opt/zimbra/bin/zmcertmgr deploycrt self
Zimbra 6 mailboxd and zmmailboxdctl do not start after upgrade
$ zmmailboxdctl restart
Stopping mailboxd...done.
ls: cannot access ZimbraConnectorOLK*x86.msi: No such file or directory
ls: cannot access ZimbraConnectorOLK*x64.msi: No such file or directory
ls: cannot access zimbra-isync*.dmg: No such file or directory
Starting mailboxd...done.
といわれる。bug というか OSE は無視すればよい。
Stange message when using zmmailboxdctl (Zimbra 7) 
zmupdatedownload (via zmmailboxdctl) complains about ZimbraConnectorOLK*
あとは、OSE には zmbackup ないし...
  • cron や command line からのメール
http://wiki.zimbra.com/wiki/Ubuntu_8.04_LTS_Server_%28Hardy_Heron%29_Install_Guide
の Sending Mail from Terminal (optional) 
wget http://ubuntu.lnix.net/misc/mta-dummy/mta-dummy_1.0_all.deb 
dpkg -i mta-dummy_1.0_all.deb
apt-get install mailx

Add the following to /etc/mail.rc:
 set sendmail=/opt/zimbra/postfix/sbin/sendmail
  • VMware 傘下になったよかったよかった
しっかり press に NTT com って出てるし ;)
まー よかった よかった
  • SpamAssassin 2010年問題
FH_DATE_PAST_20XX - Spamassassin bug - incorrect tagging from Jan 1, 2010 on - Zimbra - Forums
新年そうそう祭り〜
  • OCNメールもZimbraだ
プロバイダ OCN のユーザ用の Web メールは Zimbra だったんですね。そのままやん。
ブラウザで利用する - OCNメール -
  • Zimbra 6.x (GunsNRoses) on FreeBSD !!!
GNR on FreeBSD 7 - Zimbra :: Wiki
  • RackSpace 社がこんなキャンペーン始めました
Introducing… the Rackspace Rescue Plan for Zimbra Customers | Rackspace Email & Apps Blog
そういやぁ Scott Dietzen さん 辞めたんですねぇ...
rPath Brings Scott Dietzen to Board of Directors
  • いろいろ噂が...
Yahoo to Sell Open-Source Email Service Zimbra | Kara Swisher | BoomTown | AllThingsD
かつてのライバルも
The Real Cost of Acquisitions: the Zimbra Story | Zoho Blogs
ふーーーーむ
  • NTT com セキュアICT Bizメール は Yahoo! Zimbra ですね
メールホスティングサービス|セキュアICTサービス(セキュアICT Bizメール概要)|NTT com 法人のお客さま
NTT Com、10GBの容量・国内DCを利用したクラウドメールサービス -INTERNET Watch
住商もプレスしてないし、Zimbra 本体も無反応だし、裏があるのかな?
  • SOAP connection error
原因不明で悩んでたのだが、
at ch.ethz.ssh2.Connection.connect(Connection.java:591)
あっ! TCPwrappers で 22 番 port 制限してた...
自己の IP address を許可して解決
  • Critical Security Issue
Critical Security Issue
DESCRIPTION:

Zimbra has been made aware of a potentially critical security vulnerability in Zimbra Collaboration Suite. All released versions of ZCS Network Edition & Open Source Edition are impacted

This vulnerability allows unauthorized, remote access to files that are readable by the "zimbra user" account on the ZCS Mailbox Server (also known as mailbox service, or "mailboxd"; "tomcat" on 4.5 versions and earlier).
(追記) 5.0.18 GA が出ています。(5.0.18 GA Release Release Notes)
このリリースには上記のパッチが含まれていますので、そのままでOKです。
詳細な修正点 Zimbra Product Portal - Patch: 5.0.18
(Security issue については記述がないな 39002, 39003)
  • メール本文の送信コード
やっぱ quoted-printable になってるんだよなぁ
昔は、ISO-2022-JP で もちろん 7bit なのでエンコード不要だぜ っていってたんだけど、
最近の動向ってどうなんだろう
Content-Type: text/plain; charset=ISO-2022-JP
Content-Transfer-Encoding: quoted-printable
  • ClamAV からの忠告
ClamAV - Updating Version
ClamAV FAQ
  • Zimbra Tuning
Performance Tuning Guidelines for Large Deployments
Jetty - Addressing High TCP Slot Usage
  • MacOS X版 Yahoo! Zimbra Desktop の 削除
Beta版のときもそう思ったけど、やたらでかいJavaプロセスが常駐しているのって、なんか嫌い。
% open ~/zimbra/zdesktop/Yahoo!\ Zimbra\ Desktop\ アンインストーラ.app
  • アップグレード
リリースノートを確認
Release Notes
リリースノートの Upgrade Instructions に従い、upgrade する。
  • メール系設定さわったら
# su - zimbra
% postfix reload
これでもだめなら、サーバ再起動
% zmcontrol stop
% zmcontrol start
  • zimbra アカウントの bash の調整
/etc/bashrc
に記述しましょう。
/opt/zimbra/.bashrc はアップグレードで書き換えられちゃいます。
  • 日本語のドキュメントが少なすぎ...なんとかしないとユーザが増えないぞ!
(言い出しっぺの法則やなぁ ぉぃ)
  • 十分すぎるぐらい高機能かつ洗練されている
しかし、高機能すぎて、専門家(SIer)でないとさわれないような現状はまずいな。
手っ取り早く、インストーラー厨でも使える(実際使えちゃうけど)ように、なにか考えないといけないな。