Hylafax Mailing List Archives

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]

[hylafax-users] Mail to Fax Problems



I am having trouble with trying to get the mail to fax gateway on Hylafax
4.1 beta 2 on Redhat linux 6.1 (Cartman).

If anyone could possibly offer any words of wisdom, please enlighten me!

Every time I try to send a fax via mail, I get the following email response:

----------
Your facsimile job to 094674201 was not sent because document conversion
to facsimile failed. The output from the converter program was:
Could not reopen converted document to verify format
Check any PostScript documents for non-standard fonts and invalid
constructs.
---- Unsent job status ----
Destination: 094674201
JobID: 15
GroupID: 15
Mailaddr: _@elmer.computerway.com.au
Submitted From: localhost
Page Width: 215 (mm)
Page Length: 279 (mm)
Resolution: 196 (lpi)
Status: Could not reopen converted document to verify format
Dialogs: 0 (exchanges with remote device)
Dials: 0 (consecutive failed calls to destination)
Calls: 0 (total phone calls placed)
Pages: 0 (pages transmitted)
TotPages: 0 (total pages to transmit)
Attempts: 0 (attempts to send current page)
Dirnum: 0 (directory of next page to send)
---- Documents submitted for transmission ----
The following documents were submitted for transmission and are
available on the server for reuse until they are automatically
purged when this job is removed. Documents may also be manually
removed using the faxrm command; consult faxrm(1) for information.
Filename Size Type
docq/doc18.ps.17 0 PostScript

----------

My postscript file looks something like this:

