Displaying 2 results from an estimated 2 matches for "easyrencontre".
2007 Sep 24
2
--delete not working
Hi,
I've set up a rsync deamon with the following config, on the remote side.
[deploiement]
path = /data/one_tree
use chroot = yes
max connections=2
lock file = /var/lock/rsyncd
read only = no
uid = nobody
gid = nogroup
hosts allow = someIP
from the source host I do :
rsync -rtlv --exclude='.svn/**' --exclude=.svn --delete preprod/
2008 Feb 06
4
LDA postfix + deliver, problem lookup, accepting email for everyone
Hi,
I'm setting up dovecot pop3 deamon for a small set of mailbox.
I want to be able to set a small set of mailbox simply, so I've used
"passdb passwd-file" + virtual mailboxes with "userdb static".
My problem is that it seems that postfix accept and create mailbox for
every address I post. It is configured to use local delivery through
dovecot's deliver.
How