User Tools

Site Tools


informatica:linux:hylafax

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
informatica:linux:hylafax [2010/03/19 11:15] 87.222.67.229informatica:linux:hylafax [2010/03/20 20:46] – Se ha restaurado la vieja versión javi
Line 2: Line 2:
  
 fax hylafax facsimil hylafax-server faxsend hfaxd fax hylafax facsimil hylafax-server faxsend hfaxd
- 
- 
- 
- 
  
 ===== Instalación y configuración inicial ===== ===== Instalación y configuración inicial =====
Line 96: Line 92:
  
 Si en el campo nº 11 (contando por la izquierda) hay un "1", llegó correctamente. Si hay un "0" no llegó, y además se reintentará 3 veces (pese a haberle pasado el parámetro -t 1, pero bueno...) Si en el campo nº 11 (contando por la izquierda) hay un "1", llegó correctamente. Si hay un "0" no llegó, y además se reintentará 3 veces (pese a haberle pasado el parámetro -t 1, pero bueno...)
- 
  
  
Line 119: Line 114:
 1. Editar: 1. Editar:
  
-  nano /var/spool/hylafax/bin/uuencode_it+  nano /var/spool/hylafax/etc/FaxDispatch
  
 Y añadirle el siguiente contenido: Y añadirle el siguiente contenido:
  
-  #!/bin/sh +  FILETYPE=pdf; 
-  uuencode -m $1 $1 | grep -E -v "^begin|^====$" 2>/dev/null+  SENDTO=FaxMaster;
  
-2. Hacer el archivo ejecutable:+2. Editar:
  
-  chmod +x /var/spool/hylafax/bin/uuencode_it +  nano /var/spool/hylafax/bin/uuencode_it
- +
-3. Crear: +
- +
-  nano /var/spool/hylafax/etc/FaxDispatch+
  
 Y añadirle el siguiente contenido: Y añadirle el siguiente contenido:
  
-**DUDA** no se si....+  #!/bin/sh 
 +  uuencode -m $1 $1 | grep -E -v "^begin|^====$" 2>/dev/null
  
-  FILETYPE=pdf; +3. Hacer el archivo ejecutable:
-  SENDTO=FaxMaster;+
  
-O... +  chmod +x /var/spool/hylafax/bin/uuencode_it
- +
-  ############ ANYADIDO ################### +
-   +
-  # Fichero creado por mi +
-   +
-  FILETYPE=pdf +
-  TEMPLATE=es+
  
 4. Crear los siguientes archivos: 4. Crear los siguientes archivos:
  
 +  nano /etc/hylafax/FaxDispatch
   nano /etc/hylafax/FaxNotify   nano /etc/hylafax/FaxNotify
   nano /etc/hylafax/PollDispatch   nano /etc/hylafax/PollDispatch
informatica/linux/hylafax.txt · Last modified: 2015/04/13 20:19 by 127.0.0.1