email account


 
Thread Tools Search this Thread
Top Forums Programming email account
# 1  
Old 08-21-2004
Question email account

Dear All

Mine is a shared hosted domain name say mydomain.com service.. I would like to create email account info@mydomain.com through a program.. I am running on redhat linux 8. I have been asking a lot... Please somebody help me in this issue.. or recommenfd me any book which explains the email creation in detail....

Last edited by collins; 08-21-2004 at 11:00 AM..
# 2  
Old 08-21-2004
"shared hosted domain name".... What is that? But maybe I can shed some light here. Suppose we send mail to

collins@gnu.org

what would happen? First we need to find the mail exchanger for gnu.org:
Code:
% nslookup -q=mx gnu.org
Server:  VTOT.proxy.aol.com
Address:  205.188.146.146

Non-authoritative answer:
gnu.org MX preference = 20, mail exchanger = mx20.gnu.org
gnu.org MX preference = 30, mail exchanger = mx30.gnu.org
gnu.org MX preference = 10, mail exchanger = mx10.gnu.org

gnu.org nameserver = ns4.gnu.org
gnu.org nameserver = ns1.gnu.org
gnu.org nameserver = ns2.gnu.org
gnu.org nameserver = ns3.gnu.org
mx10.gnu.org    internet address = 199.232.76.166
mx20.gnu.org    internet address = 199.232.41.8
mx30.gnu.org    internet address = 199.232.41.6
ns4.gnu.org     internet address = 193.201.200.170

%

We see that gnu.org has three mail exchangers. We would try mx10, then mx20, then finally mx30.

Let's say that we connect to mx10 and send mail to collins@gnu.org, what would happen? That depends on how mx10 is configured. It could send all mail to another host, perhaps called "mailhost.gnu.org". This would be more or less typical. A second option would be a large aliases file sending each addressee to various hosts. Each of the 3 mail exchangers would new the same aliases file in this case.

So setting a new mail account might mean adding an account to mailhost. Or it might mean adding entries to aliases files.

And if there is only one mail exchanger, it might be just adding an unix account there. So collins would log in to the mail exchanger to get mail. Or perhaps collins would use a .forward file to send the mail elsewhere.

At work, our mail exchangers send all mail to a Microsoft Exchange server. So we need an Exchange Administrator to add mail accounts for us.

So there is not one answer for everyone. It depends how things are set up. The starting point is to use DNS to find the mail exchangers and take it from there.
# 3  
Old 08-21-2004
might

Perderabo,
he was reffering that mydomain.com has bean hosted in a "shared hosting" service where more than one domain will be parked, he was asking " how to create a email id in linux box like cpanel" ist so collins
thanks
muthu
# 4  
Old 08-21-2004
subhost email account

Hai

Thanks 4 ur response...

But i actually meen how to create an email account for subhost... I tried creating a user account... But the adduser (or) useradd command is not working even when i entered with the root login of the subhost... If i create a user account with root login of host, then the mail account is created in the host and not in subhost... But i want it for the subhost...How can I

Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

What happens to your skype account if you close outlook.com email account?

Hello, Does anyone know what happens to your skype account if you close the outlook.com email account which are linked together? As you know they are both owned by Microsoft. Thanks (0 Replies)
Discussion started by: milhan
0 Replies

2. Forum Support Area for Unregistered Users & Account Problems

Having troubles after updating email account

Hello, I recently updated my email account and visited the activation link mailed to the new account, but the website keeps telling me that i do not have permission to visit the web i was trying to. I tried "register.php?a=ver" to type the activation code myself, but there's no field to fill up... (1 Reply)
Discussion started by: Unregistered
1 Replies

3. Forum Support Area for Unregistered Users & Account Problems

Restart old account, change email for account

Hi there, I may have had a typo in my email previously provided. I have doublechecked my email for Scott's reply but havent seen it, so I am creating a new post. My new email can be either one of these: <removed> or <removed> I beleive my old email was <removed by admin> thanks for your... (1 Reply)
Discussion started by: AKelam_MagnusA
1 Replies

4. Programming

Creating email account prgramatically + java ?

Dear Friend, I am working on java application which requires that after successful registration an email account is created (say username@mydomain.com) for user. Is is possible to create e-mail account programatically ? Enviornment - CentOs, Tomcat Web server. CPanel is available, but... (0 Replies)
Discussion started by: reckless_jack
0 Replies

5. UNIX for Dummies Questions & Answers

printcap printer -> email account script/filter help

the basics: Tru64 unix 5.1b on alpha have nail(now mailx), mail, and mailx(old version) available. I'm trying to make a print filter to take a file that is printed to a specific printer in my printcap file and email it. I put this in my printcap: emailprinter:\ ... (0 Replies)
Discussion started by: syadnom
0 Replies

6. Forum Support Area for Unregistered Users & Account Problems

new account, not recieving email to confirm

Hello, I registered an account several hours ago, and never recieved the email registration link in my email account. Read the instructions posted here, and requested to resend registration link, and this one also has not shown up in my email acccount. yes, I've checked the bulk folder as... (1 Reply)
Discussion started by: denn
1 Replies

7. Forum Support Area for Unregistered Users & Account Problems

Did not received any email for account activation

hi I did not received any such email for account activation nor i am able to see any status in my profile. Am i missing anything?? :confused: Please help Appreciated. (0 Replies)
Discussion started by: bhush782003
0 Replies

8. Forum Support Area for Unregistered Users & Account Problems

email account no longer active

Hi the isp email account i signed up with a long time ago is no longer active how can i get my password reset? i know the old email address for this user name if that helps. my curent ip address would show the same city as the profile states for the username. i read this I lost my password,... (3 Replies)
Discussion started by: whothought1
3 Replies

9. UNIX for Advanced & Expert Users

email account on subhost

Hai i need to create an email account for subhost... I tried creating an unix user account... But the adduser (or) useradd command is not working in subhost login even when i entered with the root login of the subhost... If i create unix user account with root login of host, then the mail... (1 Reply)
Discussion started by: collins
1 Replies

10. UNIX for Dummies Questions & Answers

email account for subdomain (HOW-TO)

Hai i need to create an email account for subhost... I tried creating an unix user account... But the adduser (or) useradd command is not working in subhost login even when i entered with the root login of the subhost... If i create unix user account with root login of host, then the mail... (1 Reply)
Discussion started by: collins
1 Replies
Login or Register to Ask a Question