Hallo,
habe ein Problem mit exim4:
|
Source code
|
1
2
3
4
|
root@nslu / $ /etc/init.d/exim4 start
Starting MTA:hostname --fqdn did not return a fully qualified name, dc_minimaldns will not
work. Please fix your /etc/hosts setup.
exim4.
|
Was soll ich denn in /etc/hosts anpassen?
|
Source code
|
1
2
3
4
5
6
7
8
9
10
|
127.0.0.1 localhost
192.168.178.3 nslu
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
|
Mein Router vergibt statische DHCP Leases aus /etc/hosts (MAC <-> IP).
Im Anhang noch einmal der Output von "sh -x /etc/init.d/exim4 start", also mehr Details (falls es hilft).