CASifying dovecot and webmail

2019-02-18 Thread Juan Carlos Sánchez via dovecot
st regards -- -- Juan Carlos Sanchez Hernandez Servicio de Infraestructura e Innovación Universidad Politecnica de Madrid - www.upm.es Rectorado Avda. Ramiro de Maeztu 7 28040 Madrid --

SIS attachments compressed

2015-06-03 Thread Juan Carlos Sanchez
to migrate from maildir+zlib to mdbox+zlib+sis and the results, in terms of space used, and worst than using just mdbox+zlib (without SIS), and suppose the reason in the lack of compression in attachments. Thanks in advance. -- -- Juan Carlos

Re: [Dovecot] maildir quota divergence

2014-03-03 Thread Juan Carlos Sanchez
Finally have found there is no divergence really. We are using zlib to compress mail, so the difference comes from that, as doveadm is calculating quotas with the original size of messages while system commands see the "real" compressed size. Best regards. El 27/02/2014 14:27, J

Re: [Dovecot] maildir quota divergence

2014-02-27 Thread Juan Carlos Sanchez
. -- -- Juan Carlos Sanchez Hernandez Responsable de Seguridad y Correo Electronico Servicio de Planificacion Informatica y Comunicaciones Universidad Politecnica de Madrid Rectorado Avda. Ramiro de Maeztu 7 28040 Madrid --

Re: [Dovecot] maildir quota divergence

2014-02-27 Thread Juan Carlos Sanchez
An addition. It might be related to a recent upgrade from 2.0 branch to 2.1.17 Thanks in advance. El 27/02/2014 14:12, Juan Carlos Sanchez escribió: Hello; We are using maildir quotas and have found differences in many users in respect to what system command are showing and doveadm quotas

[Dovecot] maildir quota divergence

2014-02-27 Thread Juan Carlos Sanchez
Hello; We are using maildir quotas and have found differences in many users in respect to what system command are showing and doveadm quotas. For example, four user test, we have: doveadm quota get -u test Quota name TypeValue Limit

Re: [Dovecot] lmtp performance

2011-10-17 Thread Juan Carlos Sanchez
On Mon, Oct 17, 2011 at 6:06 AM, Juan Carlos Sanchez mailto:juancarlos.sanc...@upm.es>> wrote: Hello: In the process of migration from version 1.2 to 2.0 have tried to use lmtp instead of lda as delivery agent. But unfortunately througput we get is poor with lmtp compared

[Dovecot] lmtp performance

2011-10-17 Thread Juan Carlos Sanchez
: mailbox_transport = lmtp:unix:private/dovecot-lmtp Thanks in advance. -- -- Juan Carlos Sanchez Hernandez Universidad Politecnica de Madrid --

Re: [Dovecot] Unknown column mail_plugins in field list

2009-11-18 Thread juan carlos
juan carlos cablenet.com.pe> writes: > > I have installed debian lenny, postfix 2.5.5 and dovecot 1.0.15 and can't send > emails locally. this is the error in the log > Error: auth-worker(default): sql(xxx yyy.com): User query failed: Unknown column > 'mail_plugins

[Dovecot] Unknown column mail_plugins in field list

2009-11-18 Thread juan carlos
I have installed debian lenny, postfix 2.5.5 and dovecot 1.0.15 and can't send emails locally. this is the error in the log Error: auth-worker(default): sql(x...@yyy.com): User query failed: Unknown column 'mail_plugins' in 'field list'

[Dovecot] cache auth clear

2009-11-18 Thread Juan Carlos Sanchez
. -- -- Juan Carlos Sanchez Hernandez Responsable de Seguridad y Correo Electronico Servicio de Planificacion Informatica y Comunicaciones Universidad Politecnica de Madrid Rectorado Avda. Ramiro de Maeztu 7 28040 Madrid --

[Dovecot] plugin cmusieve not found

2009-11-17 Thread juan carlos
I have debian lenny and dovecot 1.2.4 and a problem with the plugin cmusieve. protocol lda { postmaster_address = postmas...@cablenet.com.pe mail_plugins = cmusieve quota log_path = /var/log/dovecot-deliver.log info_log_path = /var/log/dovecot-deliver.log } the log /var/log/dovecot-deliver

Re: [Dovecot] quota ignore sent folder

2009-11-04 Thread juan carlos
Do you have an example with different quotas using mysql. These are my config files: dovecot-sql.conf password_query = SELECT email AS user, password, '/home/vmail/%d/%n' AS userdb_home, 'maildir:/home/vmail/%d/%n' AS userdb_mail, 5000 AS userdb_uid, 5000 AS userdb_gid, CONCAT('maildir:stora

Re: [Dovecot] quota ignore sent folder

2009-11-03 Thread juan carlos
I have updated to dovecot 1.2.4, now how to configure multiple quotas

Re: [Dovecot] quota ignore sent folder

2009-11-03 Thread juan carlos
sorry i forgot smtp:~# dovecot -n # 1.0.15: /etc/dovecot/dovecot.conf base_dir: /var/run/dovecot/ log_path: /var/log/mail.log log_timestamp: %Y-%m-%d %H:%M:%S protocols: pop3 imap disable_plaintext_auth: no login_dir: /var/run/dovecot/login login_executable(default): /usr/lib/dovecot/imap-login lo

[Dovecot] quota ignore sent folder

2009-11-03 Thread juan carlos
I have configured postfix and dovecot and I want to know hot to configure quota in order to ignore sent folder. Now it does work ignoring trash folder but I want to ignore sent.

[Dovecot] problem with quota

2007-07-03 Thread juan carlos
hi everyone I have dovecot 1.0.rc15-2, postfix 2.3.8 and virtual users and domains installed in debian sarge, the users quota are not working. I have applied the pacth VDA and didn't work, if a I sent a mail to another user which exceeds his quota this user can receive the mail without problem,

[Dovecot] login authentication

2007-03-14 Thread juan carlos
Hi everyone, i used postfix, dovecot and mysql. I have virtual users and domains. I have this configuration in dovecot-mysql.conf: db_host = localhost db_port = 3306 db_unix_socket = /var/run/mysqld/mysqld.sock db = postfix db_user = postfix db_passwd = bscidth46 db_client_flags = 0 default_pass_s