[Postfixadmin-devel] Per mailbox transport
Brought to you by:
christian_boltz,
gingerdog
From: Andre g. <and...@gm...> - 2011-05-13 17:24:01
|
Hi. I'm designing a large mail structure and I'll postfixadmin to manage the sql database of emails. We'll have separated mailbox servers, and that's why I'll need transport per mailbox instead of just domains. I think I already achieved this. - Few changes on 4 files: edit-mailbox and create-mailbox (both them and their template files). - Extra 'transport' column on mailbox table - Some tweaks on the recommended mysql_*.cf files, created some new ones and reconfigured main.cf as well. With just these changes I got what I need. And I don't feel it would cause any problems with who only needs transports by entire domain. Is there plans to postfixadmin support this ? I ask that because I'm sure you would do it much better than how I did, and I'm not a php master like you, so I'll need care with upgrades. Thank you for this great software. |