LINUX programming

Moderators: ITA
Number of threads: 1339
Number of posts: 2924

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
how the mail server work?????? Posted by linux4jayanta on 19 Aug 2004 at 6:13 AM
can any one give me the detail doc. on mail server?? ..means how it works..i need the pure technical document...pls help me...
jayanta
Report
Re: how the mail server work?????? Posted by Piotr Horzycki on 3 Sept 2004 at 10:36 AM
: can any one give me the detail doc. on mail server?? ..means how it works..i need the pure technical document...pls help me...

Well, it's quite complicated and needs a lot of explanation.
You'll need to read about POP3 and SMTP protocols. The first one is used to receive mail, the other one is used to send mail. Check out the official RFC pages or search for some articles.

Of course you'll need to know how to use sockets, so you can make use of the network.

I recommend you trying to write a _client_ first, and then writing server applications. Clients are much, much simpler.

--
Piotr Horzycki, Poland
e-mail: mediaworks at tlen.pl



 

Recent Jobs