similar to: chown

Displaying 13 results from an estimated 13 matches similar to: "chown"

2013 Jun 16
1
dovecot creating unknown users
Hi We recently installed a dovecot postfix roundcube debian wheezy serverIt is now in production and we are feeling our way as we progressivelyadd new users to this local server. I noticed that dovecot is creating user directory structures for unknown users withinour domain in /var/vmail, even though we have setup a static users.conf db file. I tried omiting the "allow_all_users=yes"
2013 May 28
2
system account delivery userdb authentication
Hi I have a remaining issue with a mail server setup. Composed of Postfix and Dovecot it is is a 'local' mail server At first I relied upon Mysql to store the various parameters, and then switched to a flat file approach I also initially set the server up to handle virtual users, but then I realized that it was destined to manage local system accounts only. So I reconfigured it
2016 Dec 07
2
Dovecot migration via dsync : mail_location problem (INBOX) ?
Hello, I'm trying to migrate mail accounts from an old dovecot 1.0.15 to a new dovecot 2.2.26. I've set up a master-user on old dovecot, and I run dsync on new server, like this : # doveadm -D -o mail_fsync=never sync -R -u user at domain.tld imapc: my user at domain.tld looks like this (on the new server): # doveadm user user at domain.tld field value uid 2000 gid 2000 home
2018 Nov 23
9
v2.3.4 released
https://dovecot.org/releases/2.3/dovecot-2.3.4.tar.gz https://dovecot.org/releases/2.3/dovecot-2.3.4.tar.gz.sig Binary packages in https://repo.dovecot.org/ * The default postmaster_address is now "postmaster@<user domain or server hostname>". If username contains the @domain part, that's used. If not, then the server's hostname is used. * "doveadm stats
2018 Nov 23
9
v2.3.4 released
https://dovecot.org/releases/2.3/dovecot-2.3.4.tar.gz https://dovecot.org/releases/2.3/dovecot-2.3.4.tar.gz.sig Binary packages in https://repo.dovecot.org/ * The default postmaster_address is now "postmaster@<user domain or server hostname>". If username contains the @domain part, that's used. If not, then the server's hostname is used. * "doveadm stats
2012 Sep 17
2
How to divide each column with its own value
Hi, I have a matrix as below: mat= [,1] [,2] [,3] [1,] 1 4 7 [2,] 2 5 8 [3,] 3 6 9 What I want to do is, I would like to divide each column with its own value, in order to get value 1. Is there any simple script for that? [[alternative HTML version deleted]]
2013 Jun 24
1
Quota based on LDAP group
Hi I have a setup where my dovecot (2.0, if that makes a difference) authenticates against an LDAP directory. In my scenario, I have two types of users, lets call them "normal" and "privileged". What I need is for the normal user to have a fixed quota, but for the priviledged to have none. (The users do not exist on the underlying system, so I cant do quota based on FS)
2001 Jan 22
0
interaction.plot
Not sure about the correctness for this list, but anyway... I notices some indesireable behaviour in interaction.plot. The scaling of the x-axis labels discards the overall settings for the ''cex'' attribute, leading to unscaled labels. The source for this behaviour is the line mtext(xlabs, 1, at = xvals) in interaction.plot. to get this function to perform conform the manual,
2013 Jun 10
1
dovecot segfaults after upgrade
Using dovecot on debian oldstable (squeeze) with daily builded repository, after an upgrade this morning, dovecot always shows the following error: 2013 Jun 10 11:07:22 mailstore imap(tblomenk): Fatal: master: service(imap): child 3016 killed with signal 11 (core dumps disabled) Jun 10 11:07:22 mailstore kernel: [ 1589.400741] imap[3016]: segfault at 7fffd9048ff8 ip 00007f91417e2c3b sp
2015 Apr 18
4
Como leer una BD con una estructura inadecuada
Estimados, tengo el siguiente problema: Tengo una BD de 19 columnas y aprox 500 mil filas, la que tiene muchas celdas vacias y esta separada con espacios para hacer coincidir los datos bajo los encabezados. Mi problema es que al tratar de importar a R la BD no se como tratar con los espacios vacios cuando se trata de una columna de numeros (para el texto puse na.strings = "NA") y
2005 Sep 28
0
VFS recycle - can't get exclude_dir to work
Hello I'm testing the VFS recycle stuff on a 3.0.14a-Debian (Debian Sarge, kernel 2.6.8-2). The smb.conf share config part looks like this: [write] path = /sambashared/write browseable = yes writable = yes public = yes vfs object = recycle #recycle:repository = ../readonly recycle:keeptree = yes recycle:versions = yes recycle:touch = yes recycle:maxsize = 1000000
2019 Nov 08
0
[2.3.8] possible replication issue
Hi, I'm dealing for few days with replication issues between two dovecot containerized instances in Kubernetes environment. After some search, I found this thread that reports exactly the same symptoms I encountered : https://dovecot.org/pipermail/dovecot/2019-October/117353.html I can confirm that downgrade of dovecot to 2.3.7.2 fixes the issue. Testing usage of -T parameter with a very low
2018 Nov 23
0
[Dovecot-news] v2.3.4 released
Please remove me from your mailing list thanks you On 23/11/2018 13:29, Timo Sirainen wrote: > https://dovecot.org/releases/2.3/dovecot-2.3.4.tar.gz > https://dovecot.org/releases/2.3/dovecot-2.3.4.tar.gz.sig > Binary packages in https://repo.dovecot.org/ > > * The default postmaster_address is now "postmaster@<user domain or > server hostname>". If