This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Sockets and Internet Protocols and the fly likes how to create Email server? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "how to create Email server?" Watch "how to create Email server?" New topic
Author

how to create Email server?

omi sharma
Ranch Hand

Joined: Mar 18, 2008
Posts: 489
I often see most of organization have their own email service
for example : support@whizlabs.com,support@blackstar.com,
contact@infohacking.com,austin@appinonline.com etc.

I am very curious to create my own mail server ,I need your
enormous support.

Hey relax !! I am not asking for spoon-feeding just little network
protocols and Apis help.I am not looking for big project but simple one.

some queries :

1)What external Apis I can take advantage of ?
2)Which programming language people usually use for
creating mail server like that?
3)Is Java powerful enough to write impeccable email server?

best regards,
omi
[ November 11, 2008: Message edited by: omi sharma ]

SCJP, OCA 9i application developer, SCWCD 5.
When I was in hell someone told me to get heaven you need to do Java.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35252
    
    7
Most email servers are written in native code, but it's perfectly possible to write one in Java. In fact, the good folks at Apache have done so - check out Apache James.


Android appsImageJ pluginsJava web charts
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8264

support@whizlabs.com,support@blackstar.com,
contact@infohacking.com,austin@appinonline.com


Furthermore, these are not email servers, they are simply email addresses like your own, yourname07_at_yahoo_dot_com.
When you register a domain, the domain registrar, for example, GoDaddy, will usually give you a couple of email accounts to name so you can have a webmaster, support, contact address and so on. No programming necessary.


"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
omi sharma
Ranch Hand

Joined: Mar 18, 2008
Posts: 489
Thanks for your replies.

Ulf : I will check out the Apache James but I have no problem
in learning network programming in c/c++.However,I will go for
it when I got excellent command in Java network programming.

Joe : I thought they have their own mail servers.Anyways ,I would
like to create one in Java.

best regards,
omi
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8264

Originally posted by omi sharma:
I thought they have their own mail servers.Anyways ,I would
like to create one in Java.


They can have their own mail servers, and many organizations do. I just wanted to make sure you understood one doesn't have to write their own server just to get a couple of email aliases.
Best of luck in your endeavor.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to create Email server?
 
Similar Threads
creating an email account on mail server
Accesing IMAP4 server
web mail application architecture
Processing received emails with a servlet?
new to James Mail Server