|
-
Nov 16th, 2006, 09:22 PM
#1
Thread Starter
WiggleWiggle
Webmail
2 questions, same topic.
1) How would i have it do that php could create a mail account on my server?
2) How would i get the mail from email accounts? Like Squirrel Mail.
My usual boring signature: Something
-
Nov 16th, 2006, 09:33 PM
#2
Junior Member
Re: Webmail
Are you running off of your own server or off of a server host (ie. Globat, Go Daddy!, etc...)?
-
Nov 16th, 2006, 10:05 PM
#3
Thread Starter
WiggleWiggle
Re: Webmail
i have a virtual dedicated server. http://dimehost.com i think
My usual boring signature: Something
-
Nov 16th, 2006, 10:37 PM
#4
Junior Member
Re: Webmail
Well, i would check with dimehost first and see if they offer some sort of webmail package. Some host have one-click install software and most have webmail/e-mail packages already setup for their users.
-
Nov 16th, 2006, 11:06 PM
#5
Thread Starter
WiggleWiggle
Re: Webmail
Well i have full cPanel access. I am running a myspace type site and i want to have a email system for my users.
My usual boring signature: Something
-
Nov 16th, 2006, 11:36 PM
#6
Junior Member
Re: Webmail
Oh ok! Its not like a webmaster@/////.com i would try to do some sort of Private messaging system instead of a whole e-mail system. cause on your site you require e-mail to register already right?
-
Nov 16th, 2006, 11:46 PM
#7
Thread Starter
WiggleWiggle
Re: Webmail
hmm. What we want, is for the member to have the choice of signing up for a Mail Services (like hotmail, yahoo, gmail). I need the php script to create the email account. Then i need script that will get the user's mail, and allow them to send mail.
Yes, they do have an email that they sign up with.
the email format we want is [email protected] or [email protected]
Last edited by dclamp; Nov 16th, 2006 at 11:48 PM.
Reason: Email format
My usual boring signature: Something
-
Nov 16th, 2006, 11:54 PM
#8
Junior Member
Re: Webmail
Oh. Hmmm... I'm not really sure how you would get something like this, as i have never really needed anything if the such... Maybe you should try asking at http://www.weberforums.com/ these are extremely smart webmasters! sorry i couldn't help more.
-
Nov 17th, 2006, 12:08 AM
#9
Thread Starter
WiggleWiggle
Re: Webmail
thanks, i submited a post there.
My usual boring signature: Something
-
Nov 17th, 2006, 02:56 AM
#10
Re: Webmail
This depends on the mail server software that your host is running. You should ask them, not anyone else.
-
Nov 17th, 2006, 10:10 PM
#11
Thread Starter
WiggleWiggle
Re: Webmail
 Originally Posted by penagate
This depends on the mail server software that your host is running. You should ask them, not anyone else.
We have cPanel and it comes with Squirrel Mail, and Horde. Would it work if i just like edited them?
My usual boring signature: Something
-
Nov 17th, 2006, 10:17 PM
#12
Re: Webmail
you probably can't edit those, because you won't have access to the http "mail" subdomains that they're installed on, most likely. you should be submitting a ticket to the tech support for your hosting company and asking them how you can go about implementing your own custom mailing system, or if they will even let you.
-
Nov 17th, 2006, 10:38 PM
#13
Thread Starter
WiggleWiggle
Re: Webmail
thanks for coming to the rescue kows!
My usual boring signature: Something
-
Nov 19th, 2006, 10:32 AM
#14
Re: Webmail
Neither cPanel nor SquirrelMail nor Horde are mail servers. Mail servers are postfix or qmail, exim or dovecot, depending on what part of the service you want. Many of them can be set up to automatically adopt any system user. That's probably not a good idea in your case. Most of them also provide some way to get user info from a database or LDAP server. Those would be good options, because they don't require you to get a system elevation from the PHP scripts.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Nov 19th, 2006, 01:01 PM
#15
Thread Starter
WiggleWiggle
Re: Webmail
I know that horde and squirrel mail are not mail servers. They get the mail from the mail server. Why do you say that this is a bad idea?
My usual boring signature: Something
-
Nov 19th, 2006, 05:22 PM
#16
Re: Webmail
What I'm saying is a bad idea is to set up your mail servers to use Linux system users. It would require giving each registered user a system user.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|