Package: amavisd-new Version: 2.4.2-6.1 For our internal net, we chose a TLD which includes a dash. Amavis refuses to start, insisting $myhostname is not a FQDN:
Starting amavisd: The value of variable $myhostname is "fry.intern.cm-ag", but should have been a fully qualified domain name; perhaps uname(3) did not provide such. You must explicitly assign a FQDN of this host to variable $myhostname in amavisd.conf, or fix what uname(3) provides as a host's network name! (failed). The file /usr/sbin/amavisd-new performs an incomplete fqdn test: $myhn =~ /[^.]\.[a-zA-Z0-9]+\z/s || lc($myhn) eq 'localhost' This regular expression should be changed so it accepts all valid characters. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

