On Thu, 2008-09-18 at 18:40 +0100, [EMAIL PROTECTED]
wrote:
> Hi,
> 
> I´m replacing mysql with ldap in my postfix mail server hosting virtual
> domains.
> 
> postfix 2.3.8, openldap 2.3.30 (debian etch)
> 
> mail delivery works for virtual domains + virtual mailboxes, i´m having
> trouble with virtual_alias_maps as following:
> 
> tried to follow the ldap_README.html (postfix docs) and came across this
> example:
> 
> dn: cn=agroup, dc=example, dc=com
>      objectclass: top
>      objectclass: ldapgroup
>      cn: agroup
>      mail: [EMAIL PROTECTED]
>      memberaddr: [EMAIL PROTECTED]
>      memberaddr: [EMAIL PROTECTED]
> 
> however, my ldap server does not accept the ObjectClass: ldapgroup. is
> there any special schema to be enabled? (currently the default nis.schema,
> cosine.schema, inetorgperson.schema, core.schema)
> 
> or is there any other objectclass i could use instead; I´m looking into
> attributes like mail: and memberaddr: where i can stick fully qualified
> email addresses (for both alias and destination(s) ) i will adjust
> virtual_alias_maps accordingly.

We use the sendmail & nis schemas with a little of our own sugar:

dn: cn=cisstaff,ou=ListAliases,ou=Aliases,ou=Mail,ou=SubSystems,o=Mor...
cn: cisstaff
objectClass: nisMailAlias
objectClass: top
objectClass: morrisonmailalias
mail: [EMAIL PROTECTED]
rfc822MailMember: ********
rfc822MailMember: *********
rfc822MailMember: *********
rfc822MailMember: *******

Reply via email to