Hi, I've added the following lines to /etc/postfix/main.cf on the various servers:
# For Postfix 2.0.11 (RHEL3): alias_maps = hash:/etc/postfix/aliases, ldap:ldapsource ldapsource_server_host = ldap-back ldapsource_search_base = ou=people,dc=gnome,dc=org ldapsource_query_filter = (uid=%s) ldapsource_result_attribute = mail # For Postfix 2.2+ #alias_maps = hash:/etc/postfix/aliases, ldap:/etc/postfix/ldap-aliases.cf This means that local mail to users on the various servers will be redirected to the user's remote mailbox, instead of generating 'procmail: /var/spool/mail/login can't be created' bounce messages. I've also added: relayhost = menubar.gnome.org So that all outbound mail is passed via menubar. Regards, -- Ross _______________________________________________ Gnome-infrastructure mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gnome-infrastructure
