From itteyoshi@yahoo.ac.jp Wed Oct 9 09:17:29 2002
みたいな行があると、POP したときに
>From itteyoshi@yahoo.ac.jp Wed Oct 9 09:17:29 2002
になってるのは常識?いや、sendmail のメールボックス内でそうなってるのはわかるんですが、 POP したときもそのままってのは正常なんでしょうか? POP サーバに何を使ってるかに依存するといわれればそれまでですが、 Berkely mailbox 形式を使っている MTA でなければ起こらないことなので、 sendmail スレに書いてみました。
>>592 詳しく見てないけどあるかもしれん。DNS 周りの話だから。 実際問題として spammer がこの弱点を使うとは思えない。悪用するには、 発信元の IP アドレスに対する逆引きネームサーバを管理していて、 かつそのネームサーバを (おそらくソースレベルで) 修正する必要がある。 わざわざ固定 IP 取って自前でネームサーバ建ててやらにゃならん。 spammer にはあまり嬉しくない話だ。証拠もログに残っちまうし。
595 :Message-ID :02/12/14 05:08
sendmail に特化した話ではないのですが、 MTA 総合スレッドが見つからなかったのでここに書き込みさせてください。
RFC2822では Message-ID の満たす要件として、
The message identifier (msg-id) itself MUST be a globally unique identifier for a message. The generator of the message identifier MUST guarantee that the msg-id is unique.
>>595 蛇足だとはおもいますが、RFC 2822 から該当箇所を引用しておきます。 There are several algorithms that can be used to accomplish this. Since the msg-id has a similar syntax to angle-addr (identical except that comments and folding white space are not allowed), a good method is to put the domain name (or a domain literal IP address) of the host on which the message identifier was created on the right hand side of the "@", and put a combination of the current absolute date and time along with some other currently unique (perhaps sequential) identifier available on the system (for example, a process id number) on the left hand side. Using a date on the left hand side and a domain name or domain literal on the right hand side makes it possible to guarantee uniqueness since no two hosts use the same domain name or IP address at the same time. Though other algorithms will work, it is RECOMMENDED that the right hand side contain some domain identifier (either of the host itself or otherwise) such that the generator of the message identifier can guarantee the uniqueness of the left hand side within the scope of that domain.
virtusertableを使ってバーチャルドメイン管理してますが 一部のドメインだけ pop before smtp にする、 なんて事できますか? xxxx@ssss.jp はユーザー名チェックだけでSMTP利用可能 xxxx@bbbb.jp は pop before smtp でないとSMTP利用できない みたいなの