Wordpress Multisite but keep the mailboxes

superdavenl

New member
Joined
Mar 7, 2016
Messages
1
Hi all,

Tried to work this thing out

on my VPS
Domain X is an user, wordpress multisite installed and working with several domains fixed in HTTPD.
Domain Y is an user too, with IMAP mailbox

I want to keep the IMAP mailbox of domain Y, but the site needs to be on the multisite of domain X.

Hard to get this working, but I think its possible, but how!?
 
Hello,

The both domains should be under one and the same user account, then you can use symlinks between public_html/private_html.
If domains are under different users then you might need to use mount -o bind to mount public_html to another domain with read only permissions.
 
Back
Top