EmbeddedRelated.com
Forums
The 2024 Embedded Online Conference

HELP for Rabbit 3000 ,SMTP server implimentation

Started by ricky81 July 27, 2005
Hi,
   I am trying to implement a SMTP server on a Rabbit3000 module which
is used to store emails for 2 different users. Somebody plz tell me how
to go about it?

>Hi, > I am trying to implement a SMTP server on a Rabbit3000 module which >is used to store emails for 2 different users. Somebody plz tell me how >to go about it?
Could it be that you are trying to implement an SMTP client? Implementing an SMTP server that deserves this description on a Rabbit 3000 is IMHO very difficult. Anyways, a good start is to read RFC 821 http://www.faqs.org/rfcs/rfc821.html IMHO the Rabbit libraries do not support DNS resolver code able to resolving MX records, something absolutely required in order to write an SMTP server. If this is not just for the fun of it/education, consider using one of our embedded e-mail servers. ( www.nct-technology.com ) HTH Markus
ricky81 wrote:
> > I am trying to implement a SMTP server on a Rabbit3000 module > which is used to store emails for 2 different users. Somebody plz > tell me how to go about it?
I think it was Mark Twain who said (approximately) "The first step in serving Rabbit is to catch your Rabbit". -- "If you want to post a followup via groups.google.com, don't use the broken "Reply" link at the bottom of the article. Click on "show options" at the top of the article, then click on the "Reply" at the bottom of the article headers." - Keith Thompson
CBFalconer wrote:
> ricky81 wrote: > >>I am trying to implement a SMTP server on a Rabbit3000 module >>which is used to store emails for 2 different users. Somebody plz >>tell me how to go about it? > > > I think it was Mark Twain who said (approximately) "The first step > in serving Rabbit is to catch your Rabbit".
I don't know... Sounds more like Elmer Fudd to me.

The 2024 Embedded Online Conference