I've got listhandler module installed on a Drupal 4.1.0 final/release code, PHP 4.2.2 on Apache 2.0.40 on a RedHat 8.0 Linux platform. Backend is MySQL 3.23.54 system. I've walked through all of the configuration steps and stages, but it appears the email is not being retrieved from the remote POP or IMAP server. I have verified that the remote username and password are correct, I can telnet to port 143 and 110 on the remote system from the Drupal system. I setup the "mailhandler" account according to specs, and I configured my Taxonomy Forum term. I can post messages via the web fine, I can send/receive list email from remote user/pass account I'm setting up for retrieval.

However, when I run the "retrieve" command via the admin page, nothing seems to happen. I get no watchdog log entries, not attempted logins in any logfiles on the remote system, no errors on the local system. It's as if the retrieve process simply isn't happening. I do have the "enabled" option of the "mailhandler" account set to on.

Has anyone else run into issues like this? I'm baffled.

TIA.

v/r
Shane

Comments

shane’s picture

I was mucking around with PHP revision changes (see: http://drupal.org/node/view/1411 for details). And it seems that listhandler/mailhandler is now properly importing the mailbox. I suspect this happened because the remove/reinstall of PHP4.2.2 pulled something in (imap.so object for PHP?) that was missing before.

v/r
Shane

killes@www.drop.org’s picture

I think I fixed it in cvs. Could you try it?