/etc/hostname
fax
/etc/hosts
127.0.0.1 localhost 192.168.1.16 fax.private.ckenko25.jp fax
ホスト名を有効にする
# hostname -F /etc/hostname
faxユーザーを登録する
# groupdel fax # adduser fax
/etc/postfix/master.cf
fax unix - n n - 1 pipe flags= user=fax argv=/usr/bin/faxmail -d -n ${user}
/etc/postfix/transport
fax.your.domain fax:localhost
trapsport.db作成
# postmap /etc/postfix/transport
/etc/postfix/main.cf
transport_maps = hash:/etc/postfix/transport fax_destination_recipient_limit = 1
postfixの再起動
# /etc/init.d/postfix restart
ファックスの送信テスト
# date | mail 07892*****@fax.private.ckenko25.jp
デバッグ
# tail -n100 /var/log/mail.log
リモートPCからの送信
/etc/postfix/main.cf
….
relayhost = [リレー先のIP]
….
コメント