Re: [Postfixadmin-devel] Checking on a few assumptions...
Brought to you by:
christian_boltz,
gingerdog
From: David G. <da...@co...> - 2013-11-20 10:05:55
|
> 1) PA appears to support virtual domains (both mailbox and alias) but NOT local domains. True? In other words, I don't see a way to add a simple local alias (one with no domain name on left or right side) Correct. You can obviously configure Postfix to continue using /etc/aliases (or not). > 2) From browsing the various discussions, it appears that the current trunk is reasonably stable. True? > Yes. > 3) The MacPorts version is back on 2.3.3 of PA. Any reason that I couldn't get started by essentially swapping out the 2.3.3 code for the current trunk? (As someone just firing this up for the first time.) > I think there are some minor database changes, but nothing that should be too problematic. > 4) We have a significant pile of aliases, virtual alias domains, and a few large (POP3) mailboxes. Does the following general strategy sound about right? > > a) Use SED/VIM/etc magic to convert the text files to a pile of MySQL commands or PA-CLI commands. Generate the new database entries and ensure all looks well. > Yes. PA CLI may be easiest. I’ve not used it myself yet - but it’s what it is meant for. > b) Send one email to each new mailbox, to force proper tree creation. Yes. This isn’t necessary if you create the right structure manually and fix ownership/permissions. > c) Move all remaining messages into the new location. Yes. thanks David. |