1) Is dovecot LDA working (without sieve)?

2) Have you looked in the sieve log files?


On 7/18/2017 3:34 PM, Remo Mattei wrote:
Hello Eric,

Any suggestion on this.. why it would not move the message ?

## Generated by Roundcube Webmail SieveRules Plugin ##
require ["fileinto"];

# rule:[Virgilio]
if anyof (header :contains "From" "iyoum...@virgilio.it <mailto:iyoum...@virgilio.it>")
{
        fileinto "IT";
}

On Jul 17, 2017, at 11:13 PM, Eric Broch <ebr...@whitehorsetc.com <mailto:ebr...@whitehorsetc.com>> wrote:

Sieve:

1) Install dovecot-pigeonhole in qmt repository which provides Sieve.

2) You must use dovecot LDA the configuration of which is shown at the bottom of this page, http://www.qmailtoaster.org/notes.html

3) Implement 'sieve' in 'protocol lda {}' of dovecot configuration file (https://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration)

4) Write sieve rules (https://wiki2.dovecot.org/Pigeonhole/Sieve/Examples).

5) Tell dovecot where sieve rules are located in 'plugin {}' section of dovecot configuration file. (https://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration)

6) Set proper permissions on sieve rules files and directory.


Dspam:

In  /home/vpopmail/domains/domain.tld/.qmail-default

OLD line:
| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox

NEW line:
| /usr/bin/dspam --user "$EXT@$HOST" --deliver=stdout | /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox


Dspam w/dovecot-lda:

'.qmail-default' might look like this

| /usr/bin/dspam --user "$EXT@$HOST" --deliver=stdout | /var/qmail/bin/preline 
-f /usr/libexec/dovecot/deliver -d $EXT@$USER 
-opostmaster_address=postmas...@yourdomain.tld

Eric

On 7/17/2017 10:26 PM, Remo Mattei wrote:
Hello I just installed the great qmt all working I wonder if there are some 
options to integrate the sieve plugin with Dovecot. I also notice that when I 
create a domain it does not all anything about the DSPAM. I did it manually to 
a user and that works.. what’s the best option to enable it for the entire 
domain?

Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail:qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail:qmailtoaster-list-h...@qmailtoaster.com


--
Eric Broch
White Horse Technical Consulting (WHTC)


--
Eric Broch
White Horse Technical Consulting (WHTC)

Reply via email to