<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hi,<br/>
<br/>
I need to merge mail data from two companies to one - i could attach the second storage via NFS which has the sdbox mailbox format while the other one is maildir.<br/>
Is it possible to have two mail locations with different mailbox formats (maildir and sdbox) on one dovecot instance?<br/>
<br/>
Regardless of whether this is possible or not - what is the procedure to switch from maildir to sdbox?
<div><br/>
I've actually as mail_location set:<br/>
mail_location = maildir:/srv/vmail/%d/%n/maildir</div>

<div><br/>
And for the shared namespace:</div>

<div>location = maildir:/srv/vmail/%%d/%%n/maildir:INDEX=~/maildir/shared/%%u:CONTROL=~/maildir/shared/%%u</div>

<div><br/>
How would they look like for sdbox?<br/>
<br/>
mail_location most likely:<br/>
mail_location = sdbox:/srv/vmail/%d/%n/sdbox<br/>
<br/>
But how would the location look like for the shared namespace?<br/>
<br/>
thx,<br/>
Alex</div>
</div></div></body></html>