Changes

From SME Server
Jump to navigationJump to search
458 bytes added ,  00:57, 16 December 2009
→‎Other Modifications: Added mailfax modifications, taken from the French HylaFax wiki-page
Line 132: Line 132:     
  /etc/rc.d/init.d/hylafax restart
 
  /etc/rc.d/init.d/hylafax restart
 +
 +
----
 +
To be able to send a fax by mailfax with the latest version of HylaFax, edit the file:
 +
  nano -w /var/spool/hylafax/etc/mailfax
 +
 +
Comment out the following lines, like:
 +
  ### /usr/bin/faxmail -f Helvetica-Bold | /usr/bin/sendfax \
 +
  ### -f "$SENDER" \
 +
  ### -n -d "$EXT2@`/usr/bin/expr \"$HOST\" : '\(.*\)\.fax$'`"
 +
 +
Underneath the above lines add:
 +
  /usr/bin/faxmail -s a4 \
 +
  -n -u uucp "$EXT2@`/usr/bin/expr \"$HOST\" : '\(.*\)\.fax$'`" \
 +
  "$SENDER"
    
=== Bugs ===
 
=== Bugs ===
167

edits

Navigation menu