On 08/15/2012 08:06 AM, Eric Charles wrote:
Seems like your are talking to Postfix and not James.. (see the 220
answer which claims "Postfix (Ubuntu)"
Stop your postfix daemon, (re)start James, and just retry.
Thx, Eric
Ok, that makes sense, I was a bit sleepy, LOL. Pardon about that.
However, when, programatticaly you do something like:
"Here is the code that configures java-mail client with James's
address, port and the user. POP3 and IMAP are for retrieval, SMTP is
for sending.
props.put("mail.user", user);
props.put("mail.host", host);
props.put("mail.debug", debug ? "true" : "false");
props.put("mail.store.protocol", "pop3");
props.put("mail.transport.protocol", "smtp");"
http://article.gmane.org/gmane.comp.jakarta.james.user/18771
how do ensure, similarly, that you're talking to James and not postfix?
thanks,
Thufir
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]