Stefano
Thank you for your reply, I think you are on the right lines.
S85hylafax in cd /etc/e-smith/templates-custom/etc/inittab/S85hylafax contains
{
use esmith::config;
use esmith::db;
my %conf;
tie %conf, 'esmith::config';
my $ShortComPort = 'ttyS0';
$ShortComPort = 'tty' . uc(substr(db_get_prop(\%conf, 'hylafax', 'ComPort'),8,2));
{
$OUT .= "fax:23457:respawn:/usr/sbin/faxgetty " . $ShortComPort;
}
}
This puts the line fax:23457:respawn:/usr/sbin/faxgetty ttyS0 in etc/initab
I have added the line at the end
fax1:23457:respawn:/usr/sbin/faxgetty ttyS5
expanded the template and restarted hylafax
This has not added the modem on ttyS5 as a modem which I can use to send faxes from the YAHFJC client.
I have made these changes remotely and will not be on site until tomorrow afternoon when I can connect the modem on ttyS5 to a phone line to test if it will now receive faxes.
I will let you know if it works.