Pascal Volk пишет:
On 11/16/2009 05:12 PM Andrey Garkin wrote:
Dovecot Sieve Plugin...
1.
./configure --with-dovecot=/usr/lib/dovecot
make
make install
protocol lda {
postmaster_address = postmas...@kipalex.ru
mail_plugins = sieve
}
plugin {
sieve = /home/vmail/kipalex.ru/and...@kipalex.ru/
On 11/16/2009 05:12 PM Andrey Garkin wrote:
> Dovecot Sieve Plugin...
> 1.
>
> ./configure --with-dovecot=/usr/lib/dovecot
> make
> make install
>
> protocol lda {
> postmaster_address = postmas...@kipalex.ru
> mail_plugins = sieve
> }
> plugin {
> sieve = /home/vmail/kipalex.ru/and...@kipalex.ru
Andrey Garkin schrieb:
Dovecot Sieve Plugin...
2. dovecot.sieve file in /home/vmail/kipalex.ru/and...@kipalex.ru
require "fileinto";
if header :contains "Subject" "***SPAM***" {
fileinto "/home/vmail/kipalex.ru/and...@kipalex.ru/.Spam/new";
}
AFAIK it should just be
fileinto "Spam"
Thomas
Dovecot Sieve Plugin...
1.
./configure --with-dovecot=/usr/lib/dovecot
make
make install
protocol lda {
postmaster_address = postmas...@kipalex.ru
mail_plugins = sieve
}
plugin {
sieve = /home/vmail/kipalex.ru/and...@kipalex.ru/dovecot.sieve
}
2. dovecot.sieve file in /home/vmail/kipalex.ru/and