Mailman
Mailman integration is quite simple. Aliases for mailman will be partly stored in ldap, partly written to /etc/aliases.mailman by the DiscHosting scripts
Under debian, installing mailman is just:
apt-get install mailman |
You need to add the alias file to mailman:
alias_maps = hash:/etc/aliases,hash:/etc/aliases.mailman,ldap:aliases alias_database = hash:/etc/aliases,hash:/etc/aliases.mailman |
that's all!