On Thu, Aug 16, 2012 at 11:22 AM, Thufir <[email protected]> wrote: > On 08/16/2012 12:49 AM, Eric Charles wrote: >> >> use ./run.sh to see any exception. If you don't get back the prompt, >> James is running. >> >> Read the following lines: >> * We ship in the conf foler template configuration files. >> * You can override the default configuration : >> Copy the conf folder any ...-template... you need and update according >> to your needs. >> >> Thx, Eric > > > > When I run the james console I see: > > jvm 1 | INFO 01:19:40,316 | james.smtpserver | SMTP Service bound to: > 0.0.0.0:25 > > > but cannot find that IP address in smtpserver-template.conf unfortunately. > > Shouldn't that be 127.0.0.1:25? I also see many 0.0.0.0 IP addresses in > that config file. > > Why aren't they set to localhost? I changed them, but still get that error. >
Hi Thufir, I'd recommend you read a good network book for a clearer picture. In short: 0.0.0.0 is the ALL network interface, it means James will accept connection on all public interfaces (IP addresses). quick: http://en.wikipedia.org/wiki/0.0.0.0 If you set James to listen to localhost you will not be able to accept connections from other machines. > > thanks, > > Thufir > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Ioan Eugen Stan / CTO / http://axemblr.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
