Changed
chomp($mydomain = `head -n 1 /etc/mailname`);
to:
$mydomain = "example.com";
in /etc/amavis/conf.d/05-domain_id following a comment on this entry:
https://serverfault.com/questions/50442 … tus-header
Now the error message seems to be gone.
Changed
chomp($mydomain = `head -n 1 /etc/mailname`);
to:
$mydomain = "example.com";
in /etc/amavis/conf.d/05-domain_id following a comment on this entry:
https://serverfault.com/questions/50442 … tus-header
Now the error message seems to be gone.