mail.ep.sci.hokudai.ac.jp にログインし.以下の手順で ~/.qmail を編集 します.
$ echo ./Maildir/ > ~/.qmail
$ chmod 600 ~/.qmail
これによりメールが ~/Maildir に配送されるようになります.
$ imsetup
以下のような質問が来るので, 適切に答える
(通常, デフォルトのままで良いので, リターンを押し続ける)
Where is your home directory? [/home/sugiyama] Where is your Mail directory? [/home/sugiyama/Mail] Where is your News directory? [/home/sugiyama/News] What is your E-mail address(es)? [sugiyama@ep.sci.hokudai.ac.jp] Do you want to use value of Content-Length header for delimitation for localmail? (Answer yes if your OS supports Content-Length header like Solaris 2.x,otherwise answer no.) [no] Does your system can detect write errors without fsync(2)? (You can answer yes, if your home directory is on local file system, otherwise answer no.) [no]そうすることで, 設定ファイル ~/.im/Config がつくられる.
$ vi ~/.im/Config編集する必要のあるのは以下の箇所. コメントアウトを外し, しかるべく書き込む. (## はセクションを意味し, →の後ろが編集後のもの). もちろん, 説明を読んで詳細な設定を行っても良い
## Individual information
# NAME=
→ NAME=SUGIYAMA Koichiro(自分の名前を書き込む)
## SERVER
#Smtpservers=localhost
→ Smtpservers=localhost
## imget specific
#Imget.Src=local # default source of imget (local mailbox)
→ Imget.Src=local
#MBoxStyle=qmail
→ MBoxStyle=qmail
#Imget.Src=local:${HOME}/MailDir # in case of qmail
→ Imget.Src=local:${HOME}/Maildir (Maildir の D を小文字に! )