QUOTE (dano2 @ Apr 2 2007, 05:27 AM)

I'm just trying to set up some email addresses for my domain, like support@mydomain.com... and I'm not seeing where this can be done. I researched some cPanel tutorials, but they all seem to have functionality that mine doesn't. Also php's mail function header parameter seems to be getting overwritten with my server name. I'm used to Plesk and Sendmail. cPanel and Exim are making me sad.
Any suggestions?
WHM 10.8.0 cPanel 10.9.0-R7965
RedHat Enterprise 4 i686 - WHM X v3.1.0
Exim
thanks,
dan
If you are logged into WHM, and have already added the account for mydomain.com, then click "list accounts", then click on the little cpanel icon next to mydomain.com. That will log you in as the site administrator. From there you click on the mail icon. It should be pretty self-explanatory from there.
As for the php issue, you will need to research a different function, or write your own. The mail() function lets you change the headers, but not the "mail from:" command during the actual delivery. If the remote mail server goes based on your mail from, and not the reply-to address, or headers, there is not much that can be done.
Maybe someone else has a better solution for this.
-James