I have an identical set up and am having the same problem.
Really? The original poster said the plugin didn't show up in the interface, which sounds different than your problem.
DEBUG: /usr/local/bin/gotmail --curl-bin/usr/bin/curl --smtpserver 127.0.0.1 --debug --retry-limit 5 --forward [EMAIL PROTECTED] --username someuser --password somepass --domain hotmail.com --folders "INBOX" --only-new DEBUG: Unrecognized option --curl-bin/usr/bin/curl
This seems to be the command that the plug-in is handing off to the shell, but the shell is complaining about --curl_bin. I commented this line out in config.php and the debug output didn't complain, but no mail was transfered.
You commented what out in config.php? The $curl_bin line? If you leave this line alone in the config file (as an empty string), it will not include it in the command it is using to fetch your mail.
When I run the command shown in the DEBUG output, sans the --curl_bin
--curl-bin
portion, mail is forwarded to the users inbox on my mail server. So the server and gotmail is configured correctly. The command line is this: /usr/local/bin/gotmail --smtpserver 127.0.0.1 --debug --retry-limit 5 --forward [EMAIL PROTECTED] --username someuser --password somepass --domain hotmail.com --folders "INBOX" --only-new
So perhaps you can insert an echo statement at the end of the got_hotmail_cmd function in functions.php and try to see what the difference is between that and the one that works from the command line.
- Paul
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
