Ci ho smanettatto tutto il giorno ma niente, la configurazione è giusta
// Application server absolute URL/Domain/IP (without ending "/")
$applicationBaseUri = "http://192.168.10.152";
// use "/" if faxy is in the website root
// application base URL (with leading and ending "/")
$applicationBaseDir = "/";
// absolute path on the server for the fax archive directory (with leading and ending "/")
$applicationArchivePath = "/var/spool/hylafax/archive/";
// In order to make PDF files visible from the web interface
// is necessary to make a symlink to the fax archive directory
// in the application web folder
// Read and write permission must be set for apache's user (usually www-data)
// symlink to the archive fax directory above from the application dir (without any "/")
$applicationSymLink = "archive";
// Spool directory of incoming fax (with leading and ending "/")
$applicationSpoolDir = "/var/spool/hylafax/recvq/";
Inoltre ho creato il link come descitto nel file config
secondo me è un problema di permessi, infatti quando sfoglio l'archivio e provo ad aprire un fax pdf mi blocca dicendomi che non ho i permessi per accedere al file.
Ho fatto un po' di prove con i permessi ma niente.
Per oggi devo mollare (sabato pom. chi la sente la moglie).
Lunedì voglio riprovarci vi farò sapere.
Dopo provo a contattare lo sviluppatore.
Buon fine settimana a tutti