You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ro...@apache.org on 2019/10/29 15:18:58 UTC

[james-project] 02/05: JAMES-2911 Unable to send mail from James using an SMTP gateway

This is an automated email from the ASF dual-hosted git repository.

rouazana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 235cb619ef252b1ce75736cdc57c8420c74719ac
Author: Joerg Thomas <jo...@consol.de>
AuthorDate: Mon Oct 28 23:56:24 2019 +0100

    JAMES-2911 Unable to send mail from James using an SMTP gateway
---
 server/app/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/server/app/pom.xml b/server/app/pom.xml
index 37f2d22..dbeebf2 100644
--- a/server/app/pom.xml
+++ b/server/app/pom.xml
@@ -312,6 +312,12 @@
             <groupId>${james.groupId}</groupId>
             <artifactId>james-server-mailet-dkim</artifactId>
             <scope>runtime</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.geronimo.javamail</groupId>
+                    <artifactId>geronimo-javamail_1.4_mail</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>${james.groupId}</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org