[Javaemailserver-user] UnknownHostException on startup
Brought to you by:
edaugherty,
mfg8876
|
From: <jav...@li...> - 2011-06-21 13:48:26
|
I downloaded the latest version of JES just now and updated the user.conf,
mail.conf (following the instructions in the pdf file for non-root
privileges) en start it up using mail.sh (on my mac).
I get the following exception on startup and all the emails I try to send
are rejected:
2011-06-21 15:13:46,809 - [main] Mail - JES Starting Up...
DNSJavaNameService: Unexpected error.
java.net.UnknownHostException: rpi-macbook-pro-6.local
at
org.xbill.DNS.spi.DNSJavaNameService.lookupAllHostAddr(DNSJavaNameService.ja
va:147)
at
org.xbill.DNS.spi.DNSJavaNameService.invoke(DNSJavaNameService.java:97)
at $Proxy0.lookupAllHostAddr(Unknown Source)
at
java.net.InetAddress.getAddressFromNameService(InetAddress.java:1201)
at java.net.InetAddress.getLocalHost(InetAddress.java:1351)
at javax.crypto.SunJCE_b.j(DashoA13*..)
at javax.crypto.SunJCE_b.d(DashoA13*..)
at javax.crypto.SunJCE_b.c(DashoA13*..)
Any idea what I might have forgotten?
|