HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
[hylafax-users] I: help me
Hi i have sendmail 8.11
and I have cut this
----------------------------cut here--------------------------------
#!/bin/sh
echo DEFANGED.13
exit
#!/bin/sh
echo DEFANGED.2127
exit
#! /bin/sh
#
# mailfax - email to fax gateway for sendmail
#
# This file should be installed as /usr/local/lib/fax/mailfax
# (the default path in the sendmail.cf file).
#
# Edit your sendmail configuration to include MAILER(fax). This adds:
#
# Mfax, P=/usr/local/lib/fax/mailfax, F=DFMhu, S=14, R=24,
# M=100000, T=X-Phone/X-FAX/X-Unix,
# A=mailfax $u $h $f
#
# and the following address rewriting rule to rule set 0:
#
# # resolve fake top level domains by forwarding to other hosts
# R$+< @ $+ .FAX. > $#fax $@ $2 $: $1 user@host.FAX
#
# Things to note re faxmail options
#
# -v verbose output ( faxlog needs mode 666 permissions )
# -n no cover page
# -s a4 set a4 page size
# -d direct delivery in the form: test@123456.FAX pkw@elgro.co.uk
#
#
/usr/local/bin/faxmail -v -n -s a4 -d "$1@$2" "$3" 2>/var/log/faxlog
---------------------------cut here--------------------------------
and past at last of sendmail.cf
the service is restart corectly but if i send a mail at test@00444582973.fax
the mail server resend me the following message:
The original message was received at Thu, 3 Jul 2003 11:33:46 +0200
from [192.168.20.23]
----- The following addresses had permanent fatal errors -----
<test@00444582973.FAX>
(reason: 550 Host unknown)
----- Transcript of session follows -----
550 5.1.2 <test@00444582973.FAX>... Host unknown (Name server:
00444582973.fax: host not found)
how can i resolv it?
Thank you
__________________________________
Matteo Tessari
Trivellato S.p.A.
www.trivellato.it <http://www.trivellato.it>
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@hylafax.org.*