==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    http://bugs.contribs.org/show_bug.cgi?id=8694

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

Stephane de Labrusse <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
                 CC|                            |[email protected]
     Ever confirmed|0                           |1

--- Comment #1 from Stephane de Labrusse <[email protected]> ---
Hi Mats

Nice to see you come here with the solution of the issue :)

By the way, it is out of this topic, but if you want to become a member of the
bugteam, you are welcome!!!

Ok I would have some modifications of your answer, but it looks like your
solution, only cosmetics

-we could retrieve the status of the 'sieve' service and if it is enabled then
we could use sieve instead of procmail for all users but that would mean that
if smeserver-dovecot-extras is installed (it comes with sieve support) then
smeserver-mailsorting id disabled by default

-we could let the sysadmin decides what is good for him and allow to disable
procmail to sieve only for the relevant user, this an example of how we can do

in /etc/e-smith/templates-user/.procmailrc/00setup


    %props = $user->props;

+   our $sieveuser = $props{sieve} || 'disabled';
    our $zarafa1 = $props{zarafa} || 'disabled1';


in /etc/e-smith/templates-user/.procmailrc/90default

+    elsif ($sieveuser eq 'enabled') 
+     {
+        $OUT .= ":0 w\n";
+        $OUT .= "\| /usr/libexec/dovecot/deliver\n";
+     }

      else
      {
        $OUT .= ":0\n";
        $OUT .= "\$DEFAULT\n";
      }


I'm not sure about  the rules for 'mailfilter' if we need to custom like above

@JPP: what do you think of that ?

set confirmed

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/

Reply via email to