[Dovecot] Dovecot 1.0.0 and Seive 1.0.1 on FreeBSD

Justin McAleer justin at fehuq.com
Fri Apr 20 20:17:35 EEST 2007


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 at systemrt.com): Apr 19 14:07:19 Info: Loading modules from
> directory: /usr/local/libexec/dovecot
> deliver(mike at 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 at 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
> }
>
>   


More information about the dovecot mailing list