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
3
votes
0 answers

How to manage User and Domain in Apache James Server from the Grails Application or Java Application

I am using James Server along with a Grails application. As of now i am manually adding the Domain and User in James Server and I want to automate this process through Grails application so that i don't need to add the Domain and User by executing…
Shashank.gupta40
  • 915
  • 1
  • 8
  • 26
3
votes
2 answers

Javamail - sending mail from localhost to external accounts

Need to send email from localhost to external accounts like gmail and yahoo. Right now i have a program which can send and recieve mails from my local domain by local email server up and running eg (admin@ib-status.com <-> devteam@ib-status.com).…
Karthick Radhakrishnan
  • 1,151
  • 3
  • 12
  • 32
3
votes
2 answers

Conversion from CIDR notation to IP address/subnet mask (dot-decimal)

/* * RFC 1518, 1519 - Classless Inter-Domain Routing (CIDR) * This converts from "prefix + prefix-length" format to * "address + mask" format, e.g. from xxx.xxx.xxx.xxx/yy * to xxx.xxx.xxx.xxx/yyy.yyy.yyy.yyy. */ static private String…
Jobin
  • 1,281
  • 2
  • 11
  • 14
3
votes
0 answers

How to integrate apache james into my spring web application

we are developing a spring mvc web application and we need some internal messaging system, and i come across the apache james, i installed and use the apache james its working perfectly. But i need to integrate this to our application like when…
mathi
  • 1,127
  • 12
  • 19
3
votes
1 answer

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 help me to resolve the issue Thanks in…
dasrohith
  • 533
  • 2
  • 8
  • 21
3
votes
1 answer

add new user in James

My question is simple. How can I create/add new user in James programmatically. I've been doing this making the use of Telnet. But I could not find the way of doing it in Java. Thanks for your help!
boburShox
  • 2,630
  • 5
  • 23
  • 35
2
votes
1 answer

How to use JAMES (Java Mail Server) in windows 11 JDK 17

I want to find an email server implementation, convert the code to a war file like all my other apps. The JAMES project seems so ... finished. But for years I couldn't even started it. Milestones: i have extracted james-server-jpa-guice.zip file…
2
votes
1 answer

Apache James with AWS Keyspaces for Cassandra

Trying to connect Apache James with AWS Keyspaces. James is able to connect but, failing with the above error after few seconds. According to the stack trace the exception is thrown from the above method. Any help is appreciated. Thank you,
Jishnu S
  • 71
  • 7
2
votes
3 answers

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 message. I assume this is possible but cannot find any…
Joe
  • 21
  • 2
2
votes
3 answers

Apache JAMES: Gmail says emails sent from my server are not TLS encrypted

When I send an email from my Apache JAMES SMTP server to my Gmail address, Gmail receives the email but apparently not via TLS encryption. Gmail shows the show red lock icon saying '[my server] did not encrypt this message.' The email headers also…
Ray Zhang
  • 1,411
  • 4
  • 18
  • 36
2
votes
1 answer

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 What could be the reason for this?
Sumit Jain
  • 1,484
  • 2
  • 25
  • 44
2
votes
1 answer

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 mail@gmail.com and save it on to a database. I…
Praneel PIDIKITI
  • 18,677
  • 13
  • 41
  • 60
2
votes
1 answer

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: RemoteAddrNotInNetwork: Authorized addresses:…
user506604
  • 21
  • 1
  • 2
2
votes
1 answer

LifecycleException when starting Apache James 2.3.2.1

When I try to start Apache James 2.3.2.1 using bin/run.bat file in windows 64-bit environment,it throws exception ERROR 2017-01-13 14:48:18.285 [Phoenix.] (): Component named "users-store" failed to pass through the Starting stage. (Reason:…
Shivam Aggarwal
  • 795
  • 1
  • 11
  • 30
2
votes
1 answer

Apache James not receiving email from external senders after SSL enabled

Very new to James, so please bear with the question. James 2.3.2.1, Ubuntu 14.04. Configured as both POP3 and SMTP. SSL enabled and certificate store successfully connected. The problem is this: once SSL is enabled, the SMTPS listen port is 465, and…
Hotai
  • 31
  • 2
1
2
3
11 12