----------
%!PS-Adobe-3.0
%%Creator: HylaFAX TextFmt Class
%%Title: HylaFAX-Mail
%%CreationDate: Thu Aug 10 17:13:34 2000
%%For: root
%%Origin: 0 0
%%BoundingBox: 0 0 612 792
%%Pages: (atend)
%%PageOrder: Ascend
%%Orientation: Portrait
%%DocumentNeededResources: font Helvetica-Bold Courier
%%EndComments
%%BeginProlog
/$printdict 50 dict def $printdict begin
/ISOLatin1Encoding where{pop save true}{false}ifelse
/ISOLatin1Encoding[
 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
 /.notdef /.notdef /space /exclam /quotedbl /numbersign
 /dollar /percent /ampersand /quoteright /parenleft
 /parenright /asterisk /plus /comma /minus /period
 /slash /zero /one /two /three /four /five /six /seven
 /eight /nine /colon /semicolon /less /equal /greater
 /question /at /A /B /C /D /E /F /G /H /I /J /K /L /M
 /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft
 /backslash /bracketright /asciicircum /underscore
 /quoteleft /a /b /c /d /e /f /g /h /i /j /k /l /m
 /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft
 /bar /braceright /asciitilde /guilsinglright /fraction
 /florin /quotesingle /quotedblleft /guilsinglleft /fi
 /fl /endash /dagger /daggerdbl /bullet /quotesinglbase
 /quotedblbase /quotedblright /ellipsis /trademark
 /perthousand /grave /scaron /circumflex /Scaron /tilde
 /breve /zcaron /dotaccent /dotlessi /Zcaron /ring
 /hungarumlaut /ogonek /caron /emdash /space /exclamdown
 /cent /sterling /currency /yen /brokenbar /section
 /dieresis /copyright /ordfeminine /guillemotleft
 /logicalnot /hyphen /registered /macron /degree
 /plusminus /twosuperior /threesuperior /acute /mu
 /paragraph /periodcentered /cedilla /onesuperior
 /ordmasculine /guillemotright /onequarter /onehalf
 /threequarters /questiondown /Agrave /Aacute
 /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
 /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute
 /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute
 /Ocircumflex /Otilde /Odieresis /multiply /Oslash
 /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn
 /germandbls /agrave /aacute /acircumflex /atilde
 /adieresis /aring /ae /ccedilla /egrave /eacute
 /ecircumflex /edieresis /igrave /iacute /icircumflex
 /idieresis /eth /ntilde /ograve /oacute /ocircumflex
 /otilde /odieresis /divide /oslash /ugrave /uacute
 /ucircumflex /udieresis /yacute /thorn /ydieresis
]def{restore}if
/reencodeISO{
  dup length dict begin
    {1 index /FID ne {def}{pop pop} ifelse} forall
    /Encoding ISOLatin1Encoding def
    currentdict
  end
}def
/findISO{
  dup /FontType known{
    dup /FontType get 3 ne
    1 index /CharStrings known{
      1 index /CharStrings get /Thorn known
    }{false}ifelse
    and
  }{false}ifelse
}def
/Cols 1 def
/PageWidth 8.00 def
/PageHeight 10.40 def
/LH 240 def
/B{gsave}def
/LN{show}def
/EL{grestore 0 -240 rmoveto}def
/M{0 rmoveto}def
/O{gsave show grestore}def
/LandScape{90 rotate 0 -15840 translate}def
/U{1440 mul}def
/UP{U 72 div}def
/S{show grestore 0 -240 rmoveto}def
/InitGaudyHeaders{
  /HeaderY exch def /BarLength exch def
  /ftD /Times-Bold findfont 12 UP scalefont def
  /ftF /Times-Roman findfont 14 UP scalefont def
  /ftP /Helvetica-Bold findfont 30 UP scalefont def
  /fillbox{ % w h x y => -
    moveto 1 index 0 rlineto 0 exch rlineto neg 0 rlineto
    closepath fill
  }def
  /LB{ % x y w h (label) font labelColor boxColor labelPtSize => -
    gsave
    /pts exch UP def /charcolor exch def /boxcolor exch def
    /font exch def /label exch def
    /h exch def /w exch def
    /y exch def /x exch def
    boxcolor setgray w h x y fillbox
    /lines label length def
    /ly y h add h lines pts mul sub 2 div sub pts .85 mul sub def
    font setfont charcolor setgray
    label {
      dup stringwidth pop
      2 div x w 2 div add exch sub ly moveto
      show
      /ly ly pts sub def
    } forall
    grestore
  }def
  /Header{ % (file) [(date)] (page) => -
    /Page exch def /Date exch def /File exch def
    .25 U HeaderY U BarLength .1 sub U .25 U [File] ftF .97 0 14 LB
    .25 U HeaderY .25 add U BarLength .1 sub U .25 U [()] ftF 1 0 14 LB
    .25 U HeaderY U 1 U .5 U Date ftD .7 0 12 LB
    BarLength .75 sub U HeaderY U 1 U .5 U [Page] ftP .7 1 30 LB
    1 1 Cols 1 sub{
      BarLength Cols div mul .19 add U HeaderY U moveto 0 -10 U rlineto
stroke
    }for
  }def
}def
/InitNormalHeaders{
  /HeaderY exch def /BarLength exch def
  /ftF /Times-Roman findfont 14 UP scalefont def
  /ftP /Helvetica-Bold findfont 14 UP scalefont def
  /LB{ % x y w h (label) font labelColor labelPtSize => -
    gsave
    /pts exch UP def /charcolor exch def
    /font exch def /label exch def
    /h exch def /w exch def
    /y exch def /x exch def
    /ly y h add h pts sub 2 div sub pts .85 mul sub def
    font setfont charcolor setgray
    label stringwidth pop 2 div x w 2 div add exch sub ly moveto
    label show
    grestore
  }def
  /Header{ % (file) [(date)] (page) => -
    /Page exch def pop /File exch def
    .25 U HeaderY U BarLength 2 div U .5 U File ftF 0 14 LB
    BarLength .75 sub U HeaderY U 1 U .5 U Page ftP 0 14 LB
    1 1 Cols 1 sub{
      BarLength Cols div mul .19 add U HeaderY U moveto 0 -10 U rlineto
stroke
    }for
  }def
}def
/InitNullHeaders{/Header{3{pop}repeat}def pop pop}def
8.00 10.65 InitNullHeaders
/sf1{/Helvetica-Bold findfont  findISO{reencodeISO /Helvetica-Bold-ISO exch
definefont}if  10 UP scalefont setfont}def
/s1{sf1 show}def
/sf0{/Courier findfont  findISO{reencodeISO /Courier-ISO exch definefont}if
10 UP scalefont setfont}def
/s0{sf0 show}def
%	$Id: faxmail.c++,v 1.56 1996/07/02 19:49:58 sam Exp sam
%
% faxmail prologue.
%
/EPSbegin{save gsave 20 20 scale 200 dict begin}def
/EPSend{end grestore restore}def
end
%%EndProlog
%%Trailer
%%Pages: 0
%%EOF

----------


____________________ HylaFAX(tm) Users Mailing List _______________________
 To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null



Home
Report any problems to webmaster@hylafax.org

HylaFAX is a trademark of Silicon Graphics Corporation.
Internet connectivity for hylafax.org is provided by:
VirtuALL Private Host Services