Questions tagged [james]

The Apache James is a pure Java SMTP, POP3 Mail server, IMAP and NNTP News server designed to be a complete and portable mail/messaging engine solution based on open messaging protocols.

The Apache James Project delivers a rich set of open source modules and libraries, written in Java, related to Internet mail communication which build into an advanced enterprise mail server. Thanks to extensible design James may serve as embedded mail server or as a base for custom mail processing software.

Some of James's modules are exposed as a separate artifacts, like SPF implementation, Sieve language implemntation or DKIM implementation.

Useful links:

Apache-hosted project wiki

James mailet API, robust Java API for custom mail processing rules

178 questions
2
votes
1 answer

connection refused: how to configure apache james for localhost

I'm unclear on how to configure Apache James. The quick start guide says: Step 4: Configure ################# * All configuration files are embedded in jars. * We ship in the conf foler template configuration files. * You can override the…
Thufir
  • 8,216
  • 28
  • 125
  • 273
2
votes
2 answers

Apache James, adding domain

I only try to add domain but get connection refused exception: The command line i tried, and below the exceptions: sudo ./james-cli.sh -h localhost -p 9999 adddomain mydomain.tld Output: java.io.IOException: Failed to retrieve RMIServer stub:…
merveotesi
  • 2,145
  • 15
  • 53
  • 84
2
votes
1 answer

installation and configuration of james server on local host

i tried google, youtube for some kind of demo's or instructions .. but couldn't find any.. i tried going through the james server's website and i also tried some article on ibm http://www.ibm.com/developerworks/java/library/j-james1/index.html but…
Kiran Vemuri
  • 2,762
  • 2
  • 24
  • 40
2
votes
2 answers

How to start the james service in debug mode?

i am running james as window service.I have put my mailet their in config.file which further calls my my application specific libs. Now i want to debug the some classes in my application once i receive the mail. I am not getting how to start the…
M Sach
  • 33,416
  • 76
  • 221
  • 314
2
votes
1 answer

apache james mail server to send emails

Hi I am using apache james email server 2.3.2 for email sending thrugh my Java application I have setup it and using JavaMail API 1.4. I am tring to send emails to gmail/yahoo etc mail servers. I could sent mail to accunts on localhost(account on…
shreyas
  • 1,360
  • 11
  • 11
1
vote
1 answer

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 = (BodyPart) bodyParts.get(i); if…
Konrad Pawlus
  • 1,641
  • 3
  • 14
  • 20
1
vote
1 answer

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 this process so i get to decide whether the…
Sebastian
  • 786
  • 1
  • 8
  • 22
1
vote
1 answer

Error: "AndroidFixManifests" parameter is not supported, when run in Release mode

Error: The "AndroidFixManifests" parameter is not supported by the "XamarinDownloadArchives" task loaded from assembly: Xamarin.Build.Download, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null from the…
1
vote
0 answers

How to see all undelivered mails in Apache James

I am facing an issue with Apache James. I see mails are showing as Successfully Spooled but its not going out of the system/ not getting delivered. I checked the destination and that is fine. Is there any cli or way using which I can track mails…
1
vote
1 answer

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 port 25 for SMTP through the NAT but when I try to…
NWOD
  • 11
  • 2
1
vote
1 answer

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 configuration in the config.xml - but how about…
Sebastian
  • 786
  • 1
  • 8
  • 22
1
vote
0 answers

Make apache james accept incoming mail addressed to any subdomain

I have an apache james server and am using the following in the domainlist.xml: true true
zelinka
  • 3,271
  • 6
  • 29
  • 42
1
vote
0 answers

Cannot receive the email sent from the same domain using Apache James3.4

I installed Apache James 3.4(the latest version) in my windows system. I tested locally. So, I created two users, user1 and user2 in the localhost domain. And the two user address are user1@localhost and user2@localhost. Then, telnet the smtp port…
shentang
  • 11
  • 1
1
vote
1 answer

Trouble with James mail server: some time email message can't be received from gmail

I configured Apache James server in my local machine then added domains & user and then configured it in thunderbird. Then I tried to send an email from Gmail to apache James server and I am facing below issue like, Sometimes mail sent successfully…
Nilesh pal
  • 11
  • 2
1
vote
1 answer

Application not saving logs to specific appender

I'm trying to save some logs from Apache James to specific appender. Apache James by default uses Apache Commons Logging with added Logback. Logback.xml configuration looks like:
JackTheKnife
  • 3,795
  • 8
  • 57
  • 117