On Fri, 2003-06-20 at 10:22, Sonia Hamilton wrote: > * setup my mail servers so that mail for users at different sites > (Sydney, Melbourne say) gets routed to the correct sites? I could use > different domains ([EMAIL PROTECTED] and [EMAIL PROTECTED]), but that's > messy.. >
LDAP is the way to go. OpenLDAP works really well for this. It can also be used to provide SMTP authentication, POP/IMAP auth, webmail auth, from a single username and password. LDAP routes mail which it receives and it can do it based on MX (domain) or a static mapping in the user entry. > * have a multi-site email address book? I imagine something with LDAP; > what client app would I use? > Again, LDAP is your friend, that's what it does... > * have multi-site calendaring? I know I can do things with Ximian > Evolution for individual users, but multi-user multi site... I've not found a very good solution for this yet. -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
