
{
push @plugins, 'quota';
push @imap_plugins, 'imap_quota';
$OUT .= '';
my $string =<<'HERE';

plugin {
  quota = fs:user
}

HERE

push @conf, $string;
}

