J
Jesper Nielsen
Hi all!
I am currently planning an e-mail service. The base core of the service will
simply be a MDaemon mail server with a modified WorldClient as the frontend.
Unfortuneately, MDaemon cannot add a footer to all outgoing mails (like "Get
a FREE 10GB mail account at..."), so I've thought of this:
MDaemon can be setup to use a so-called smarthost. If setup, MDaemon will
forward all outgoing mail to another SMTP server, which will then handle the
actual delivery to the intended recipient(s). This SMTP server, which will
be adding the footer and an extra Received: header, I want to write myself
in VB.Net.
But... I've never worked with such server solutions. Could anybody please
give me some hints and tips about this? And perhaps give me some links to
sites where I can read more about writing my own server applikation?
The application will probably be handling several ingoing and outgoing
connections at the same time, so this is also a "problem" that should be
accounted for.
I'd appreciate any help i can get.
I am currently planning an e-mail service. The base core of the service will
simply be a MDaemon mail server with a modified WorldClient as the frontend.
Unfortuneately, MDaemon cannot add a footer to all outgoing mails (like "Get
a FREE 10GB mail account at..."), so I've thought of this:
MDaemon can be setup to use a so-called smarthost. If setup, MDaemon will
forward all outgoing mail to another SMTP server, which will then handle the
actual delivery to the intended recipient(s). This SMTP server, which will
be adding the footer and an extra Received: header, I want to write myself
in VB.Net.
But... I've never worked with such server solutions. Could anybody please
give me some hints and tips about this? And perhaps give me some links to
sites where I can read more about writing my own server applikation?
The application will probably be handling several ingoing and outgoing
connections at the same time, so this is also a "problem" that should be
accounted for.
I'd appreciate any help i can get.