![]() |
Google Apps - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Google Apps (/thread-3653.html) |
RE: Google Apps - wb6vpm - 07-02-2008 02:46 AM sorry, maybe I mis-explained, what I want to do is to make sure that ispCP does not create new users in postfix again, and I then have to go in and redo half of what I did every time I create a new domain. (I understand that I/my customer will have to go to Google and do it manually) RE: Google Apps - kilburn - 07-02-2008 03:04 AM Quote:better wording, how do i force it to change the settings for current domains? Use the docs, young padawan: Howto regenerate the config files Quote:sorry, maybe I mis-explained, what I want to do is to make sure that ispCP does not create new users in postfix again, and I then have to go in and redo half of what I did every time I create a new domain. (I understand that I/my customer will have to go to Google and do it manually) Just set the mail accounts limit to 0 for all your plans ![]() RE: Google Apps - wb6vpm - 07-02-2008 03:13 AM kilburn Wrote:Quote:better wording, how do i force it to change the settings for current domains? doesnt setting it to 0, just make it unlimited (oh, I believe you mean -1) RE: Google Apps - kilburn - 07-02-2008 03:16 AM Right, I meant limit to 0 accounts, wich happens to be a "limit: -1" in ispcp ![]() RE: Google Apps - wb6vpm - 07-02-2008 03:21 AM however, how does that prevent the system from thinking that they are still local to the machine? RE: Google Apps - kilburn - 07-02-2008 03:40 AM Good point. This only prevents your users adding e-mail accounts to the server (usability thing: they won't be used anyways). If ALL your hosted domains are going to use google-handled mails, you may change the postfix virtual domain tables to always-empty versions: /etc/postfix/main.cf Code: ... And then execute: Code: touch /etc/postfix/ispcp/{domains,mailboxes}-empty Keep this mod in mind because if "main.cf" is ever regenerated (ispcp update) you'll have to re-apply it. RE: Google Apps - wb6vpm - 07-02-2008 03:47 AM ok, just to make sure, so as long as I do not do an actual code update, (i.e. upgrade ispCP) that will not change, even after adding a new domain. RE: Google Apps - wb6vpm - 07-02-2008 04:27 AM once i have this all done and working, i will create a howto on this RE: Google Apps - wb6vpm - 07-02-2008 06:58 AM kilburn Wrote:Good point. This only prevents your users adding e-mail accounts to the server (usability thing: they won't be used anyways). doesn't work, when I create a new domain, all the default email addresses are generated as normal. RE: Google Apps - kilburn - 07-02-2008 04:48 PM Disable default address creation: -) Login to ispcp as admin -) Go to settings -) Under "Email Settings" there's a "Create default E-Mail addresses" option, set it to disabled. -) Save No more default email address generation (never tested this option myself though).... |