Sponsored Content
Full Discussion: email account
Top Forums Programming email account Post 54701 by Perderabo on Saturday 21st of August 2004 11:37:35 AM
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.
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
Jifty::Plugin::Authentication::Password::View(3pm)	User Contributed Perl Documentation	Jifty::Plugin::Authentication::Password::View(3pm)

NAME
Jifty::Plugin::Authentication::Password::View - views for password plugin DESCRIPTION
This provides the templates for the pages and forms used by the password authentication plugin. TEMPLATES
signup Displays a sign-up form. login Displays the login form. login_widget A handy template for embedding the login form. Just include it in your templates via: show('/login_widget'); See Jifty::Plugin::Authentication::Password::Action::Login. let/reset_lost_password After requesting a password reset and clicking on the link sent by email, this receives that click and provides the form for resetting the password. See Jifty::Plugin::Authentication::Action::ResetLostPassword. let/confirm_email Handles the work of confirming an email address for a new account. See Jifty::Plugin::Authenticaiton::Password::View. lost_password Starts the process of sending a link to reset a lost password by email. See Jifty::Plugin::Authentication::Password::SendPasswordReminder. resend_confirmation Request a new email confirmation message be sent to your email account. See Jifty::Plugin::Authentication::Password::Action::ResendConfirmation. SEE ALSO
Jifty::Plugin::Authentication::Password, Jifty::Plugin::Authentication::Password::Dispatcher LICENSE
Jifty is Copyright 2005-2010 Best Practical Solutions, LLC. Jifty is distributed under the same terms as Perl itself. perl v5.14.2 2010-12-10 Jifty::Plugin::Authentication::Password::View(3pm)
All times are GMT -4. The time now is 02:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy