On May 18, 2012 7:57 PM, "Mark Martinec" <[email protected]> wrote: > > Simon, > > > > @banned_admin_maps = (\$banned_admin, \%virus_admin, \$virus_admin); > > > > > > Try: > > > @banned_admin_maps = (); > > > > A search for this parameter returns no results. > > mail:~# grep -inr banned_admin_maps /etc/amavis/conf.d/* > > amavisd-new 1:2.6.4-3 > > Sure, it's left at its default value, no overrides in your config files. > Just add the above assignment to one of your config files. > > The file amavisd.conf-default in a distribution > list all declared variables, along with their default values. > > Mark
Thanks! That worked :) Simon
