I have been trying to get a plugin for SquirrelMail ( http://www.squirrelmail.org/plugin_view.php?id=78 ) to manage TMDA accounts in the webmail program. The plug-in on there site is not really what I want I guess. I needed to manage pending queues and lists using squirelmail.
I saw that there was a message in tmda-workers discussing this with information about a plug-in for SM but could not actually find it. Does anyone have information on this PHP plugin for SquirelMail? Thanks. Sam To: [EMAIL PROTECTED] Subject: tmda-manager utility and demo account From: David Guerizec <[EMAIL PROTECTED]> Date: Wed, 15 Jan 2003 01:02:44 +0100 Hi, It's been a while I didn't have time to work on tmda, but I'll hopefully be able to come back soon. Since my main occupation is to develop site with PHP, I nonetheless took some time to discover SquirrelMail, and to develop a TMDA-pending plugin for it. The SquirrelMail TMDA-pending plugin is mainly made of a PHP class that connects to the tmda-manager daemon thru a network socket, since my www server is not hosted on the same box as my mail (and TMDA) server. This is, IMHO, a good demonstration of language interoperability thru a common network protocol. I've set up a demo account available at: https://squirrel.guerizec.net/ login: demo password: tmdademo You can try to send mail to [EMAIL PROTECTED], then check and act on the pending queue on the above interface. If you don't want to or can't run the tmda-manager server, you can also try the tmda-gui client with the following command line: $ tmda-gui -s -H guerizec.net:8766 -U demo:tmdademo If anyone is interested in the SM plugin, or even just the TMDA-client PHP class, just let me know. And, please report any problem on any of these interfaces. David _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers __________________________________________ _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
