Guillaume, > Can anyone help me with amavisSpamQuarantineTo in my LDAP ?
I'm not using LDAP, so I'll be guessing. Log would tell whether the expectation or setting is wrong, or if there is a bug. > I basically want to configure a quarantine folder per user, > based on an ldap record, but it seems to fail. > Other amavis records are working good (amavisSpamKillLevel, etc.). > What configuration should I enable in the config file ? If $spam_quarantine_method is local:..., then the amavisSpamQuarantineTo can either return one of the pre-defined entries in local_delivery_aliases: 'virus-quarantine', 'banned-quarantine', 'bad-header-quarantine', 'clean-quarantine', etc, or a mail address - see: http://www.ijs.si/software/amavisd/amavisd-new-docs.html#quarantine Other than that I don't know, check README.ldap and LDAP.schema. But more importantly - quarantining mechanism is not supposed to make files directly visible to recipients (like mailing them to their folder), because it would breach the privacy of a sender by revealing all envelope recipients. To make spam mail be delivered to each user's dedicated spam folder, the appropriate mechanism is adding address extension (e.g. '+spam'), and configuring MTA + LDA to reroute/deliver such mail directly to some subfolder or wherever alias points to. See: http://www.ijs.si/software/amavisd/amavisd-new-docs.html#addrext Mark ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ 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/
