You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2021/09/06 09:32:37 UTC

[GitHub] [james-project] Arsnael commented on a change in pull request #632: JAMES-3645 Allow RemoteDelivery to use SMTPS and fallback to SMTP

Arsnael commented on a change in pull request #632:
URL: https://github.com/apache/james-project/pull/632#discussion_r702753959



##########
File path: server/mailet/mailets/src/main/java/org/apache/james/transport/mailets/remote/delivery/MailDelivrerToHost.java
##########
@@ -97,6 +105,15 @@ public ExecutionResult tryDeliveryToHost(Mail mail, Collection<InternetAddress>
         return ExecutionResult.success();
     }
 
+    private Session selectSession(HostAddress host) {
+        System.out.println("___________ " + host.getProtocol());

Review comment:
       debug spotted




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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