HI all

Question--- How do I configure JAMES to user SMPT AUTH on the gateway?
I'm have installed JAMES 2.2.0 works great. However when I send outgoing
email to a destination that does not support smtp port 25 it does not
deliver (any destination with port 25 gets delivered).

I have configured the  <mailet match="All" class="RemoteDelivery"> to
connect to my email service....<gateway>smtp.aol.com</gateway>

              <username>withmyid</username>
            <password>xxxxxxx</password>
            <gatewayPort>587</gatewayPort>.

. note:(1) I monitor the protocol via Ethereal and can see JAMES attempt to
connect via the gateway.. but it fails due to not using the ESMTP protocol..
the ISP fails JAMES just after the HELO command with .."Auth
required"...never gets to the username/password..
note:(2) I  use OUTLOOK to connect to the same ISP and it works just fine
(with ESMTP). Thanks Paul


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to