请教一个关于zope的python问题,谢谢高手帮帮我
我们正在用zope开发一个网站,现在要实现mailing list的功能
准备用mailboxer来实现,现在安装mailboxer已经成功
但是还没搞清楚怎么用mailboxer
请问哪位高手懂得话,能够指导一下
我的msn:salas_ranata@hotmail.com
另外关于mailboxer他的readme里面有说到如何在mailserver上配置的问题,
但是测试了很久,还是没搞清楚,请哪位大哥帮我看看
/****************************************************
If you want to use a MailBoxer, you must first install the gateway-script
'smtp2zope.py' as root in a location of the mail-server where your MTA can
execute it (Note: In some secured sendmail-installations this could be
'/etc/smrsh'). Use the correct python for smtp2zope.py (>=2.1, sometimes an
old 1.5 is lurking around as default python). Then you must add a new alias
in the '/etc/aliases' (or '/etc/postfix/aliases' or whatever the name of your
MTA-alias-file is) and run 'newaliases'. Your new alias with 'foo' as your
mailinglist-email-address-name should look like:
foo: "|smtp2zope.py http://ZopeServer:Port/PathTo/IdOfMailBoxer/manage_mailboxer [maxBytes]"
**********************************************************************/
我现在在服务器上运行了
smtp2zope.py http://127.0.0.1:8081/mailbox/list1/manage_mailboxer 20000
然后我运行
http://127.0.0.1:8081/mailbox/list1/manage_mailboxer
看到的还是false的显示
smtp2zope.py文件可以在下面地址看到代码
http://phoneatworld.3322.org/temp(7day)/smtp2zope.py
请问谁能帮帮我,还是我的设置问题,如果有熟悉mailboxer的高手给我指点一下,那就感谢万分了