initial commit of file from CVS for smeserver-altqmail on Sat Sep 7 20:06:59 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 20:06:59 +10:00
parent c535ecdbab
commit 8a31f1fcf2
31 changed files with 901 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
{
$OUT = '';
foreach my $domain (split /[,;]/, ($altqmail{'Domains'} || '')){
$OUT .= "$domain:127.0.0.1:" . (${'altqmail-smtpd'}{'TCPPort'} || '27') . "\n";
}
}