Home Tag : postfix

Debianでpostfix

とりあえず動かせる程度のメモ

postfixのインストール

aptitude install postfix

/etc/postfix/main.cfの編集

コメントアウト

mailbox_command = procmail -a "$EXTENSION"

追加

inet_interfaces = localhost
home_mailbox = Maildir/

テスト

$ mail [ユーザ名]
Subject: TEST
This is test mail.

.

Cc:
自動で/home/usenameの下にMailboxができてるはず。

参考

ヽ( ・∀・)ノくまくまー(2006-10-25)
«Prev || 1 || Next»

Home

Page Top