Dovecot(1)
■ このスレッドは過去ログ倉庫に格納されています
0001名無しさん@お腹いっぱい。
2005/12/05(月) 11:44:13●リンク
本家
http://www.dovecot.org/
#過去スレ、即dat落ちした模様。
関連スレなどは>>2-4あたり
0800名無しさん@お腹いっぱい。
2009/02/08(日) 19:20:08if (now - k->ki_p->ki_start.tv_sec < 24 * 3600) {
(void)strftime(buf, sizeof(buf),
use_ampm ? "%l:%M%p" : "%k:%M ", tp);
} else if (now - k->ki_p->ki_start.tv_sec < 7 * 86400) {
(void)strftime(buf, sizeof(buf),
use_ampm ? "%a%I%p" : "%a%H ", tp);
} else
(void)strftime(buf, sizeof(buf), "%e%b%y", tp);
曜日が出るのは、一週間前までですよ。
0801名無しさん@お腹いっぱい。
2009/02/08(日) 19:23:0812AMなんて時間存在しない。
0AMだぞ。
0802名無しさん@お腹いっぱい。
2009/02/08(日) 19:25:460803名無しさん@お腹いっぱい。
2009/02/08(日) 19:26:08http://www.freebsd.org/cgi/man.cgi?query=strftime&apropos=0&sektion=0&manpath=FreeBSD+7.1-RELEASE&format=html
%I is replaced by the hour (12-hour clock) as a decimal number
(01-12).
0804名無しさん@お腹いっぱい。
2009/02/08(日) 19:29:360805名無しさん@お腹いっぱい。
2009/02/08(日) 19:38:52自己紹介おつかれさまです。
0806名無しさん@お腹いっぱい。
2009/02/08(日) 19:43:20ttp://jjy.nict.go.jp/QandA/12am-or-0pm-J.html
午前12時=午後0時
その時間を1秒でも過ぎると、午前12時はありえなくなってしまう。
0807名無しさん@お腹いっぱい。
2009/02/08(日) 19:45:30で?
0808名無しさん@お腹いっぱい。
2009/02/08(日) 19:49:32http://ja.wikipedia.org/wiki/%E5%8D%88%E5%89%8D#.E5.8D.88.E5.89.8D12.E6.99.82.E3.81.A8.E5.8D.88.E5.BE.8C12.E6.99.82
0809名無しさん@お腹いっぱい。
2009/02/08(日) 19:51:120810名無しさん@お腹いっぱい。
2009/02/08(日) 19:53:55アメリカでも同様。
0811名無しさん@お腹いっぱい。
2009/02/08(日) 19:55:28midnight 00:00
12:00 a.m.*
1:00 a.m. 01:00
って書いてあるけど?
0812名無しさん@お腹いっぱい。
2009/02/08(日) 19:57:190813名無しさん@お腹いっぱい。
2009/02/08(日) 19:57:410814名無しさん@お腹いっぱい。
2009/02/08(日) 19:58:01Each period consists of 12 hours numbered 12 (acting as zero),[3] 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, and 11.
0815名無しさん@お腹いっぱい。
2009/02/08(日) 19:58:580816名無しさん@お腹いっぱい。
2009/02/08(日) 20:01:570817名無しさん@お腹いっぱい。
2009/02/08(日) 20:03:070818名無しさん@お腹いっぱい。
2009/02/08(日) 20:04:470819名無しさん@お腹いっぱい。
2009/02/08(日) 20:08:41www
0820名無しさん@お腹いっぱい。
2009/02/08(日) 23:28:320821名無しさん@お腹いっぱい。
2009/02/08(日) 23:49:360822名無しさん@お腹いっぱい。
2009/02/09(月) 00:39:440823名無しさん@お腹いっぱい。
2009/02/09(月) 09:31:440824名無しさん@お腹いっぱい。
2009/02/09(月) 19:42:27パーン!ならいいじゃないか、ポーン!ならどうかと思うが。
0825792
2009/02/10(火) 11:25:59# ps up 3408
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 3408 0.0 0.0 61556 2676 ? S 08:48 0:01 dovecot-auth
# ps up 3410
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 3410 0.0 0.0 61476 2588 ? S 08:48 0:00 dovecot-auth -w
ちなみに・・・
auth_cache_size = 0
auth_cache_ttl = 0
auth_cache_negative_ttl = 0
0826名無しさん@お腹いっぱい。
2009/02/10(火) 11:50:32$ ps up `pgrep "dovecot\-auth"`
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 9690 0.0 0.0 2176 916 ? S Feb04 0:00 dovecot-auth
0827名無しさん@お腹いっぱい。
2009/02/10(火) 12:13:06pgrep ってそう使うんだ。勉強になりあした。
0828名無しさん@お腹いっぱい。
2009/02/10(火) 13:14:37$ ps -up `pgrep dovecot`
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 12103 0.8 9.0 263936 185560 ? S Feb04 68:58 dovecot
root 12104 0.1 0.0 1976 948 ? S Feb04 9:30 dovecot-auth
root 12391 0.0 0.1 5876 3028 ? S Feb04 0:15 dovecot
root 12392 0.0 0.0 2040 768 ? S Feb04 0:05 dovecot-auth
0829名無しさん@お腹いっぱい。
2009/02/10(火) 13:14:55VSZは大きいのに、RSS は小さいですね。
0830名無しさん@お腹いっぱい。
2009/02/11(水) 13:01:45オレ、まだ 1.1.7 だよ…。
0831名無しさん@お腹いっぱい。
2009/02/11(水) 14:13:08http://dovecot.org/releases/1.2/beta/dovecot-1.2.beta1.tar.gz
http://dovecot.org/releases/1.2/beta/dovecot-1.2.beta1.tar.gz.sig
Largest changes since v1.1 can be found from
http://dovecot.org/doc/NEWS-1.2
Changes since alpha5:
- Added support for ESORT extension (also SORT .. RETURN (PARTIAL) from
CONTEXT=SORT that allows windowing SORT results)
- pop3: If client idles for 10 seconds, commit transaction (allowing
mbox to become unlocked).
- crashfixes to virtual mailboxes
- all kinds of bug fixes, error message improvements, etc.
- http://dovecot.org/patches/1.2/stats-plugin.c may give some
interesting statistics about commands
There isn't really much left to do for v1.2.0 except some small fixing
to shared mailbox code. And writing documentation for it..
0832名無しさん@お腹いっぱい。
2009/02/18(水) 21:44:440833名無しさん@お腹いっぱい。
2009/02/24(火) 23:06:02ゴミ箱等の特定のフォルダの中にあるメールが
受信してから一定時間経ったら自動的に消す
という事をやろうと思ってるのですが、
一般的な方法ってありますか?
0834名無しさん@お腹いっぱい。
2009/02/24(火) 23:16:23http://wiki.dovecot.org/Plugins/Expire
0835名無しさん@お腹いっぱい。
2009/02/25(水) 00:07:36ステキ!ケコーンしてください!
ありがとうございます
0836名無しさん@お腹いっぱい。
2009/03/04(水) 07:08:190837名無しさん@お腹いっぱい。
2009/03/11(水) 00:00:36新しいバージョンにすっかなぁ...
0838名無しさん@お腹いっぱい。
2009/03/15(日) 09:23:040839名無しさん@お腹いっぱい。
2009/03/16(月) 11:04:26protocols = pop3
で、pop3だけ起動しようとすると
Segmentation fault
となりました。
protocols = imap pop3
にすると問題なし。
0840名無しさん@お腹いっぱい。
2009/03/19(木) 07:12:211.2 beta3 もこた。
- v1.1.12's MAILBOXDIR changes broke accessing mails in some setups
- v1.1.12's login_executable -D checking changes caused dovecot to
crash at startup if protocols setting contained only pop3.
- mbox: pop3_lock_session=yes was broken with mail_privileged_group.
だそうなので >>839 氏の現象がまさにこータイミング良く修正されたそうな。
0841839
2009/03/19(木) 09:18:27pop3治ってました。
0842名無しさん@お腹いっぱい。
2009/03/26(木) 15:20:540843名無しさん@お腹いっぱい。
2009/03/30(月) 12:41:19これっていいんだっけ?
0844名無しさん@お腹いっぱい。
2009/04/05(日) 11:57:51>>840
839の質問前に修正は出てたよ
ttp://hg.dovecot.org/dovecot-1.1/rev/c6c50a99141f
0845名無しさん@お腹いっぱい。
2009/04/12(日) 22:44:441.3出てるけど
バグだらけの1.2に注力して欲しいもんだ
0846名無しさん@お腹いっぱい。
2009/04/17(金) 23:54:48* IMAP: Don't allow APPEND to specify INTERNALDATE more than 2 hours
into future. With Maildir future INTERNALDATEs may mess up
incremental backups.
- Date: header was always being added to cache file when saving
messages, even if clients didn't really want it. This caused
POP3-only users to have dovecot.index.cache file unneededly.
- Character set conversion in specific mails may have caused Dovecot
to allocate all the available memory (in default configuration dying
after having allocated 256 MB). This happened only while searching
messages.
- Message address parser didn't handle empty group:; correctly.
- imap/pop3-login: Don't crash when shutting down and destroying
clients.
- deliver wasn't using mail_access_groups setting.
- mbox: When doing autodetection, if mbox didn't find an existing mail
directory it just went and created it anyway, instead of failing the
storage creation.
- Fixed some error handling in maildir and index code.
0847名無しさん@お腹いっぱい。
2009/04/17(金) 23:54:56* IMAP proxy no longer simply forwards tagged reply from
remote authentication command. It's now done only if the remote
server sent a [resp-code], otherwise all failure strings are
converted to Dovecot's "Authentication failed." to make sure that
if remote isn't using Dovecot it won't reveal user's existence.
+ Quota roots can now specify which namespace's quota they're
tracking. This is probably the most useful for giving public
namespaces a quota.
+ Added imap_idle_notify_interval setting.
- Fixes to shared mailbox handling
- Fixes to virtual mailboxes
- Fixed compiling with some FreeBSD and NetBSD versions
- THREAD REFS still might have returned one (0) at the beginning.
- deliver wasn't using mail_access_groups setting.
- Fixed some error handling in maildir and index code.
0848名無しさん@お腹いっぱい。
2009/05/03(日) 09:07:580849名無しさん@お腹いっぱい。
2009/05/09(土) 12:08:15ここのフォルダ数ってdovecotがデフォルトで制限かけて
るんでしょうか?
先日、メールフォルダを増やして50を超えたのですが、
一部のフォルダが消されてました。
どうも古いものから消されてるらしい。
0850名無しさん@お腹いっぱい。
2009/05/10(日) 19:58:47Quotaかもしれんし、trashブラグインかもしれんし
0851名無しさん@お腹いっぱい。
2009/05/18(月) 12:52:57http://dovecot.org/releases/1.1/dovecot-1.1.15.tar.gz.sig
The command pipelining fix is pretty interesting. Wonder how much it
improves performance, especially when deleting lots of messages from a
large mailbox.
v1.1.15 2009-05-17 Timo Sirainen <tss@iki.fi>
+ IMAP: When multiple commands are pipelined, try harder to combine
their mailbox syncing together. For example with Maildir pipelining
STORE 1:* +FLAGS \Deleted and EXPUNGE commands the files won't
be unnecessarily rename()d before being unlink()ed.
- IMAP: SEARCH command was slower than necessary in a large mailbox.
- deliver: When forwarding messages, if -f parameter was given, it
should have been used as the Return-Path.
- Maildir saving: Fixed race condition bugs in uidlist handling,
causing files to be given new UIDs sometimes.
- mbox: Don't crash when expunging all messages and file doesn't end
with [CR]LF.
- expire-tool: Use mail_uid and mail_gid settings if userdb doesn't
return uid/gid.
- Berkeley DB dict: Transaction rollbacking was implemented wrong.
- zlib plugin: Some email / FETCH command combinations could have
disconnected the client or sent compressed garbage.
0852名無しさん@お腹いっぱい。
2009/05/18(月) 12:53:44http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc4.tar.gz.sig
I'm pretty hopeful that virtual mailbox code is finally crash-free. If
people don't find many problems from this release, I'm thinking that rc5
could come in a couple of weeks and that would be renamed to v1.2.0
after a week or so if no one has reported bugs.
v1.2.rc4 2009-05-17 Timo Sirainen <tss@iki.fi>
* If /dev/arandom exists, use it instead of /dev/urandom (OpenBSD).
* When logging to a file, the lines now start with a timestamp instead
of "dovecot: " prefix.
+ IMAP: When multiple commands are pipelined, try harder to combine
their mailbox syncing together. For example with Maildir pipelining
STORE 1:* +FLAGS \Deleted and EXPUNGE commands the files won't
be unnecessarily rename()d before being unlink()ed.
+ imap-proxy: Send backend's CAPABILITY if it's different from what
was sent to client before.
+ IMAP: struct mail now keeps track of all kinds of statistics, such
as number of open()s, stat()s, bytes read, etc. These fields could
be exported by some kind of a statistics plugin (not included yet).
+ IMAP: SEARCH command now dynamically figures out how to run about
0.20 .. 0.25 seconds before seeing if there's other work to do.
This makes the SEARCH performance much better.
- Fixes to shared mailbox handling.
- Fixes to virtual mailboxes.
- THREAD command could have crashed.
- Fixes to expire-tool.
- mbox: Don't break if From_-line is preceded by CRLF (instead of LF).
- dict process wasn't restarted after SIGHUP was sent to master.
0853名無しさん@お腹いっぱい。
2009/05/31(日) 19:33:51ご教授お願いします。OSはCentOS5.2です。
dovecot-1.0.7-7.el5を使用していて、postfix-2.3.3-2.1.el5_2です。
送信はコマンドからも、メールソフトからも問題なくできています。
症状ですが、mailqで、キューがたまっていることが確認できるものの、メールソフト(windowsメール)での受信が出来ません。
110番ポートへのアクセスは問題ない状態で、メールソフトでも接続は出来ているのですが新着メッセージなと処理されてしまいます。
原因として、telnet localhost 110を確認したところ、ログインしてListを確認しても
+OK 0 messages:
と表示されてしまうことではないかと思うのですが、対処法がわから無い状態です。
一度、別のアカウントで受信できたこともあったのですが、設定を変更せずそのアカウントを削除、新規アカウントの作成を行ったところ前述の状態になってしまいました。
postfixから、flushや、postsuper -d ALL後新規メール等も試しては見たのですが、全く受信できません.
よろしくお願いします。
0854名無しさん@お腹いっぱい。
2009/05/31(日) 19:37:24QUEUE が貯まっている時点で Dovecot に原因は無いだろ。
maillog 覗いてエラー吐いてるの確認して conf 見直せばいい。
0855名無しさん@お腹いっぱい。
2009/05/31(日) 21:00:55>>854
>エラー吐いてるの確認して conf 見直せば
それが出来るなら
> mailqで、キューがたまっていることが確認できるものの、
> メールソフト(windowsメール)での受信が出来ません。
この質問は出ないはず。
まずアカウントの削除、作成をどのようにしてるか、と
あと
grep deferred /var/log/maillog | tail
の結果は必要かな。
0856853
2009/06/01(月) 03:42:57>>854
そうすると、原因はpostfixの方にあると言うことでしょうか?
>>855
アカウントの作成は
useradd -s /sbin/nologin (アカウント名)
で作成しています。
一度受信が成功したものは、webminから作成したものでしたが、ログイン出来ないユーザーでの新規作成をテストしていたところ、このような状態になってしまいました。
と、ここまで書いた状態で、postfixのmain.cfの設定をやり直してみたところ、受信できるようになりました。
ログの方も、今までのエラーをかくにんしたところ、一つはmailbox_size_limitを設定してやることで解決することまではわかったのですが、
warning: process /usr/libexec/postfix/local pid 9013 exit status 1
warning: /usr/libexec/postfix/local: bad command startup -- throttling
と出ていて、おそらく前者のエラーから後者のエラーが出ていたというところまでわかり、再設定をしてみたのですが、どうにか受信できました。
もし、このエラーの原因がよくあるミス等でわかるようでしたらご教授お願いいたします。
現状では、新規アカウントの作成をしても送受信の問題は無い状態です。
ご回答頂いた皆さん。ありがとうございました。
0857名無しさん@お腹いっぱい。
2009/06/01(月) 05:34:53どういう構成でサーバが動いていてどういう流れでメールが受信されるか
勉強し直した方が良いと思う。とりあえず続きはpostfixのスレでやりたまえ。
0858名無しさん@お腹いっぱい。
2009/06/01(月) 15:37:25http://dovecot.org/releases/1.1/dovecot-1.1.16.tar.gz.sig
Fixes a couple of bugs in v1.1.15's changes. Hopefully the last v1.1
release before v1.2.0.
- v1.1.15 could have crashed if mailbox-closing command was pipelined
after a mailbox-accessing command.
- v1.1.15's zlib plugin may have caused crashes when fetching
INTERNALDATE.
- Maildir: If messages had been deleted externally from new/ directory
and mailbox was opened with EXAMINE, Dovecot didn't immediately
notice that the messages were deleted.
- If message body started with a space, some operations could have
assert-crashed.
0859853
2009/06/02(火) 08:49:14サーバーに関してはまだ勉強し始めたばかりで詳しくはわかっていない状態です。
まだまだ足りていない部分ばかりですので、勉強したいと思います。
ご回答ありがとうございました。
0860名無しさん@お腹いっぱい。
2009/06/02(火) 10:56:56手探りでやっていくんじゃなく、きちんと本を読んだほうがいいと思うぞ。
それもアプリケーションの設定本ではなく、メールシステム周りを解説した本。
0861名無しさん@お腹いっぱい。
2009/06/04(木) 17:09:49dovecot-0.99.11-9でサーバ運用していたのですが、
pop接続時にpop3-loginプロセスが時々解放されずに残るため
プロセスがどんどん蓄積されて最終的にはサーバがハングしてしまいました。
(たぶんプロセスが残るときは接続に失敗している)
dovecotのバージョンが古いことは重々分かっているのですが、
この問題はdovecotの既知の問題として存在していたのでしょうか。
バージョンアップすることで解消するでしょうか?
運用中のサーバのため、原因をはっきりさせないと
バージョンアップ作業の許可も得られないので・・
0862名無しさん@お腹いっぱい。
2009/06/04(木) 19:56:37割と確実に再現する現象だったら、ソースからインストールして
別ポートで動かして、そいつを使ってもプロセスが残らない、
という方法で検証できるんじゃない?
0863名無しさん@お腹いっぱい。
2009/06/04(木) 20:13:24これは?
http://dovecot.org/list/dovecot/2004-December/005443.html
Fix hanging when parsing mails that have over 4096 bytes in one
line (SMTP servers normally don't allow over 1000 bytes so it
shouldn't be much of a problem)
0864名無しさん@お腹いっぱい。
2009/06/09(火) 22:31:15ありがとうございます。
1行で4096というのはやはりよほど無いとは思います・・
他にも公式MLを当たったりしたのですが、それらしい情報は
ありませんでした。
実は複数台のサーバで同様の現象が出ているものがあるので、
もしかして既知のものかとも思ったのですが、
やはり実際に動作させてみるしかないですよね。
0865名無しさん@お腹いっぱい。
2009/06/21(日) 02:33:370866名無しさん@お腹いっぱい。
2009/06/22(月) 18:13:24>v1.2.0 should be out one week from now.
0867名無しさん@お腹いっぱい。
2009/06/28(日) 13:29:39http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc7.tar.gz.sig
I'll make RC releases daily now until v1.2.0 is released, which will be
either on Monday or Wednesday. Please test as much as possible.
* Removed configure --with-deliver, --with-pop3d and --disable-ipv6
parameters.
+ Improved permission related error messages.
- mbox: Don't write garbage to mbox if message doesn't have a body.
- virtual: Fixed saving messages with keywords.
- virtual: Fixed infinite looping bug.
- zlib: Fixed error handling.
0868名無しさん@お腹いっぱい。
2009/07/01(水) 09:51:57>Last few fixes before tomorrow's v1.2.0 release.
な、なんだってー。
0869名無しさん@お腹いっぱい。
2009/07/01(水) 10:51:52また、Bug 満載のような気が・・・・
0870名無しさん@お腹いっぱい。
2009/07/02(木) 10:03:250871名無しさん@お腹いっぱい。
2009/07/02(木) 11:03:230872名無しさん@お腹いっぱい。
2009/07/02(木) 12:54:36今、出ました。
0873名無しさん@お腹いっぱい。
2009/07/03(金) 16:54:23As promised. No changes since v1.2.rc8 (except packaged in OS X, since CentOS 5 autotools didn't add support for configure --docdir).
Below are the largest changes since v1.1:
* When creating files or directories to mailboxes, Dovecot now uses
the mailbox directory's permissions and GID for them. Previous
versions simply used 0600 mode always. For backwards compatibility
dovecot-shared file's permissions still override these with Maildir.
* SQL dictionary (quota) configuration file is different than in v1.1.
See doc/dovecot-dict-sql-example.conf for the new format.
* deliver -m: Mailbox name is now assumed to be in UTF-8 format,
not modified-UTF7. Stephan Bosch's new Sieve implementation also
assumes UTF-8 format in fileinto parameters.
+ Full support for shared mailboxes and IMAP ACL extension.
The code is mainly from Sascha Wilde and Bernhard Herzog.
+ IMAP: Added support for extensions: CONDSTORE, QRESYNC, ESEARCH,
ESORT, SEARCHRES, WITHIN, ID and CONTEXT=SEARCH.
+ SEARCH supports INTHREAD search key, but the rest of the INTHREAD
draft isn't implemented yet so it's not advertised in capability.
+ THREAD REFS algorithm where threads are sorted by their latest
message instead of the thread root message. There is also no base
subject merging.
+ IMAP: Implemented imap-response-codes draft.
+ Thread indexes for optimizing IMAP THREAD command and INTHREAD
search key.
+ Added userdb checkpassword (by Sascha Wilde)
+ Virtual mailboxes: http://wiki.dovecot.org/Plugins/Virtual
+ Autocreate plugin: http://wiki.dovecot.org/Plugins/Autocreate
+ Listescape plugin: http://wiki.dovecot.org/Plugins/Listescape
0874名無しさん@お腹いっぱい。
2009/07/03(金) 20:20:500875名無しさん@お腹いっぱい。
2009/07/10(金) 13:01:420876名無しさん@お腹いっぱい。
2009/07/19(日) 17:46:28やっぱりcyrusなのかな?
0877名無しさん@お腹いっぱい。
2009/07/27(月) 16:15:07http://dovecot.org/releases/1.2/dovecot-1.2.2.tar.gz
http://dovecot.org/releases/1.2/dovecot-1.2.2.tar.gz.sig
Found and fixes several v1.2-specific bugs. Hopefully it's now stable
for most people's usage.
* GSSAPI: More changes to authentication. Hopefully good now.
* lazy_expunge plugin: Drop \Deleted flag when moving message.
+ dovecot -n/-a now outputs also lda settings.
+ dovecot.conf !include now supports globs (e.g.
!include /etc/dovecot/*.conf). Based on patch by Thomas Guthmann.
+ acl: Support spaces in user/group identifiers.
+ shared mailboxes: If only %%n is specified in prefix, default to
current user's domain.
- Dovecot master process could hang if it received signals too rapidly.
- Fixed "corrupted index cache file" errors (and perhaps others) caused
by e.g. IMAP's FETCH BODY[] command.
- IMAP: When QRESYNC is enabled, don't crash when a new mail is
received while IDLEing.
- IMAP: FETCH X-* parameters weren't working.
- Maildir++ quota: Quota was sometimes updated wrong when it was
being recalculated.
- Searching quoted-printable message body internally converted "_"
characters to spaces and didn't match search keys with "_".
- Messages in year's first/last day may have had broken timezones
with OSes not having struct tm->tm_gmtoff (e.g. Solaris).
- virtual plugin: If another session adds a new mailbox to index,
don't crash.
0878名無しさん@お腹いっぱい。
2009/07/27(月) 23:59:48矢継ぎ早にこんなん出るあたりがすばらしい。
0879名無しさん@お腹いっぱい。
2009/07/31(金) 07:55:240880名無しさん@お腹いっぱい。
2009/08/08(土) 12:31:450881名無しさん@お腹いっぱい。
2009/08/08(土) 14:27:490882名無しさん@お腹いっぱい。
2009/08/13(木) 02:36:381.2.3 をCentOS5.3 、MUA:Thunderbird で利用しています。
searchコマンド(body)のヒットがまちまちなので、悩んでいます。
バージョン等はあまり関係ないかもしれませんが、
メールのcharsetがiconvサポート外の場合はヒットしないのは分かりますが、
iso-2022-jpの場合でも、ヒットしない場合があります。
ヒットしないメールは、
ファイルエンコード:ascii、nkf:ascii、charset:iso-2022-jp で、
本文に符号化された日本語を含んでいます。
charsetをutf-8 に書き換えると、文字化けは発生しますが、
searchでヒットするようになります。
理想的には、MIMEに手を加えずに、全件ヒットしてほしいのですが。。
デフォルトは ascii,utf-8 しか検索しないということはないですよね。
MUAのログでも、uid search body "hogehoge" しか実行していませんでした。
何か設定の見落とし等があるかもしれませんので、ご存知の方がいればご教授願いたいです。
0883名無しさん@お腹いっぱい。
2009/08/18(火) 01:46:040884名無しさん@お腹いっぱい。
2009/08/18(火) 01:49:080885名無しさん@お腹いっぱい。
2009/08/18(火) 01:56:14Thunderbirdでconnect状態の時に検索かけるとIMAPの検索がかかる。
disconnect状態だと当然Thunderbirdで検索かかるけど。
0886名無しさん@お腹いっぱい。
2009/08/19(水) 00:35:170887名無しさん@お腹いっぱい。
2009/08/25(火) 00:57:40history でも眺めて必要性があればやるかな
0888名無しさん@お腹いっぱい。
2009/08/29(土) 19:11:23auth-worker(default): pam(username,IPaddr): pam_start() failed: system error
みなさんどうですか?
0889名無しさん@お腹いっぱい。
2009/08/30(日) 22:16:280890888
2009/08/31(月) 00:22:16ところで、Snow Leopard Serverの方ってメールサーバにDovecot使ってるんですか?
0891名無しさん@お腹いっぱい。
2009/08/31(月) 01:28:210892888
2009/09/01(火) 22:33:10→MacPortで入れ替えたけど、0.9?ぐらいのままで放置してたので設定ファイル書き間違えた
→さっき見直したら動いた。
>>891
ほとんどないと思うけど。検索したらDovecot採用?ってのが出てくるからついでに聞いただけ。
0893名無しさん@お腹いっぱい。
2009/09/06(日) 20:20:100894名無しさん@お腹いっぱい。
2009/09/07(月) 17:32:14お前がdovecotがなにをするものなのか知らないということは理解してあげた。
0895名無しさん@お腹いっぱい。
2009/09/07(月) 20:09:580896名無しさん@お腹いっぱい。
2009/09/09(水) 11:39:060897名無しさん@お腹いっぱい。
2009/09/09(水) 13:00:29dovecotがMDAも兼ねる事ができるからだろ
0898名無しさん@お腹いっぱい。
2009/09/14(月) 13:09:111.1.19
0899名無しさん@お腹いっぱい。
2009/09/14(月) 13:40:44■ このスレッドは過去ログ倉庫に格納されています