Ed Lucero wrote:
I have installed dovecot and sieve using the FreeBSD ports. Authentication is against a MySql Database.
Dovecot is running using deliver as the LDA.
But when I try to Sieve I get the following error in /var/log/dovecot.log
deliver(mike@systemrt.com): Apr 19 14:07:19 Info: Loading modules from directory: /usr/local/libexec/dovecot deliver(mike@systemrt.com): Apr 19 14:07:19 Fatal: Plugin sieved not found from directory /usr/local/libexec/dovecot
Your lda setup is incorrect:
protocol lda { postmaster_address = postmaster@internetcrusade.com sendmail_path = /usr/sbin/sendmail
# Support for dynamically loadable plugins. mail_plugins is a space separated # list of plugins to load. mail_plugin_dir = /usr/local/libexec/dovecot mail_plugins = sieved
mail_plugin_dir = /usr/local/lib/dovecot/lda mail_plugins = cmusieve
# If there is no user-specific Sieve-script, global Sieve script is # executed if set. global_script_path = /usr/local/etc/sieve.default }