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
...
)


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to