<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Portal/CMS script for giving an email address to people registering on a domain?</title>
	<link>http://ask.metafilter.com/13008/PortalCMS-script-for-giving-an-email-address-to-people-registering-on-a-domain/</link>
	<description>Comments on Ask MetaFilter post Portal/CMS script for giving an email address to people registering on a domain?</description>
	<pubDate>Wed, 15 Dec 2004 08:44:10 -0800</pubDate>
	<lastBuildDate>Wed, 15 Dec 2004 08:44:10 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Portal/CMS script for giving an email address to people registering on a domain?</title>
		<link>http://ask.metafilter.com/13008/PortalCMS-script-for-giving-an-email-address-to-people-registering-on-a-domain</link>	
		<description>CMS/Portal development question:  Anyone know of a portal/cms script that will give the folks registering an email address at that domain? [magis insum] &lt;br /&gt;&lt;br /&gt; I have done much dev work, and have built out many a portal and cms driven website using some of the more popular open source scripts out there.  I could certainly build the portal and the email systems out separately.&lt;br&gt;
&lt;br&gt;
However, this is for an alumni site (ie: free) and I would like to roll out something quickly that would be fairly self sustaining and wouldn&apos;t require too much of my time to build and maintain (I know, pipe dreams)&lt;br&gt;
&lt;br&gt;
I know that portal/CMS questions have been asked umpteen times before, but the email portion is a twist that I have not seen asked, nor have my google/yahoo/askme searches revealed anything like this.  And it is the quick and usually astute answers that compell me to ask.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2004:site.13008</guid>
		<pubDate>Wed, 15 Dec 2004 08:24:49 -0800</pubDate>
		<dc:creator>angry jonny</dc:creator>
		
			<category>cms</category>
		
			<category>portal</category>
		
			<category>script</category>
		
			<category>email</category>
		
			<category>domain</category>
		
	</item> <item>
		<title>By: cairnish</title>
		<link>http://ask.metafilter.com/13008/PortalCMS-script-for-giving-an-email-address-to-people-registering-on-a-domain#225416</link>	
		<description>Please let there be a drupal module in the works for this.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.13008-225416</guid>
		<pubDate>Wed, 15 Dec 2004 08:44:10 -0800</pubDate>
		<dc:creator>cairnish</dc:creator>
	</item><item>
		<title>By: Tubes</title>
		<link>http://ask.metafilter.com/13008/PortalCMS-script-for-giving-an-email-address-to-people-registering-on-a-domain#225631</link>	
		<description>I was just having a similar conversation with a coworker. &lt;br&gt;
&lt;br&gt;
We&apos;re thinking there might be an api for our mail host software that we could write an interface to, which would allow automatic account creation for a portal user.&lt;br&gt;
&lt;br&gt;
Seems to me any CMS/portal module that meant to do this would have to interact with the mail service running on the web host. I don&apos;t think the typical CMS includes its own mail server.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.13008-225631</guid>
		<pubDate>Wed, 15 Dec 2004 14:02:38 -0800</pubDate>
		<dc:creator>Tubes</dc:creator>
	</item><item>
		<title>By: Tubes</title>
		<link>http://ask.metafilter.com/13008/PortalCMS-script-for-giving-an-email-address-to-people-registering-on-a-domain#225682</link>	
		<description>OK, I&apos;m back. In our case, our mail server does come with an API that&apos;ll let us do about anything we can imagine, including creating &amp;amp; editing accounts. Even nicer, it allows you to drop properly formatted &quot;semaphore&quot; files into a pickup directory, which it will then process appropriately to create/edit accounts, etc. Should be easy to code a CMS module to create and deposit these files. &lt;br&gt;
&lt;br&gt;
If you can find out what mail server your host uses, maybe you can find some documentation and see if you have similar options.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.13008-225682</guid>
		<pubDate>Wed, 15 Dec 2004 15:15:48 -0800</pubDate>
		<dc:creator>Tubes</dc:creator>
	</item><item>
		<title>By: jayCampbell</title>
		<link>http://ask.metafilter.com/13008/PortalCMS-script-for-giving-an-email-address-to-people-registering-on-a-domain#225684</link>	
		<description>&lt;a href=&quot;http://tikiwiki.org/&quot;&gt;TikiWiki&lt;/a&gt; has multiple modules for accessing mail once that email account exists on the underlying system. On some OS&apos;s you could patch an &apos;adduser&apos; system line into your CMS at the appropriate point in the user creation script.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.13008-225684</guid>
		<pubDate>Wed, 15 Dec 2004 15:24:01 -0800</pubDate>
		<dc:creator>jayCampbell</dc:creator>
	</item><item>
		<title>By: spock</title>
		<link>http://ask.metafilter.com/13008/PortalCMS-script-for-giving-an-email-address-to-people-registering-on-a-domain#225732</link>	
		<description>Email is normally tied to the domain name/host, not the CMS (though the CMS would want email addresses for registered users).&lt;br&gt;
