Web Mail & Account creation.
Is it possible to create a hotmail-like web email server using zope? Where users create their own account. I'd like some insight how-to's or any assistant. Thanks... Sherv...
There was something Mikep wrote called Notmail, but looking at Zope.org it seems to be gone... ----- Original Message ----- From: "Shervan Agard" <shervan@urbanlink.net> To: <zope@zope.org> Sent: Tuesday, October 17, 2000 1:39 PM Subject: [Zope] Web Mail & Account creation.
Is it possible to create a hotmail-like web email server using zope? Where users create their own account.
I'd like some insight how-to's or any assistant.
Thanks... Sherv...
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Hi Shervan, Worldpilot ist the GUI you are looking for, if you use Zope. Some friends and me use it. Not included in WorldPilot are routines to a) create a new account b) modify and c) delete an account I use a UW IMAP on RH 6.2 to let WorldPilot connect to. That would require me to modify the /etc/passwd if I wanted to fullfill the points a), b) and c). Since I don't want anyone to touch that beside of root ;-) I am aiming to use cyrus-imapd. Cyrus can even run with LDAP and that might be a choice in connection with zope if you are willing to write something that emulates the functions of 'cyradm' (the prog to administrate cyrus). OTOH you might write some python script to get ridd of 'cyradm'. After creating new users you can log them in using WorldPilot. p@rick
-----Ursprüngliche Nachricht----- Von: zope-admin@zope.org [mailto:zope-admin@zope.org]Im Auftrag von Shervan Agard Gesendet: Dienstag, 17. Oktober 2000 22:39 An: zope@zope.org Betreff: [Zope] Web Mail & Account creation.
Is it possible to create a hotmail-like web email server using zope? Where users create their own account.
I'd like some insight how-to's or any assistant.
Thanks... Sherv...
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Andy McKay -
Patrick Koetter -
Shervan Agard