1 message in net.sourceforge.lists.courier-users[courier-users] Multiple deamon for s...
FromSent OnAttachments
Albert ShihSep 16, 2006 1:49 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Multiple deamon for snapshotActions...
From:Albert Shih (sh@math.jussieu.fr)
Date:Sep 16, 2006 1:49:15 am
List:net.sourceforge.lists.courier-users

Hi all

I've many snapshot (make with rsnapshot, basicaly it's rsync) for my users Maildir directory.

I want make this accessible for my user without admin intervention. For this I want use multiple daemon of courier-imap

courier-imap1 (bind on port N) for snapshot1 courier-imap2 (bind on port N+1) for snapshot2 courier-imap3 (bind on port N+2) for snapshot3 etc....

But I just have one /etc/passwd how can I make the second courier daemon go to search the homedir in

/snapshot2

and the 3 courier daemon go to search in

/snapshot3

I've make authentication with /etc/passwd and I just have on.

Regards.