Displaying 4 results from an estimated 4 matches for "fusemail".
2008 Jan 03
7
Mail server setup for small ISP
Hi,
I will probably have to design an e-mail (and other components)
infrastructure for a small ISP soon (WISP).
I'm doing some research to determine which components would be best to
offer e-mail services to their client and allow the staff to manage
accounts easily.
I usually use virtual machines a lot for isolation and easy backups and
migration (when a hardware node is
2010 Feb 19
2
mail issue help and need good mail server
Hi
What mail server can prevent incoming mail to repeat downloading to the mail client?
Thank you for your help
__________________________________________________________________
Connect with friends from any web browser - no download required. Try the new Yahoo! Canada Messenger for the Web BETA at http://ca.messenger.yahoo.com/webmessengerpromo.php
2006 May 19
3
Ruby LDAP
Anyone has done work with Ruby-Ldap? and maybe could provide some
examples? I have to admit that I am rather lost using this.
I am looking to do a Rails interface to manage LDAP servers but I can''t
seem to find how to do this in Ruby and for example retrieve the
elements, attributes, and change them.
This is what I have done so far....
---
#!/appl/ruby/bin/ruby -w
require
2006 May 12
6
How to truly separate Logic from view with Rails?
It is something that I have been wondering. When working with other
application servers there is often/most of the time a 3 tiers/layers
architecture:
- Presentation layer/Web services
- Application layer
- Database layer
They often resides on separate machines, 3 different sets. So the
application code is logically AND physically separated from the
presentation layer.
Is this possible with