Hi Vivek,

you need to stop postfix. Something like /etc/init.d/postfix stop.
Then configure james to listen to port 25 with the smtpserver and
start it again.


Bye,
Norman


2010/2/4 vivek mahajan <[email protected]>:
> Hi Norman,
>
> I have reconfigured my fire to allow the request for port 25 with my public
> IP i.e. 122.168.129.83 and issued netstat -tulpen| grep 25 command again. I
> am getting following output:
>
> netstat -tulpen| grep 25
> tcp        0      0 0.0.0.0:6566            0.0.0.0:*
> LISTEN      0          9425       4108/xinetd
> tcp        0      0 ::1:25                  :::*
> LISTEN      0          8673       3941/master
>
> now I think port 25 is blocked for local IP also i.e. 127.0.0.1
>
> On Thu, Feb 4, 2010 at 12:27 PM, vivek mahajan 
> <[email protected]>wrote:
>
>> 04/02/10 11:23:36 INFO  James.Mailet: RemoteDelivery: Could not connect to
>> SMTP host: 122.192.168.83, port: 25
>> 04/02/10 11:23:36 INFO  James.Mailet: RemoteDelivery: Temporary exception
>> delivering mail (Mail1265110835373-12-to-122.192.168.83:
>> 04/02/10 11:23:36 INFO  James.Mailet: RemoteDelivery: Storing message
>> Mail1265110835373-12-to-122.192.168.83 into outgoing after 11 retries
>>
>> The text shown above is the log generated in mailet.log here I can't figure
>> out the IP 122.192.168.83 as the ip provided to my system is 122.168.129.83.
>> I have checked my config.xml,and code of send mail but I can't find the ip
>> entry as 122.192.168.83
>>
>>
>> On Wed, Feb 3, 2010 at 3:35 PM, vivek mahajan 
>> <[email protected]>wrote:
>>
>>>
>>> Thanks but can you tell me how to do it ?
>>>
>>>
>>> On Wed, Feb 3, 2010 at 3:22 PM, Norman Maurer <
>>> [email protected]> wrote:
>>>
>>>> Hi,
>>>>
>>>> your port 25 is bound to postfix not to james:
>>>>
>>>> tcp        0      0 127.0.0.1:25            0.0.0.0:*
>>>> LISTEN      0          7772       3368/master
>>>>
>>>> Bye,
>>>> Norman
>>>>
>>>> 2010/2/3 vivek mahajan <[email protected]>:
>>>> > vivek:~ # netstat -tulpen| grep 25
>>>> > tcp        0      0 127.0.0.1:25            0.0.0.0:*
>>>> > LISTEN      0          7772       3368/master
>>>> >
>>>> > tcp        0      0 :::445                  :::*
>>>> > LISTEN      0          9258       3517/smbd
>>>> >
>>>> > vivek:~ # ifconfig -a
>>>> >
>>>> > eth0      Link encap:Ethernet  HWaddr 00:1F:D0:F7:25:86
>>>> >          inet addr:122.168.129.83  Bcast:122.168.129.87
>>>> > Mask:255.255.255.248
>>>> >          inet6 addr: fe80::21f:d0ff:fef7:2586/64 Scope:Link
>>>> >          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>>>> >          RX packets:23064 errors:0 dropped:0 overruns:0 frame:0
>>>> >          TX packets:16095 errors:0 dropped:0 overruns:0 carrier:0
>>>> >          collisions:0 txqueuelen:1000
>>>> >          RX bytes:17431133 (16.6 Mb)  TX bytes:2907554 (2.7 Mb)
>>>> >          Interrupt:221 Base address:0x2000
>>>> >
>>>> > lo        Link encap:Local Loopback
>>>> >          inet addr:127.0.0.1  Mask:255.0.0.0
>>>> >          inet6 addr: ::1/128 Scope:Host
>>>> >          UP LOOPBACK RUNNING  MTU:16436  Metric:1
>>>> >          RX packets:1398 errors:0 dropped:0 overruns:0 frame:0
>>>> >          TX packets:1398 errors:0 dropped:0 overruns:0 carrier:0
>>>> >          collisions:0 txqueuelen:0
>>>> >          RX bytes:474813 (463.6 Kb)  TX bytes:474813 (463.6 Kb)
>>>> >
>>>> > pan0      Link encap:Ethernet  HWaddr 66:6C:07:45:72:0B
>>>> >          BROADCAST MULTICAST  MTU:1500  Metric:1
>>>> >          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>>>> >          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>>>> >          collisions:0 txqueuelen:0
>>>> >          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
>>>> >
>>>> > On Wed, Feb 3, 2010 at 3:16 PM, Norman Maurer
>>>> > <[email protected]>wrote:
>>>> >
>>>> >> Hi,
>>>> >>
>>>> >> what does these commands show you (as root):
>>>> >>
>>>> >> # netstat -tulpen| grep 25
>>>> >>
>>>> >> # ifconfig -a
>>>> >>
>>>> >>
>>>> >> Bye,
>>>> >> Norman
>>>> >>
>>>> >>
>>>> >> 2010/2/3 vivek mahajan <[email protected]>:
>>>> >> > Hi Norman,
>>>> >> >                 You are right I am unable to connect port 25 through
>>>> >> > telnet, I am using opensuse 11.1, and I have configured my firewall
>>>> to
>>>> >> allow
>>>> >> > access to smtp port 25. Also i have configured smtp port for
>>>> james-2.3.2
>>>> >> as
>>>> >> > 465 with ssl. Even though mails are comming through port 25.Please
>>>> help
>>>> >> me
>>>> >> > to solve the issue
>>>> >> >
>>>> >> > On Tue, Feb 2, 2010 at 7:53 PM, Norman Maurer
>>>> >> > <[email protected]>wrote:
>>>> >> >
>>>> >> >> Hi Vivek,
>>>> >> >>
>>>> >> >> connection refused has nothing todo with whitelisting. Your server
>>>> >> >> seems to not except inbound connections on port 25 :
>>>> >> >>
>>>> >> >> mau...@pop1:/var/log$ telnet 122.168.129.83 25
>>>> >> >> Trying 122.168.129.83...
>>>> >> >> telnet: Unable to connect to remote host: Connection refused
>>>> >> >>
>>>> >> >>
>>>> >> >> Bye,
>>>> >> >> Norman
>>>> >> >>
>>>> >> >> 2010/2/2 vivek mahajan <[email protected]>:
>>>> >> >> > I am trying to send mail to james-2.3.2 server from gmail but the
>>>> >> >> following
>>>> >> >> > massage is being generated by gmail. I think its white list
>>>> management
>>>> >> >> > problem. Please tell me how to handle a white list
>>>> >> >> >
>>>> >> >> > This is an automatically generated Delivery Status Notification
>>>> >> >> >
>>>> >> >> > THIS IS A WARNING MESSAGE ONLY.
>>>> >> >> >
>>>> >> >> > YOU DO NOT NEED TO RESEND YOUR MESSAGE.
>>>> >> >> >
>>>> >> >> > Delivery to the following recipient has been delayed:
>>>> >> >> >
>>>> >> >> >    [email protected]
>>>> >> >> >
>>>> >> >> > Message will be retried for 2 more day(s)
>>>> >> >> >
>>>> >> >> > Technical details of temporary failure:
>>>> >> >> > The recipient server did not accept our requests to connect.
>>>> Learn
>>>> >> more
>>>> >> >> at
>>>> >> >> > http://mail.google.com/support/bin/answer.py?answer=7720
>>>> >> >> > [122.168.129.83 (1): Connection refused]
>>>> >> >> >
>>>> >> >> > ----- Original message -----
>>>> >> >> >
>>>> >> >> > MIME-Version: 1.0
>>>> >> >> > Received: by 10.229.11.219 with SMTP id u27mr1534665qcu.10.
>>>> >> >> > 1265002528115; Sun,
>>>> >> >> >       31 Jan 2010 21:35:28 -0800 (PST)
>>>> >> >> > From: vivek mahajan <[email protected]>
>>>> >> >> > Date: Mon, 1 Feb 2010 11:05:08 +0530
>>>> >> >> > Message-ID: <
>>>> >> [email protected]>
>>>> >> >> > Subject: Test Mail
>>>> >> >> > To: [email protected]
>>>> >> >> > Content-Type: multipart/alternative;
>>>> >> >> boundary=0015175767cc540eb7047e835a2a
>>>> >> >> >
>>>> >> >> > Test mail
>>>> >> >> >
>>>> >> >>
>>>> >> >>
>>>> ---------------------------------------------------------------------
>>>> >> >> 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]
>>>> >>
>>>> >>
>>>> >
>>>>
>>>> ---------------------------------------------------------------------
>>>> 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