Author: norman
Date: Mon May 31 19:57:49 2010
New Revision: 949851

URL: http://svn.apache.org/viewvc?rev=949851&view=rev
Log:
Respect VirtualHosting on SenderAuthIdentifyVerification

Modified:
    
james/server/trunk/smtpserver/src/main/java/org/apache/james/smtpserver/SenderAuthIdentifyVerificationRcptHook.java

Modified: 
james/server/trunk/smtpserver/src/main/java/org/apache/james/smtpserver/SenderAuthIdentifyVerificationRcptHook.java
URL: 
http://svn.apache.org/viewvc/james/server/trunk/smtpserver/src/main/java/org/apache/james/smtpserver/SenderAuthIdentifyVerificationRcptHook.java?rev=949851&r1=949850&r2=949851&view=diff
==============================================================================
--- 
james/server/trunk/smtpserver/src/main/java/org/apache/james/smtpserver/SenderAuthIdentifyVerificationRcptHook.java
 (original)
+++ 
james/server/trunk/smtpserver/src/main/java/org/apache/james/smtpserver/SenderAuthIdentifyVerificationRcptHook.java
 Mon May 31 19:57:49 2010
@@ -53,4 +53,9 @@ public class SenderAuthIdentifyVerificat
     protected boolean isLocalDomain(String domain) {
         return mailServer.isLocalServer(domain);
     }
+
+    @Override
+    protected boolean useVirtualHosting() {
+        return mailServer.supportVirtualHosting();
+    }
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to