• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Problem in James mail server Setup

 
Ranch Hand
Posts: 290
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi i have a static IP and i dont have the domain name
i configured the James Mail server 2.3
i can send the mail to any email id.
but i con't receive the mail from any one.

please help me how to configure the james mail server with static IP in Windows

Thanks in advance
[ May 15, 2008: Message edited by: Chiru Raj ]
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which email address are people using to send email to this server if it isn't configured to handle mail for a particular domain?

Is this related to the this problem you reported recently? If so, tell us the answers to the questions asked of you in that thread.
 
Chiranjeevi Kanthraj
Ranch Hand
Posts: 290
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
I am sending the mail to [email protected]
its my mail id (personal).

if i replay for that mail it is bounceing
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which address are you using as the sending address? Check the "From" and/or "Reply-To" headers of the mail. That's where a reply would go to.
[ May 15, 2008: Message edited by: Ulf Dittmer ]
 
Chiranjeevi Kanthraj
Ranch Hand
Posts: 290
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
from address is [email protected]
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The From address is used to send replies to; if it doesn't exist, of course the mail bounces.

Furthermore, the xyz.com domain exists; the people who run it might not like you messing around with it (not to mention that they might have set up a catch-all email account that would happily accept whatever you send there WITHOUT bouncing it).
[ May 15, 2008: Message edited by: Ulf Dittmer ]
 
Chiranjeevi Kanthraj
Ranch Hand
Posts: 290
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ya
I think this problem is because of the IP which i am useing is not having DNS registration.
so can i use ddd.ddd.dd.d insted of xyz.com will it work if they replay for [email protected]
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It might work, if that IP address is visible from the outside world (in other words, it won't work with a NAT-ed address). That's easy enough to test, though.
 
Chiranjeevi Kanthraj
Ranch Hand
Posts: 290
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I will test that. and let you now

if i use ip address
pop address and smtp adress like this
pop.ddd.ddd.dd.d
smtp.ddd.ddd.dd.d
is it works?
 
Chiranjeevi Kanthraj
Ranch Hand
Posts: 290
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thier is no error in sending from my mail server but in my gamil its not thier

and i sent a mail from gmail to [email protected] in that also no error or bounced mail but in my mail server that mail not coming
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic