[ Main Page ]

MTA tips

ThunderbirdでFrom: ヘッダを書き換え

Virtual Identity

Thunderbirdではメール送信時のFrom:は決めうちだが、 書き換えられるアドオンがある。ただしSMTPの方で許可してくれないと どうにもならない。

[Virtual Identity by Rene Ejury] 最新版は、www.absorb.itから入手可能。

UMIN

あまり知られていないが、UMINでは2種類の異なるサーバを利用可能である。 それぞれ独立しているので使い分けられる。使用者によっては片方しか 見ていない場合もあるので、注意する。 SMTPは、現在のところFrom:書き換えを許可しているので、送信時には便利である。 OP25B,O25B(Outboud port 25 blocking)のせいで色々と 設定が変わってきた。あとは覚え書き程度。誤りがあれば本家で確認を。

umin.ac.jp系

SMTP
sslsmtp.umin.ac.jp:587 STARTTLS SMTP-AUTH 保護された認証なし
SMTP 将来廃止予定
mail.umin.ac.jp:25 OP25Bでまず使えない
POP
center2.umin.ac.jp:995 SSL/TLS

umin.net系

SMTP
sslsmtp.umin.net:587 STARTTLS SMTP-AUTH 保護された認証なし
SMTP 将来廃止予定
sslsmtp.umin.net:465 SSL/TLS POP before SMTP
SMTP 将来廃止予定
smtp.umin.net:25 OP25Bでまず使えない
POP
sslpop.umin.net:995 SSL/TLS

あまり書かれていないけれど、SSLとTLSとSTARTTLSとが 混同された書き方になっているので注意。

SSL
Secure Sockets Layer
TLS
Transport Layer Security
STARTTLS
通常のEHLOコマンド後にSTARTTLSコマンドを実行して暗号化する
To follow the path:
look to the master,
follow the master,
walk with the master,
see through the master,
become the master.

Eric S. Raymond in "How To Become a Hacker"

    -- Eric Raymond
    -- How to Become a Hacker ( http://www.catb.org/~esr/faqs/hacker-howto.html )

One thing hackers like is brevity. Hackers are lazy, in the same way that
mathematicians and modernist architects are lazy: they hate anything
extraneous. It would not be far from the truth to say that a hacker about to
write a program decides what language to use, at least subconsciously, based
on the total number of characters he'll have to type. If this isn't precisely
how hackers think, a language designer would do well to act as if it were.

It is a mistake to try to baby the user with long-winded expressions that are
meant to resemble English. Cobol is notorious for this flaw. A hacker would
consider being asked to write

add x to y giving z

instead of

z = x+y

as something between an insult to his intelligence and a sin against God.

    -- Paul Graham
    -- Being Popular ( http://www.paulgraham.com/popular.html )


Powered by UNIX fortune(6)
[ Main Page ]