[Exim] sender_verify, LDAP-Exim (Addendum)

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Oliver Egginger
Data:  
Para: exim-users
Assunto: [Exim] sender_verify, LDAP-Exim (Addendum)
Hi,

I have post a "sender_verify" question
to the list, cause I had some difficulties
with this.
The simple reason for my difficulties was a
hapless access-setting for the users home-directorys.
I forgot to grant read & execute access to "others",
thereby the "sender_verify"-check goes wrong for all
local-users, cause the ."forward" files couldn't be read and
executed.

Another subject is my exim-ldap-configuration.
One of the configuration-files will cause some
problems.
For a correct version see the attachment.

regards
Oliver




--
Oliver Egginger
FH Giessen-Friedberg
DV-Zentrum
Wiesenstrasse 14
35390 Giessen
Tel. +49 641 309-1283
Fax +49 641 309-2908
Mail: Oliver.Egginger@???
# Schemata der Fachhochschule


attributetype ( 1.3.6.1.4.1.8232.2.1.1 NAME 'MemberOfGroup' SUP cn )

attributetype ( 1.3.6.1.4.1.8232.2.1.2 NAME 'moderator' SUP distinguishedName )

attributetype ( 1.3.6.1.4.1.8232.2.1.3 NAME 'joinable'
    EQUALITY caseIgnoreMatch
    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} SINGLE-VALUE )

    
attributetype ( 1.3.6.1.4.1.8232.2.1.4
    NAME ('rfc822RequestsTo')
    DESC 'Requests'
        EQUALITY caseIgnoreIA5Match
        SUBSTR caseIgnoreIA5SubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )


attributetype ( 1.3.6.1.4.1.8232.2.1.5
    NAME ('rfc822ErrorsTo')
    DESC 'Errors'
        EQUALITY caseIgnoreIA5Match
        SUBSTR caseIgnoreIA5SubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )



objectclass ( 1.3.6.1.4.1.8232.2.2.1 NAME 'GroupMember' SUP top STRUCTURAL
    MUST ( cn )
    MAY ( memberOfGroup ) )

    
objectclass ( 1.3.6.1.4.1.8232.2.2.2 NAME 'rfc822MailGroup' SUP top STRUCTURAL
    MUST ( owner $ cn )
    MAY ( associatedDomain $ joinable $ mail $ member $ memberofGroup $ 
    moderator $ rfc822RequestsTo $ rfc822ErrorsTo  ) )


objectclass ( 1.3.6.1.4.1.8232.2.2.3 NAME 'fhgi-Member' SUP top STRUCTURAL
    MAY ( givenName $ memberOfGroup) )

    
objectclass ( 1.3.6.1.4.1.8232.2.2.4 NAME 'fhgi-Person' SUP top STRUCTURAL
    MAY ( cn $ uid $ uniqueIdentifier $ mail $ otherMailbox $ memberOfGroup $ uid) )