Am 7. Juni 2010 16:50 schrieb David Bletgen <[email protected]>: > Schau mal unter /etc/amavis/conf.d/05-node_id
Das Problem hat sich mittlerweile schon gelöst nachdem ich /etc/mailname aktualisiert habe. /etc/amavis/conf.d/05-node_id use strict; # $myhostname is used by amavisd-new for node identification, and it is # important to get it right (e.g. for ESMTP EHLO, loop detection, and so on). chomp($myhostname = `hostname --fqdn`); # To manually set $myhostname, edit the following line with the correct Fully # Qualified Domain Name (FQDN) and remove the # at the beginning of the line. # #$myhostname = "mail.example.com" 1; # ensure a defined return Wenn ich diese Configdatei richtig verstehe holt er sich den Hostname mit dem Befehl hostname --fqdn. Aber in Wirklichkeit hat sich Amavis den Hostname aus /etc/mailname geholt... Bug? Naja wie dem auch sei das Problem ist ja gelöst. Chris _______________________________________________ postfix-users mailing list [email protected] http://de.postfix.org/cgi-bin/mailman/listinfo/postfix-users
