diff -urN smeserver-hylafax-0.9.old/root/etc/e-smith/templates/etc/hylafax/hyla.conf/30faxsetup smeserver-hylafax-0.9/root/etc/e-smith/templates/etc/hylafax/hyla.conf/30faxsetup --- smeserver-hylafax-0.9.old/root/etc/e-smith/templates/etc/hylafax/hyla.conf/30faxsetup 1970-01-01 01:00:00.000000000 +0100 +++ smeserver-hylafax-0.9/root/etc/e-smith/templates/etc/hylafax/hyla.conf/30faxsetup 2021-10-15 12:28:22.621387769 +0100 @@ -0,0 +1,3 @@ +# FontMap/FontPath added by faxsetup (Tue Oct 12 15:53:28 EEST 2021) +FontMap: /var/spool/hylafax/etc +FontPath: /usr/share/ghostscript/Resource/Init:/usr/share/ghostscript/lib:/usr/share/ghostscript/Resource/Font:/usr/share/ghostscript/fonts:/usr/share/fonts/urw-base35:/usr/share/ghostscript/conf.d/:/etc/ghostscript/:/usr/share/fonts:/usr/share/ghostscript/Resource/Init:/usr/share/ghostscript/lib:/usr/share/ghostscript/Resource/Font:/usr/share/ghostscript/fonts:/usr/share/fonts/urw-base35:/usr/share/ghostscript/conf.d/:/etc/ghostscript/:/usr/share/fonts \ No newline at end of file diff -urN smeserver-hylafax-0.9.old/root/var/spool/hylafax/etc/mailfax smeserver-hylafax-0.9/root/var/spool/hylafax/etc/mailfax --- smeserver-hylafax-0.9.old/root/var/spool/hylafax/etc/mailfax 2021-10-15 11:42:29.799036536 +0100 +++ smeserver-hylafax-0.9/root/var/spool/hylafax/etc/mailfax 2021-10-15 12:29:53.982309475 +0100 @@ -7,6 +7,11 @@ TMPVAR=${TMPVAR//\$\(/} SENDER=${TMPVAR//\)/} -/usr/bin/faxmail -f Helvetica-Bold | /usr/bin/sendfax \ --f "$SENDER" \ --n -d "$EXT2@`/usr/bin/expr \"$HOST\" : '\(.*\)\.fax$'`" +#/usr/bin/faxmail -f Helvetica-Bold | /usr/bin/sendfax \ +#-f "$SENDER" \ +#-n -d "$EXT2@`/usr/bin/expr \"$HOST\" : '\(.*\)\.fax$'`" + +/usr/bin/faxmail -s a4 \ +-n -u uucp "$EXT2@`/usr/bin/expr \"$HOST\" : '\(.*\)\.fax$'`" \ +"$SENDER" +