I would like to use mailhandler and listhandler to send/receive messages to my forum/mailing list.
I have installed and configured mailhandler so that it receives emails and creates a new forum entry. The listhandler module does not seem to be functioning correctly though. My setup is as follows.
Mailman list address: list@example.com
Mailhandler mailbox address: mailhandler@example.com
Mailhandler field "E-mail address:" mailhandler@example.com
Mailhandler field "Second E-mail address:" list@example.com
Mailhandler field "POP3 or IMAP Mailbox:" POP3
Mailhanlder field "Mailbox domain:" example.com
I've created a drupal "dummy" account with an email address of list@example.com and have given it a role that has "post comments", "post comments without approval", and "create forum topics" permissions.
Listhandler field "Admin address:" list@example.com
The above field is not mentioned in the installation instructions (which only explains how to configure mailhandler for some reason) that I can see so I have assumed it should contain the address of the dummy account. I have also tried using the email address of the list administrator (which is my own) but with no effect.
Please tell me where I've gone wrong, or clarify the installation instructions.