View Single Post
  #5 (permalink)  
Old 11-16-2005, 12:02 PM
goetzi goetzi is offline
Project Contributor
 
Posts: 223
Default

I solved the problem by editing the /etc/hosts:

before it was:
Code:
127.0.0.1               localhost.localdomain localhost
with this it is working:
Code:
127.0.0.1               localhost.localdomain localhost mail.*something*.mine.nu
I needed about 10 reinstalls, but now it is seems to work
Reply With Quote