Electronic Mail Addressing


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Electronic Mail Addressing
# 1  
Old 06-27-2010
Electronic Mail Addressing

"A Directory of Electronic Mail Addressing & Networks" by Donnalyn Frey and Rick Adams (O'Reilly & Associates, 1993), Xerox Grapevine, DECNET.
The book tells about lots of different ways to present an email address. What i know of are Internet (user@host), UUCP (host!user) and DECNET (host::user) styles. What are the others? Any examples? Or where to find them?

Thanks in advance
# 2  
Old 06-30-2010
When I was SA on 10 AT&T 3B2 systems, they used the BANG "!" in place of the AT "@". So a user's email address was: system!user

One caveat to this was there was no "DNS" back then and you had to know the route to the user's system. So when you sent an email, the "TO:" field looked something like this:

Code:
system4!system3!system2!system1!system!user

# 3  
Old 06-30-2010
Quote:
Originally Posted by bluescreen
When I was SA on 10 AT&T 3B2 systems, they used the BANG "!" in place of the AT "@". So a user's email address was: system!user

One caveat to this was there was no "DNS" back then and you had to know the route to the user's system. So when you sent an email, the "TO:" field looked something like this:

Code:
system4!system3!system2!system1!system!user

I know that form, it's UUCP, it was used with UNIX, and UNIX was property of AT&T. As fare as i can understand, it was time of Sendmail as the only MTA. Anyway, instead of always typing full routes email aliasing could be configured in system-wide alias file or user-own .mailrc file(s). System wide (/etc/aliases):
Code:
jimmi: host1!host2!host3!james

User-specific ($HOME/.mailrc):
Code:
alias jimmi host1!host2!host3!james

Mail forwarding could also be configured on central mail server, so that all the other hosts would be its clients in what has to do with email - all mail is submitted to the hub, and hub decides what mail goes to where and maintains all the aliases centrally. Of course, i don't know of your situation there, but that's how i imagine the solution of the problem with long routes.
The picture of 3B2-vme makes me recall of german MFA, it also had extension cards of such format.
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. IP Networking

Addressing question

This is probably a stupid question but I am finding a tricky issue on my Solaris machines right now. I changed the hostname for my servers as requested by my superior. I had one server that lost it's entire network configuration when I rebooted. I reconfigured it with it's address and I can... (2 Replies)
Discussion started by: lnxjenn
2 Replies

2. Programming

Memory addressing question

Forgive me if this sounds like a newbie question. Any time you obtain a stack address from a pointer, what is this relative to by default? Is it the extra segment, the stack segment, what? How do you change change the relative positioning in memory? Thanks in advance (1 Reply)
Discussion started by: stevenswj
1 Replies

3. IP Networking

Dual IP addressing

I have a Unix application server with an internet IP address on it for a gateway and a Unix web server with the Internet IP as well configured for its gateway. Now the problem I have is this: due to these gateways, the application server can't communicate with our internal LAN. Therefore, it... (2 Replies)
Discussion started by: Ronny
2 Replies

4. IP Networking

IP Addressing with Digital Unix

I'm trying to set up an IP address on a Digital Unix box. I would like to know the commands in order to do so. thanks (5 Replies)
Discussion started by: lavelyj
5 Replies
Login or Register to Ask a Question