Forum OpenACS Q&A: Re: E-mail responses to forum/bboard postings?

Hi

I'm trying to set this up (email responses to forum). So far I could do it only by email. I mean, mail is not sourced to forum thread.

So far it was very easy. All I have to do was to do: https://openacs.org/xowiki/incoming_email

But, I think each package (i.e forum) need to parse those email, right? Any work on this?

Collapse
Posted by Dave Bauer on
Forums package already supports this.

If acs-mail-lite is scanning the emails it should be picked up by the forums package.

My settings now:

* Mail Service .. Parameters
BounceDomain www.myserver.com
BounceMailDir /home/openacs/Maildir
BounceDomain www.myserver.com
BounceScanQueue 90 (every 1.5 minute)

* Notification .. Parameters (I'd missed this)
EmailDomain www.myserver.com
EmailQmailQueue /home/openacs/Maildir
EmailQmailQueueScanP 1
EmailReplyAddressPrefix notification

I had to add EmailDomain to fix email domain so I could get an alias in postfix to manage all @www.myserver.com addressses (mailto:notification*@www.myserver.com and mailto:bounces*@www.myserver.com)

BUT It seems that acs-mail-lite doesn't scan openacs/Maildir

Any idea to solve that?

I had a problem (an alias for openacs user). I've removed that alias and it seems to work.

My problem now is some "garbage" in content. I'd like to "post automatically" only the main content (and not all reply).