$ tar zxfv postfix-2.0.9.tar.gz
$ cd postfix-2.0.9
- 注意
ここで LD_LIBRARY_PATH が設定されているとエラーがでるので
$ unsetenv LD_LIBRARY_PATH
- make
$ make tidy
$ make makefiles
- ユーザとグループ追加
User : postfix , postdrop
Group: postfix
を作成
- インストール
# make install
- 設定ファイル変更
main.cf の
myhostname = cs.u-gakugei.ac.jp mydomain = u-gakugei.ac.jp myorigin = $myhostname mynetworks = 157.105.54.0/24, 127.0.0.0/8
- postfix スタート
# postfix start
- Reference
BLUCOARA a Network Station - Postfix
http://solaris.bluecoara.net/servers/postfix/postfix1.phtml