----- "Jenny Cabrera Varona" <[email protected]> escribió:
> De: "Jenny Cabrera Varona" <[email protected]> > Para: "\"Soporte técnico para Software Libre y GNU/Linux.\"" > <[email protected]> > Enviados: Miércoles, 3 de Junio 2009 17:10:44 GMT -05:00 Región oriental EE. > UU./Canadá > Asunto: [linux-l] dovecot cmusieve plugin con dominios virtuales ... > > bueno aqui voy ! > luego de un buen rato tratando de hacer que me funcionen algunos > filtros > con el plugin cmusieve que viene con el dovecot 1.0 rc15 ... Revisando mi versión de dovecot: $ aptitude show dovecot-imapd Package: dovecot-imapd New: yes State: installed Automatically installed: no Version: 1:1.0.15-2.3 Priority: optional Section: mail Maintainer: Dovecot Maintainers <[email protected]> Uncompressed Size: 1053k Depends: libc6 (>= 2.7-1), libssl0.9.8 (>= 0.9.8f-5), dovecot-common (= 1:1.0.15-2.3) > ######La configuracion del protocolo LDA de mi dovecot es la > siguiente: > > protocol lda { > maild_debug = yes > mail_plugins = cmusieve quota > sieve_global_path = /etc/dovecot/sieve/spam > postmaster_address = [EMAIL PROTECTED] > quota_full_tempfail = no > rejection_subject = Automatically rejected mail > rejection_reason = Your message to <%t> was automatically > rejected:%n%r > log_path = /var/log/dovecot-local-deliver.log > } > > una opcion que me recomendaron fue la siguiente, pero tampoco funciona > ... > > plugin { > > sieve = //home/vmail/%d/%n/.dovecot.sieve > } > Lo que tengo referente a sieve en mi dovecot.conf: protocols = imap pop3 managesieve protocol lda { # Address to use when sending rejection mails. postmaster_address = [email protected] # Hostname to use in various parts of sent mails, eg. in Message-Id. # Default is the system's real hostname. #hostname = # Support for dynamically loadable plugins. mail_plugins is a space separated # list of plugins to load. #mail_plugins = mail_plugin_dir = /usr/lib/dovecot/modules/lda # Binary to use for sending mails. sendmail_path = /usr/lib/sendmail # UNIX socket path to master authentication server to find users. auth_socket_path = /var/run/dovecot/auth-master # Enabling Sieve plugin for server-side mail filtering mail_plugins = cmusieve } protocol managesieve { # IP or host address where to listen in for connections. listen = 127.0.0.1:2000 # Login executable location. login_executable = /usr/lib/dovecot/managesieve-login # managesieve executable location. See mail_executable for IMAP for examples how this could be changed. mail_executable = /usr/lib/dovecot/managesieve # Maximum managesieve command line length in bytes. This setting is directly borrowed from IMAP. But, since # long command lines are very unlikely with ManageSieve, changing this will not be very useful. managesieve_max_line_length = 65536 # Specifies the location of the symbolic link pointing to the active script in the sieve storage directory. # This must match the sieve setting used by deliver. Variable substitution with % is recognized. If a regular # file exists at this location, it is moved to the sieve_storage location before the symbolic link is installed. # It is renamed to dovecot.orig.sieve and therefore listed as dovecot.orig by a ManageSieve client. sieve = ~/.dovecot.sieve # To fool ManageSieve clients that are focused on CMU's timesieved you can specify the IMPLEMENTATION capability # that the dovecot reports to clients (e.g. 'Cyrus timsieved v2.2.13'). managesieve_implementation_string = dovecot } Saludos. _______________________________________________ Cancelar suscripción https://listas.softwarelibre.cu/mailman/listinfo/linux-l Buscar en el archivo http://listas.softwarelibre.cu/buscar/linux-l
