yes i am using real user name and password . Also , smtp.gmail.com on port 465 is reachable
Thanks, Vijay On Tue, Jan 4, 2011 at 10:55 PM, Eric Charles <[email protected]> wrote: > Hi, > > Are you using your real gmail user/password in the james conf ? > Is smtp.gmail.com reachable on port 465 from your server ? (try telnet > smtp.gmail.com 465). > > Tks, > > Eric > > > > On 5/01/2011 06:44, jamesuser jamesuser wrote: > >> Hi , >> >> >> I am trying to use smtp.gmail.com as smtp server and configured james as >> >> <gateway> smtp.gmail.com</gateway> >> <gatewayPort>25</gatewayPort> >> <debug>true</debug> >> <gatewayusername>user</gatewayusername> >> <gatewayPassword>password</gatewayPassword> >> <mail.smtp.starttls.enable>true</mail.smtp.starttls.enable> >> >> This does not seem to work and fails with the following errors : >> >> 04/01/11 21:33:06 INFO James.Mailet: RemoteDelivery: Storing message >> Mail1294205585516-0 into outgoing after 0 retries >> 04/01/11 21:34:13 INFO James.Mailet: RemoteDelivery: Remotely delivering >> mail Mail1294205653831-1 >> 04/01/11 21:34:13 INFO James.Mailet: RemoteDelivery: Sending mail to [ >> [email protected]] via [smtp.gmail.com:25] >> 04/01/11 21:34:13 INFO James.Mailet: RemoteDelivery: Remote delivery >> thread >> (0) will process mail Mail1294205653831-1 >> 04/01/11 21:34:13 INFO James.Mailet: RemoteDelivery: Attempting to >> deliver >> Mail1294205653831-1 >> 04/01/11 21:34:14 INFO James.Mailet: RemoteDelivery: Attempting delivery >> of >> Mail1294205653831-1 to host smtp.gmail.com at 72.14.213.109 for addresses >> [ >> [email protected]] >> 04/01/11 21:34:14 INFO James.Mailet: RemoteDelivery: Can't send command >> to >> SMTP host >> 04/01/11 21:34:14 INFO James.Mailet: RemoteDelivery: Temporary exception >> delivering mail (Mail1294205653831-1: javax.mail.MessagingException: No >> mail >> server(s) available at this time. >> at >> >> org.apache.james.transport.mailets.RemoteDelivery.deliver(RemoteDelivery.java:776) >> at >> >> org.apache.james.transport.mailets.RemoteDelivery.run(RemoteDelivery.java:1139) >> at java.lang.Thread.run(Unknown Source) >> >> 04/01/11 21:34:14 INFO James.Mailet: RemoteDelivery: Storing message >> Mail1294205653831-1 into outgoing after 0 retries >> >> Please help >> >> Thanks >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
