| View previous topic :: View next topic |
| Author |
Message |
Bryan Valencia Guest
|
Posted: Sat Sep 20, 2003 12:48 am Post subject: writing an email server |
|
|
I'm thinking about writing my own email (pop/smtp) email server, but I have
a feeling this will be a bigger challenge than it seems on the surface.
It seems logically that it must
- send mail (from client)
- receive mail (from the outside)
- and allow users to download mail
ok, that's the depth of my understanding so far.
Is there a tutorial/"here's what you're getting yourself into" document
anywhere I should know about before I get into this?
|
|
| Back to top |
|
 |
Ignacio Vazquez Guest
|
Posted: Sat Sep 20, 2003 4:56 am Post subject: Re: writing an email server |
|
|
"Bryan Valencia" <bryan (AT) 209software (DOT) com> wrote
| Quote: | I'm thinking about writing my own email (pop/smtp) email server, but I
have
a feeling this will be a bigger challenge than it seems on the surface.
|
Yes, be absolutely certain that you want to do this.
| Quote: | Is there a tutorial/"here's what you're getting yourself into" document
anywhere I should know about before I get into this?
|
http://www.sendmail.org/email-explained.html
Cheers,
Ignacio
|
|
| Back to top |
|
 |
Francois PIETTE Guest
|
Posted: Sat Sep 20, 2003 8:51 am Post subject: Re: writing an email server |
|
|
There are mail server components and applications available from the ICS
"UserMade" web page. See http://www.overbyte.be and follow "user made" link
on the left menu.
--
Contribute to the SSL Effort. Visit
http://overbyte.delphicenter.com/eng/ssl.html
--
[email]francois.piette (AT) overbyte (DOT) be[/email]
The author for the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be
"Bryan Valencia" <bryan (AT) 209software (DOT) com> a écrit dans le message de
news:3f6ba3e7 (AT) newsgroups (DOT) borland.com...
| Quote: | I'm thinking about writing my own email (pop/smtp) email server, but I
have
a feeling this will be a bigger challenge than it seems on the surface.
It seems logically that it must
- send mail (from client)
- receive mail (from the outside)
- and allow users to download mail
ok, that's the depth of my understanding so far.
Is there a tutorial/"here's what you're getting yourself into" document
anywhere I should know about before I get into this?
|
|
|
| Back to top |
|
 |
Dennis Landi Guest
|
Posted: Sun Sep 21, 2003 10:45 am Post subject: Re: writing an email server |
|
|
"Bryan Valencia" <bryan (AT) 209software (DOT) com> wrote
| Quote: | I'm thinking about writing my own email (pop/smtp) email server, but I
have
a feeling this will be a bigger challenge than it seems on the surface.
|
I believe http://www.dxsock.com has one in development. Don't know how far
along it is to seeing the light of day, however...
|
|
| Back to top |
|
 |
|