Results 1 to 16 of 16

Thread: Webmail

  1. #1

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    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

  2. #2
    Junior Member
    Join Date
    Nov 2006
    Posts
    24

    Re: Webmail

    Are you running off of your own server or off of a server host (ie. Globat, Go Daddy!, etc...)?

  3. #3

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Webmail

    i have a virtual dedicated server. http://dimehost.com i think
    My usual boring signature: Something

  4. #4
    Junior Member
    Join Date
    Nov 2006
    Posts
    24

    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.

  5. #5

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    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

  6. #6
    Junior Member
    Join Date
    Nov 2006
    Posts
    24

    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?

  7. #7

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    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

  8. #8
    Junior Member
    Join Date
    Nov 2006
    Posts
    24

    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.

  9. #9

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Webmail

    thanks, i submited a post there.
    My usual boring signature: Something

  10. #10
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Webmail

    This depends on the mail server software that your host is running. You should ask them, not anyone else.

  11. #11

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Webmail

    Quote 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

  12. #12
    PowerPoster
    Join Date
    Sep 2003
    Location
    Edmonton, AB, Canada
    Posts
    2,629

    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.

  13. #13

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Webmail

    thanks for coming to the rescue kows!
    My usual boring signature: Something

  14. #14
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    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.

  15. #15

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    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

  16. #16
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    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
  •  



Click Here to Expand Forum to Full Width