MadHatter wrote:
mdounin wrote:

Is there some working solution for forum posts by email (or at least replies to forum by email) or it should be written from scratch?

what does sendmail/postfix command aliases have to do with opening up a socket, formatting the output of an email into http and sending that data to the punbb webserver when an email has been received?

you may have better luck connecting to the database directly and inserting the records there as opposed to interfacing the website UI.

Again: the question is now how this should be done (it's obvious). The question is: is it already done by somebody or not?

MadHatter wrote:

I'm interested in knowing how your vanilla smtp server is going to be smart enough to post a message to a web site.

The smtp server in question supposed to support standard unix command aliases, as sendmail/postfix does.

Rewriting original question from zerok:

Is there some working solution for forum posts by email (or at least replies to forum by email) or it should be written from scratch?