Rick,
Is there any reason to not include this fix in branches/2.1 as well? Joe [EMAIL PROTECTED] wrote:
Author: rickmcguire Date: Tue Jun 3 04:37:37 2008 New Revision: 662748 URL: http://svn.apache.org/viewvc?rev=662748&view=rev Log: GERONIMO-4096 Remove PortOffset from SMTPPort definition. Modified: geronimo/server/trunk/plugins/javamail/javamail/pom.xml Modified: geronimo/server/trunk/plugins/javamail/javamail/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/javamail/javamail/pom.xml?rev=662748&r1=662747&r2=662748&view=diff ============================================================================== --- geronimo/server/trunk/plugins/javamail/javamail/pom.xml (original) +++ geronimo/server/trunk/plugins/javamail/javamail/pom.xml Tue Jun 3 04:37:37 2008 @@ -79,7 +79,7 @@ <config-xml-content> <gbean name="SMTPTransport"> <attribute name="host">${SMTPHost}</attribute> - <attribute name="port">${SMTPPort + PortOffset}</attribute> + <attribute name="port">${SMTPPort}</attribute> </gbean> </config-xml-content> <config-substitution key="SMTPHost">localhost</config-substitution>
