Anand,
> Noticed that the archive quarantine is missing two small config items wrt
> LDAP. Apologize for the lack of a clean patch, but these are trivial
> changes.
>
> (a) missing from the list of attrs loaded from LDAP:
>
> @@ -11144,7 +11145,7 @@
> amavisLocal amavisMessageSizeLimit amavisWarnVirusRecip
> amavisWarnBannedRecip amavisWarnBadHeaderRecip amavisVirusAdmin
> amavisNewVirusAdmin amavisSpamAdmin amavisBannedAdmin
> - amavisBadHeaderAdmin amavisBannedRuleNames
> + amavisBadHeaderAdmin amavisBannedRuleNames amavisArchiveQuarantineTo
> );
>
>
> (b) missing the attr definition and MAY declaration in LDAP.schema (not
> sure if .34 is what you want to use):
>
> #dn: cn=schema
> #changetype: modify
> #add: attributetypes
> attributetype ( 1.3.6.1.4.1.15312.2.2.1.34
> NAME 'amavisArchiveQuarantineTo'
> DESC 'Archive Quarantine to'
> EQUALITY caseIgnoreIA5Match
> SUBSTR caseIgnoreIA5SubstringsMatch
> SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
> SINGLE-VALUE )
>
> ...
>
> MAY (
> ...
> amavisArchiveQuarantineTo
> ...
> )
Thanks, done now after almost exactly two years since your posting!
Will be in 2.6.2.
Mark
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/