You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Ian Pomanitskiy <ia...@gmail.com> on 2010/04/06 11:51:20 UTC

retrieving mail from gmail

hi! I have configured James 2.3.2 on the server with public ip and i can
send and retrieve emails via JavaMail on localhost. But if I try to
configure Gmail account for retrieving mails from james i can't connect to
pop3.
Are this settings of James or DNS server?

The settings for pop3 of James are:
  <pop3server enabled="true">
      <port>110</port>
      <handler>
         <helloName autodetect="true">xxx.xxx.xxx.xxx (server
ip)</helloName>
         <connectiontimeout>120000</connectiontimeout>
      </handler>
   </pop3server>