Displaying 2 results from an estimated 2 matches for "janeus".
Did you mean:
janus
2006 Jan 31
1
default_mail_env auto-detect woes for maildir users
...is was the main point for
me switching servers), and I chose dovecot because it could simultaneously
support both formats.
My dovecot.conf uses auto_detect (no default_mail_env defined, by choice).
Auto-detect is working fine for mbox users, as shown by this (edited) log
snippet:
dovecot: imap(janeuser): maildir: couldn't find root dir
dovecot: imap(janeuser): mbox: root exists (/Home/janeuser/mail)
dovecot: imap(janeuser): mbox: INBOX exists (/var/mail/janeuser)
dovecot: imap(janeuser): mbox: root=/Home/janeuser/mail, index=/Home/janeuser/mail, inbox=/var/mail/janeuser
However, for anothe...
2005 Feb 03
1
Problems with rsync server over ssh client
...ing overship on that rsync. For
example:
rsync foo.txt -av --rsh="ssh -l joeuser" joeuser@filedrop::repository/
And my rsyncd.conf looks like this:
uid = root
gid = root
syslog facility = local5
pid file = /var/run/rsyncd.pid
[repository]
path = /home/janeuser/dropbox
comment = Jane User Dropbox
auth users = joeuser janeuser
read only = false
uid = janeuser
gid = janeuser
use choot = yes
When I use ssh, I get a permission denied on entering /home/janeuser/dropbox
as if its ignoring my uid and gid direct...