Tagged Questions
The james tag has no wiki summary.
7
votes
1answer
357 views
Storing data in MySql table through Javamail failed
How can I store the messages which I've written through javamail into MySQL table?
I've already configured james server config file to connect to MySQL server(with datasource element name maildb), ...
5
votes
3answers
2k views
Someone knows a mail (SMTP) delivery library for Java?
I'd like to send mail without bothering with the SMTP-Server which is used for delivery.
So JavaMail API doesn't work for me because I have to specify a SMTP server to connect to.
I'd like the ...
2
votes
1answer
101 views
Apache James Learning Resources
The plan is to create a list of Apache James learning resources, involving a wide a range of aspects from setting it up to using API from java.
If you read this and have some great tutorial at your ...
2
votes
2answers
384 views
Unable to send mail apache james
I am trying to send email using apache james with this code
public static void main(String[] args)
{
String user = "sumit"; // Newly created user on JAMES
String password = "sumit"; // user ...
2
votes
1answer
1k views
NoSuchAlgorithmException: Algorithm HmacSHA1 not available
Look at the following line of java:
Mac.getInstance("HmacSHA1");
If I put this in a simple test program, it runs without problems on my server. However, if I use this line in a container, I get
...
1
vote
1answer
42 views
How to hook a listener to the SSL Handshake?
i would like to be notifyed when a new SSL Connection starts and the handshake begins.
I need to get the Certificate before the keystore gets invoked.
Is there some way to register a listener to ...
1
vote
1answer
81 views
Apache JAMES behind NAT
I am having problems getting my mail server to work. It used to work fine when I was connected directly to the Internet but I had to move the machine and it is now behind a NAT router. I have setup ...
1
vote
2answers
109 views
How to implement a script that listens for new mail and then perform an action
I have an apache James mail server setup and I would like to create a script that will listen for new mail and then communicate with an Asterisk server to call a user phone number and read the ...
1
vote
1answer
95 views
How can I connect to Apache James' user repository and retrieve a list of users through Java code?
How can I connect to Apache James' user repository and retrieve a list of users through Java code? Is there a way using the Apache James api?
Thank You
Chris
1
vote
1answer
160 views
myname@localhost.com with JAMES
I just installed JAMES (Java Apache Mail Enterprise Server) and I am trying to use this as a mail server.
I am trying to create a mail ID myname@localhost.com and I want it to receive a mail from ...
1
vote
0answers
621 views
Unable to send mail using JAMES mail server?
I have setup JAMES email server on my local windows system. Now I am trying to send mail to my yahoo account but I am getting the following error
13/11/10 12:39:56 INFO James.Mailet: ...
1
vote
1answer
498 views
Using James Server in Eclipse With JavaMail
Would anyone be able to tell me how I can go about using James server as my server with Java in Eclipse?
I'm trying to test the two classes posted below but i get the following error:
Exception in ...
1
vote
1answer
464 views
JAMES Mailet development process
I'm starting a project that involves writing mailets for Apache James. As far as I can tell, the only way to test a change in my code (on Windows) is through the following steps:
Compile the mailet ...
1
vote
2answers
744 views
Connecting error through javamail
I'm trying to connect to james server using imap protocol, but I'm getting following exception:
Exception in thread "main" javax.mail.MessagingException: Network is unreachable: connect;
nested ...
1
vote
1answer
167 views
apache james, jsp servlet
I am trying to make a mail application through apache james, but I could not really get all the
things, please give suggestions how to use it. MOreover, I could not figure it how to use jsp and ...
0
votes
0answers
20 views
Unable to send mail to outside domain using localhost as a host via Apache James
Hi I am using Apache James 2.3.2 and I am unable to send message to gmail user using localhost as a mailing host and I am not getting any exception and the message is getting stored in Outgoing folder ...
0
votes
1answer
34 views
Webmail wicket widget to use in own application?
I need build in message functionality in my wicket application.
(send, receive, contacts list, attachments, reply, forward etc.)
For server side I try apache-james because it is written in Java - can ...
0
votes
0answers
48 views
Apache James and GMX - helo has been denied
I have a Suse 11.4 Server with Apache James 2.3.2 mail server on it and everything is working.
But if I send a mail from James to GMX (Email-provider, www.gmx.net) it responds an error
Hi. This is ...
0
votes
1answer
35 views
Apache James - missing charset information in message
I am creating email message using Apache James. I add TextBody to message with text/html content:
for (int i = 0, bodyPartsSize = bodyParts.size(); i < bodyPartsSize; i++) {
BodyPart bodyPart ...
0
votes
0answers
37 views
Apache Unable to send Email from Client
I have recently install and configure Apache JAMES on my server, I can send and recieve emails from localhost, but I have problem when using a cliente like Thunderbird or Outllok, I recieve emails ...
0
votes
0answers
42 views
Implementation of Clientside Authentification with Apache James
i am using Apache james as a mailserver and i need to implement both side Client- and Serverside Authentification with X509 certificates.
The serverside is pretty easy and only a matter of ...
0
votes
1answer
38 views
How to access config.xml of James from the POP3Server class?
I am changing some parts of the James POP3Server class and inject it afterwards via IoC.
I need to configure some parts I like to use in my modifications, and I thought it would be handy if I could ...
0
votes
0answers
115 views
What is a good Java Library to fetch mails from servers via POP/IMAP
I am looking for a library using which I can fetch emails via POP/IMAP and do this either periodically or use sort of a daemon(or a listener) so that emails can be pushed to me rather than I fetch it. ...
0
votes
0answers
100 views
how to James Using an LDAP Directory as a Users Repository
<repository name="LocalUsers"
class="org.apache.james.userrepository.ReadOnlyUsersLDAPRepository"
ldapHost="ldap://localhost:10389" principal="uid=admin,ou=system"
credentials="secret" ...
0
votes
1answer
328 views
Problem with Apache James
I'm trying send email using Apache James, as server, for external account and I'm receiving the following exception :
Caused by: com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 Requested ...
0
votes
1answer
328 views
Java application to access MAILBOX using MAPI
I am trying to establish a connection between my mail server and a java program to parse the mail using protocol MAPI.. now the connection is working fine with a mock mailbox using IMAPS..but my mail ...
0
votes
1answer
215 views
Apache james relaying denied
I was trying to send mail to my gmail id using apche james but i am getting this error
Requested action not taken: relaying denied
Please help me
0
votes
0answers
233 views
Create a GUI interface in JAMES to send and receive mails in a local system
I installed JAMES and using the cui i created two users and now i can sent mails from user1 to user2 using a java program..
Can i do the same using any GUI (Client mail..)
So that i give the ...
0
votes
1answer
319 views
Mails sent using Apache James are not delivered
I've setup Apache James Server v2.3.2 and configured it as described in HOW TO section.
It works OK, sends mails as expected but on my Gmail account only and filtered as spam.
Have no idea why other ...
0
votes
1answer
1k views
Problem in sending external mails in James Mail Server
I am new to James Mail Server. I configured as the steps mentioned by James.
I can send send mails to internal network, but I am not able to send mails to external network like gmail.
Somebody please ...
0
votes
3answers
866 views
Fail to connect to james server localhost
I'm trying to connect to James server localhost, but I'm getting an exception
javax.mail.MessagingException: Could not connect to SMTP host: localhost, port:25;
nested exception is:
...
0
votes
1answer
416 views
James Server connection failure exception
I'm trying to connect Javamail application to James server, but I'm getting
javax.mail.MessagingException: Could not connect to SMTP host:localhost, port:4555;
nested exception is: ...
-1
votes
1answer
103 views
how to solve this issue about InvalidClassException when deserializing objects from inputstream?
I am using james2.3.2 to be my mail server and the backend is mysql 5.5.
I got a exception as the following:
23/06/11 16:39:49 DEBUG mailstore: Exception reading attributes ...