相続、親が弱ってきたら銀行の預金は親の面倒を見ているものが全て解約して管理すべきである、銀行は解約させない!!

hylafax メールでファックスを送付する

HylaFax

/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]

….

HylaFax
スポンサーリンク
シェアする
ふじやんをフォローする
スポンサーリンク
なんでもDIY

コメント