Hi All!!!
I'm configure mail server with Postix+Mysql+Dovecot.
How can I'm using to work sieve plugins?
My dovecot.conf
/protocol lda {
mail_plugin_dir = /usr/lib/dovecot/lda
#sendmail_path = /usr/sbin/postfix
#auth_socket_path = /var/run/dovecot/auth-master
mail_plugins = cmusieve
#global_script_path = /etc/sieve.conf
}
plugin {
sieve = /etc/sieve.conf
sieve = /home/vmail/domain.ru/user at domain.ru/.dovecot.sieve/
My sieve.conf
cat sieve.conf
/require "fileinto";
if header :contains "Subject" "***SPAM***" {
fileinto ".Spam";
stop;
My .dovecot.sieve
require "fileinto";
if header :contains "Subject" "***SPAM***" {
fileinto ".Spam";
stop;
}/
The mail server is already installed and work, but the sieve plugins is
not work(((
/ls /usr/lib/dovecot/lda
lib01_acl_plugin.so
lib11_trash_plugin.so
lib20_expire_plugin.so
lib20_mail_log_plugin.so
lib90_cmusieve_plugin.la
lib10_quota_plugin.so
lib20_convert_plugin.so
lib20_fts_plugin.so
lib21_fts_squat_plugin.so
lib90_cmusieve_plugin.so/
All messages marked as ***SPAM*** , get to a folder the .INBOX...
_Sieve plugins is not working._
In what there can be a problem?
Thanks for All!!!
Best Regards Andrey...
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 6 Apr 2009, Andrey Garkin wrote:> I'm configure mail server with Postix+Mysql+Dovecot.Sieve is used at LDA phase, hence, you must configure Postfix to use Dovecot deliver to spool the messages.> plugin { > sieve = /etc/sieve.conf > sieve = /home/vmail/domain.ru/user at domain.ru/.dovecot.sieve/These two specs look odd to me. I think the last one superceeds the previous ones. BTW: dovecot -n displays the effective settings. Bye, - -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iQEVAwUBSd2ya3WSIuGy1ktrAQKUzggAuxGCyTLbrmQqkEaf9KPijoNDreYmmzQu cfYl1WMYKTm7wemqJ7Hv5PgKup7/mRZQUraAREh4dBbatKPune7156PTNlr5o51P RL/XiJp/53I1Uo5j1jhOwb0de37X+rgAyC33HtQqiRW5SbZFI4lB0J2eYM/QGPfC Or9GONPNkYIimdrWCORUDUkm8Ro7c2mM5b3GoOZMbrngv9cpRo4oMRtuDlcsgV3M BqZAO9s92lAaTZCQNVTT9V0ebIXBPON/hVjaiALZOjZuP4XN+4U5AwDIjZIiWX// ioNYPA1CIVeqliHPZd9PnTpxLzUbcmRDcZJV3dbH9y+BbRY78CY7BA==EAQM -----END PGP SIGNATURE-----