Re: Receiving mail on SMTP
Posted By:
Christopher_Koenigsberg
Posted On:
Thursday, March 8, 2007 08:38 PM
Does the Apache "James" project include an SMTP service, or just POP/IMAP?
Otherwise, have you tried Googling? I'm kind of out of date, I only know of the classic old C-code based open source SMTP servers, e.g. "sendmail" (www.sendmail.org) and "queuemail" (www.queuemail.org).
I think basic SMTP is fairly simple, but parts of can ESMTP get more complicated, and you'd be laughed off the net if you only accepted SMTP and not ESMTP these days ....
Re: Receiving mail on SMTP
Posted By:
WarnerJan_Veldhuis
Posted On:
Tuesday, March 6, 2007 03:00 PM
Oh wait, you are trying to develop an SMTP server.... Nevermind :)
Re: Receiving mail on SMTP
Posted By:
WarnerJan_Veldhuis
Posted On:
Tuesday, March 6, 2007 02:59 PM
SMTP is for SENDING mail, not for receiving mail. You got POP or IMAP for that.