Comment 21 for bug 251377

Revision history for this message
kkumax (kkuma) wrote :

As a result of trial in the cut -and-try!

# cd /etc/amavis/conf.d
#cat cat 05-domain_id
...........................
#chomp($mydomain = `head -n 1 /etc/mailname`);
chomp($mydomain = "kkuma.mydns.jp");
...........................

#cat 05-node_id
...........................
#chomp($myhostname = `hostname --fqdn`);
chomp($myhostname = "ubuntu.kkuma.mydns.jp --fqdn");
...........................

It works when you change as described above .

# hostname
ubuntu