Hi,

We are using james-2.3.2 and have the same problem with gmail. That we can't
send to gmail addresses.  It works via sendmail but not by James.

Any help from the experts appreciated.

  
We have removed the "RemoteAddrNotInNetwork"
<mailet match="RemoteAddrNotInNetwork=127.0.0.1" class="ToProcessor">
            <processor> relay-denied </processor>
            <notice>550 - Requested action not taken: relaying
denied</notice>
         </mailet>
        -->

   <dnsserver>
      <servers>
      </servers>
      <!-- Change autodiscover to false if you would like to turn off
autodiscovery -->
      <!-- and set the DNS servers manually in the <servers> section -->
      <autodiscover>true</autodiscover>
      <authoritative>false</authoritative>

      <!-- Maximum number of entries to maintain in the DNS cache -->
      <maxcachesize>50000</maxcachesize>
   </dnsserver>


[root@messaging ~]# cat /etc/resolv.conf
nameserver 41.222.33.12
nameserver 41.222.33.13
search ecommunicate.biz

[root@messaging ~]# ping www.gmail.com
PING googlemail.l.google.com (209.85.147.17) 56(84) bytes of data.
64 bytes from bru01m01-in-f17.1e100.net (209.85.147.17): icmp_seq=1 ttl=52
time=245 ms
64 bytes from bru01m01-in-f17.1e100.net (209.85.147.17): icmp_seq=2 ttl=52
time=245 ms

--- googlemail.l.google.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
rtt min/avg/max/mdev = 245.443/245.515/245.588/0.500 ms

 [root@messaging ~]# nslookup
> set q=mx
> gmail.com
Server:         41.222.33.12
Address:        41.222.33.12#53

Non-authoritative answer:
gmail.com       mail exchanger = 40 alt4.gmail-smtp-in.l.google.com.
gmail.com       mail exchanger = 5 gmail-smtp-in.l.google.com.
gmail.com       mail exchanger = 30 alt3.gmail-smtp-in.l.google.com.
gmail.com       mail exchanger = 10 alt1.gmail-smtp-in.l.google.com.
gmail.com       mail exchanger = 20 alt2.gmail-smtp-in.l.google.com.

Authoritative answers can be found from:
gmail.com       nameserver = ns3.google.com.
gmail.com       nameserver = ns4.google.com.
gmail.com       nameserver = ns1.google.com.
gmail.com       nameserver = ns2.google.com.
alt4.gmail-smtp-in.l.google.com internet address = 74.125.47.27
gmail-smtp-in.l.google.com      internet address = 209.85.227.27
alt3.gmail-smtp-in.l.google.com internet address = 74.125.67.27
alt1.gmail-smtp-in.l.google.com internet address = 74.125.39.27
alt2.gmail-smtp-in.l.google.com internet address = 72.14.213.27
ns4.google.com  internet address = 216.239.38.10
ns1.google.com  internet address = 216.239.32.10
ns3.google.com  internet address = 216.239.36.10
ns2.google.com  internet address = 216.239.34.10

-----Original Message-----
From: Kazmi [mailto:[email protected]] 
Sent: 24 February 2011 10:37 PM
To: [email protected]
Subject: Mail Not Getting Delivered - JAMES

Hello JAMES users :)

I am trying to send an email using JAMES to my gmail account.

The following are some logs entries to help you expert users troubleshoot
this
problem. 

I can ping gmail.com successfully.
And if I stop JAMES and start my sendmail, I can send email using mailx.

=============================================================
mailet listing:
=============================================================
24/02/11 15:02:20 INFO  James.Mailet: RemoteDelivery: 
 Delay of 21600000 msecs is now attempted: 20 times
24/02/11 15:06:34 INFO  James.Mailet: RemoteDelivery: 
 No mail server found for: gmail.com
24/02/11 15:06:34 INFO  James.Mailet: RemoteDelivery:
 Temporary exception delivering mail (Mail1298577993860-0-to-gmail.com: 
24/02/11 15:06:34 INFO  James.Mailet: RemoteDelivery:
 Storing message Mail1298577993860-0-to-gmail.com into outgoing after 0
retries

=========================================================
SMTP Server listing
=========================================================
24/02/11 15:02:20 INFO  smtpserver: SMTP Service uses default thread group.
24/02/11 15:02:20 INFO  smtpserver: SMTP Service is running on: v210b
24/02/11 15:02:20 INFO  smtpserver: SMTP Service handler hello name is:
v210b
24/02/11 15:02:20 INFO  smtpserver: SMTP Service handler connection timeout
is:
360000
24/02/11 15:02:20 INFO  smtpserver: SMTP Service connection backlog is: 5
24/02/11 15:02:20 INFO  smtpserver: SMTP Service will allow a maximum of 30
connections.
24/02/11 15:02:20 INFO  smtpserver: This SMTP server does not require
authentication.
24/02/11 15:02:20 INFO  smtpserver: Authorized addresses: 
[127.0.0.0/255.0.0.0,
192.168.2.0/255.255.255.0]
24/02/11 15:02:20 INFO  smtpserver: No maximum message size is 
enforced for this
server.
24/02/11 15:02:20 INFO  smtpserver: The idle timeout will be 
reset every 20480
bytes.

24/02/11 15:02:20 INFO  smtpserver: SMTP Service started plain:25


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


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

Reply via email to