&lt;br&gt;
I would certainly not reinvent the wheel with so many good CMS products out there (Open Source even, like &lt;a href=&quot;http://www.typo3.org&quot;&gt;Typo3&lt;/a&gt; or &lt;a href=&quot;http://www.mamboserver.com&quot;&gt;Mambo&lt;/a&gt;). Your web host would provide x number of email addresses with a hosting package and you would install the CMS on that same host if you wanted those email addresses to match those of the domain name.&lt;br&gt;
&lt;br&gt;
Or am I not getting what you&apos;re asking?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.13008-225732</guid>
		<pubDate>Wed, 15 Dec 2004 17:27:14 -0800</pubDate>
		<dc:creator>spock</dc:creator>
	</item><item>
		<title>By: Tubes</title>
		<link>http://ask.metafilter.com/13008/PortalCMS-script-for-giving-an-email-address-to-people-registering-on-a-domain#225812</link>	
		<description>Spock, I think he wants people who sign up at the CMS-backed &quot;alumniportal.com&quot; to automatically be given a &quot;user@alumniportal.com&quot; address. &lt;br&gt;
&lt;br&gt;
Since email is not actually run by the CMS package that generates the website, he&apos;d normally have to go into the server&apos;s mail admin functions and create each new user. To automate this, the CMS would have to talk to the email server and create a mail account to match each new portal user account.&lt;br&gt;
&lt;br&gt;
Like, if you had been told &quot;Welcome! You are now a MeFi user, and by the way, you also get a free e-mail account: spock@metafilter.com. Instructions for using it will follow...&quot;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.13008-225812</guid>
		<pubDate>Wed, 15 Dec 2004 21:06:59 -0800</pubDate>
		<dc:creator>Tubes</dc:creator>
	</item><item>
		<title>By: jackofsaxons</title>
		<link>http://ask.metafilter.com/13008/PortalCMS-script-for-giving-an-email-address-to-people-registering-on-a-domain#225824</link>	
		<description>I wonder if you could have upon registration  a portion of the registration script  that drops the username into some sort of text file, then maybe a cron job that checks it every 30 minutes or so for changes, creating the account and removing the old file. I wouldn&apos;t imagine that you&apos;d want to do actual account maintainence with it though.&lt;br&gt;
&lt;br&gt;
I&apos;ve done alot of looking for something similar without much luck. I think Postnuke might be a good option, the guy who runs www.portalzine.de did some coding for a pay-module that would allow you to access existing email accounts and things of that nature. He might be able to write something ($$ though).&lt;br&gt;
&lt;br&gt;
PHPNuke I know has a webmail module, but I&apos;m not particularly fond of it, and I don&apos;t don&apos;t too terribly much about it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.13008-225824</guid>
		<pubDate>Wed, 15 Dec 2004 22:12:36 -0800</pubDate>
		<dc:creator>jackofsaxons</dc:creator>
	</item><item>
		<title>By: angry jonny</title>
		<link>http://ask.metafilter.com/13008/PortalCMS-script-for-giving-an-email-address-to-people-registering-on-a-domain#225891</link>	
		<description>I have a cpanel server, and I know there are scripts out there (http://scripts.freemans-web.com/scripts/pafiledb.php?action=category&amp;amp;id=1) that will automate the email account (and even subdomain and ftp account) creation.  It works well, but I don&apos;t have the time to integrate it with a registration process right now.&lt;br&gt;
&lt;br&gt;
What I was hoping was that this sort of thing had been wrapped into a CMS/Portal product like a Nuke or Mambo or the like., where one would register, an email account would be created, and the users would have access to it via webmail (or pop)&lt;br&gt;
&lt;br&gt;
Tubes is right on in his assessment - I should have been more clear.  &lt;br&gt;
&lt;br&gt;
Maybe I&apos;ll have to integrate it myself.  Then my question becomes what&apos;s the best portal platform to commit to doing this for?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.13008-225891</guid>
		<pubDate>Thu, 16 Dec 2004 06:24:46 -0800</pubDate>
		<dc:creator>angry jonny</dc:creator>
	</item><item>
		<title>By: Tubes</title>
		<link>http://ask.metafilter.com/13008/PortalCMS-script-for-giving-an-email-address-to-people-registering-on-a-domain#226100</link>	
		<description>aj - there&apos;s a good forum over at &lt;a href=&quot;http://www.opensourcecms.com&quot;&gt;opensourceCMS.com&lt;/a&gt; where you might pose this question. Drupal, Mambo and e107 seem to have good activity on their boards as well (as do many others -- those are just the ones I&apos;ve been paying attention to lately.)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.13008-226100</guid>
		<pubDate>Thu, 16 Dec 2004 11:07:25 -0800</pubDate>
		<dc:creator>Tubes</dc:creator>
	</item><item>
		<title>By: angry jonny</title>
		<link>http://ask.metafilter.com/13008/PortalCMS-script-for-giving-an-email-address-to-people-registering-on-a-domain#226200</link>	
		<description>thanks all who responded - i managed to find something that i think should work&lt;br&gt;
&lt;br&gt;
someone has written a cpanel email module for mambo - i am going to install that and give it a shot &lt;br&gt;
&lt;br&gt;
if anyone cares to know how this turned out, feel free to shoot me an email and i will update you</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.13008-226200</guid>
		<pubDate>Thu, 16 Dec 2004 12:45:43 -0800</pubDate>
		<dc:creator>angry jonny</dc:creator>
	</item>
	</channel>
</rss>
