-----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@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----- My dovecot -n # 1.1.13: /etc/dovecot.conf # OS: Linux 2.6.18-92.1.22.el5.centos.plus i686 CentOS release 5.3 (Final) ext3
Steffen Kaiser пишет: base_dir: /var/run/dovecot/ log_path: /var/log/dovecot.log info_log_path: /var/log/dovecot-info.log log_timestamp: %Y-%m-%d %H:%M:%S protocols: imap imaps listen: *:143 ssl_listen: *:993 verbose_ssl: yes login_dir: /var/run/dovecot//login login_executable: /usr/libexec/dovecot/imap-login first_valid_uid: 5000 last_valid_uid: 5000 mail_access_groups: mail mail_location: maildir:/home/vmail/%d/%n@%d mail_debug: yes auth default: mechanisms: plain login cram-md5 verbose: yes debug: yes debug_passwords: yes passdb: driver: sql args: /etc/dovecot-mysql.conf userdb: driver: sql args: /etc/dovecot-mysql.conf plugin: sieve: /etc/sieve.conf sieve: /home/vmail/domain.ru/user@domain.ru/.dovecot.sieve