initial commit of file from CVS for smeserver-hylafax on Sat Sep 7 20:28:13 AEST 2024
This commit is contained in:
11
root/etc/e-smith/db/domains/migrate/80fax
Normal file
11
root/etc/e-smith/db/domains/migrate/80fax
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
my $fax = $DB->get('fax')
|
||||
|| $DB->new_record('fax', {type => 'domain'});
|
||||
|
||||
my $de = $fax->prop('Description');
|
||||
return "" if $de;
|
||||
|
||||
$fax->set_prop('Content', 'Primary');
|
||||
$fax->set_prop('Description', 'Domain for Sending Faxes');
|
||||
$fax->set_prop('Nameservers', 'localhost');
|
||||
}
|
Reference in New Issue
Block a user