Displaying 2 results from an estimated 2 matches for "redlead".
Did you mean:
redhead
2014 Dec 31
0
[Bug 11027] New: Sticky bit not set when using --chmod=D+t alone, without --perms
...estion: At the very least a strong mention in the docs/ man page under the
--chmod entry.
First, I point out one situation where I had it work, then I go on to describe
the failing case. Finally, I show a combination which makes it work. (rsync
Kung fu)
*Sticky bit ON, on source dir
drwxr-sr-t. 2 redleader rebels 32 Dec 30 18:32 new_data
Use --perms, include trailing slash on source dir
rsync -r -p new_data/ destination
Result: works, sticky bit ON, on destination dir
drwxr-sr-t. 3 redleader rebels 47 Dec 30 19:15 destination
*Sticky bit OFF, on source dir
drwxr-sr-x. 2 redleader rebels 32 Dec...
2004 Jul 24
1
Local + virtual users using Dovecot 0.99.10.6 (from debian testing)
Hi,
I have configured the MTA (exim4) to put the messages for my local users
at /var/mail.
If the user does not exist as true unix user, it looks at a postgresql database and if the user exists there, it delivers the message at /var/mail/virtual
Example: User fred is a unix user, and peter is a virtual user.
If i send a mail to fred at mydomain.org, the message is stored at
/var/mail/fred (im