Re: SMTP servers, clients and ports

2011-05-10 Thread Norman Maurer
Hi there, comments inside.. 2011/5/10 Dwayne Nelson : > I'm having a difficult time understanding how to set-up and test a basic > James configuration, especially for sending messages. > > First, my configuration: 3.0 M3 20110509.105439-346 on Ubuntu (Natty) > 64-bit. > > Ports 25 and 143 are op

SMTP servers, clients and ports

2011-05-10 Thread Dwayne Nelson
I'm having a difficult time understanding how to set-up and test a basic James configuration, especially for sending messages. First, my configuration: 3.0 M3 20110509.105439-346 on Ubuntu (Natty) 64-bit. Ports 25 and 143 are open (I've decided to go without encryption until I can get the se

Re: How to Install Mailet?

2011-05-10 Thread Daniele Lozzi
in match attribute you must insert a class that extend GenericMatcher class, so, probably, a class is capitalized. So you must to write a Matcher that can recognize if a mail is inbound or not and than you fill your matcher in match attribute.. example: fi