Mew を使っている人なら絵入りでなくても理解できると思いますので、簡潔に 記します。結論から言うと、問題ありません。 ~/.im/Config はテスト用に適当に以下のように設定するとします。 Address=username@localhost FromDomain=localhost ToDomain=localhost Name=Lastname Firstname User=username MailDir=Mail InboxFolder=+inbox DraftFolder=+draft TrashFolder=+trash Smtpservers=localhost Imget.Src=pop/pop:username@localhost ~/.emacs には (setq mew-from "Firstname Lastname ") などとします。これでメールを出すと、ちゃんと accept されます。 (~/.im/putlog より抜粋) 1999/03/12 23:54:59 proto=esmtp server=localhost id=<19990312235458V.username@localhost> to= stat=sent (250 36EA27E3.00000006@mail.sugihara.com Message accepted for delivery) 受信に際して、詳細なメッセージを出すために imget を perl で動かすと C:\Mew-Win\Perl\bin>perl imget --verbose=on Password: ******* imget: accessing POP/POP:username@localhost for get imget: opening POP session (POP) imget: opening pop3 session to localhost(110). imget: >>> +OK POP3 Infradig-MAIL <4.921314539@mail.sugihara.com> imget: <<< USER username imget: >>> +OK enter password imget: <<< PASS ******** imget: >>> +OK logged in imget: getting number of message. imget: <<< STAT imget: >>> +OK 1 559 imget: 1 message(s) found. imget: Getting new messages into +inbox.... imget: getting message 1. imget: <<< RETR 1 imget: >>> +OK message 1 follows imget: saving the message into +inbox imget: creating file: C:/Mew-Win/username /Mail/inbox/1 imget: creating +inbox/1 1 03/12 To:username@lo test test imget: deleting message 1. imget: <<< DELE 1 imget: >>> +OK message 1 deleted imget: 1 message(s). imget: closing POP session. imget: <<< QUIT imget: >>> +OK closing connection 問題無く受信できます。ちなみにメールはこの様になりました。 Return-Path: Received: from unknown by mail.sugihara.com with id 36EA27E3.00000006@mail.sugihara.com; Fri, 12 Mar 1999 23:54:59 -0900 Message-Id: <19990312235458V.username@localhost> Sender: Lastname Firstname Subject: test From: Firstname Lastname To: username@localhost Date: Fri, 12 Mar 1999 23:54:58 +0900 (JST) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit X-Mailer: Mew version 1.92.4 on Emacs 19.28 / Mule 2.3 (SUETSUMUHANA) X-Dispatcher: imput version 971024 Lines: 3 test これはメールのテストです。