To test the SMTP service, follow these steps:
1. Type Telnet at a command prompt (Terminal) , and then press ENTER.
2. At the telnet prompt, type set LocalEcho, press ENTER, and then type open
3. Type helo me, and then press ENTER.
The output resembles the following:
250 OK
4. Type mail from:email@domain.com, and then press ENTER.
The output resembles the following:
250 OK – mail from
5. Type rcpt to:youremail@yourdomain.com, and then press ENTER.
The output resembles the following:
250 OK – Recipient
6. Type Data, and then press ENTER.
The output resembles the following:
354 Send data. End with CRLF.CRLF
7. Type Subject:This is a test, and then press ENTER two times.
8. Type Testing, and then press ENTER.
9. Press ENTER, type a period (.), and then press ENTER.
The output resembles the following:
250 OK
10. Type quit, and then press ENTER.
The output resembles the following:
221 Closing Port / Mail queued for delivery
Category: Computer
-
Test the SMTP Service
25, and then press ENTER. -
How to enable X11 Forwarding with SSH on Mac OS X Leopard
Apple Remote Desktop (ARD) or VNC is a wonderful invention if you want full control over a remote desktop, but what if you only want to access the user display of one single X11 program on a remote machine?
This is possible on Mac OS X with X11 Forwarding.
THIS ARTICLE HAS BEEN REWRITTEN (Manual set of the $DISPLAY variable is insecure!)
Prerequisites:
X11 environments on both the local and remote machine (see man X). Ensure network access for X11. In Mac OS X on X11 Quartz check the authorization and client access options under Preferences in the Security pane.
Enable X11 Forwarding with the “X11Forwarding yes” option set in “/private/etc/sshd_config” for your SSH Daemon own local X11 host in order to recieve X11 client request back from the remote machine through ‘ssh‘ with the -X option set.
Start or restart the Remote Login (SSH) Service under System Preference / Sharing pane on Mac OS X. The SSH daemon should run on the remote machine as well!
See “man ssh”, “man ssh_config” and “man sshd_config” for the complete explanation.
3 Simple Steps to X11 Forward on Mac OS X
1. Open “Terminal” in Mac OS X Leopard.
2. ssh -X X11 Forward to your remote host (See “man ssh” for the use of the -X or -Y flag X11 forward):
ssh -X johndoe@123.456.789
3. Start your remote X11 program and view the user display on your local machine:
xeyes &
Voila it works! The X application will start up your X11 environment. Its quite easy to do X11 forwarding when you first get the hang of it.
Do elegant X11 stuff with ssh -X -f like:
ssh -X -f user@remotehost xcalc -bg black -fg green
Caveat Notes:
Have the latest and updated versions of Mac OS X, Developer and X11.
3 Clues to successful X11 forwarding:
A. When you make changes to /etc/sshd_config remember to restart the Remote Login Service (SSH).
B. Remember to allow incoming access to X11 in the X11 preferences and through your firewall(s) and router!
C. And you have will of curse have to be accurate about your local and remote machine naming convention i.e. John-Does-iMac.local or privat.happycamper.com. Check with “echo $HOSTNAME”. On the remote machine you could also do a check with $REMOTEHOST (if set) to check your own machine name on the remote host.
NOT! Sometimes it is necessary to use xhost +remotehost and set the $DISPLAY environment variable manually on Mac OS X (something -X or -Y flag in ssh should normally do for you). Try “echo $DISPLAY” on the local machine and remote to get hints of the $DISPLAY status. You can always check your environment with “env” and “$”. On Mac OS X Leopard you use EXPORT with bash shell to set environment variables as opposed to tcsh that uses setenv. You should only set the $DISPLAY variable manually in a secure environment i.e. local network.
NEW! Do not set the
DISPLAYvariable on the client. You will most likely disable encryption. (X connections forwarded through Secure Shell use a special local display setting.)If you have further problems try to use -v, -vv or even -vvv verbose flag with ssh to debug.
X11 Forwarding:
X11 Forwarding www.ssh.com
Configurering and running X11 Applications on Mac OS X developer.apple.com
X11 FAQ – Technical Q&A QA1232 developer.apple.com
Technical Q&A QA1383 Enabling X11 Forwarding developer.apple.com
Forwarding X11 from a Remote Computer to the Mac oroborosx.sourceforge.net
ssh X forwarding debugging mac.com
Display Names xfree86.orgX11:
X Window System wikipedia.org
The X Window System freebsd.org (Introduktion from FreeBSD Handbook)
XQuartz project xquartz.macosforge.org (X11)Command-Line Administration Version 10.5 Leopard (PDF) manuals.info.apple.com (Connecting to Remote Computers p. 31 – 37)
Introduction to Command-Line Administration Version 10.6 Snow Leopard (PDF) manuals.info.apple.com (Connecting to Remote Computers p. 27 – 33)Connecting to Remote Computers p. 27 – 33Introduction to Command-Line Administration Version 10.6 Snow Leopard (PDF) manuals.info.apple.comOpen Source X11 developer.apple.com
UNIX & Open Source downloads apple.com -
last.fm – super cool social music
Last.fm has existed for some time on the Internet as an Internet radio station with lots of cool radio stations for any imaginal taste, but now something super cool as happened to Last.fm. Last.fm as trancended into something entirely new – a hassle free super cool social music player. Last.fm scrubbles your favorite music from your iTunes or MP3 player (Scrobbling a song means that when you listen to it, the name of the song is sent to Last.fm and added to your music profile), learns about your music preferences from you, so you can share and receive preferences from others as you wish. Last.fm off curse integrates with your iPod and iPhone. And Last.fm integrates Firefox through the fire plugin. The design is simple, strict and slick in red, white and black – like the designers abc – exactly the way I like it.
Check it out.. its super cool – and companies like Apple should learn from, integrate or even buy Last.fm
Links:
Last.fm
Fire.fm 1.1.3 Firefox plugin -
Back to My Mac not working on Mac OS X Leopard
I am using an Apple PowerBook G4 on the road and I would like to access my Mac computers seamlessly through the .mac technology “Back to My Mac” offered in Mac OS X Leopard. This provides easy access to file services and remote control through window sharing from desktop in Finder. The window sharing is similar to the Window Sharing service offered in iChat and that of Apple Remote Access.
The idea and promise from is no less than wonderful. For me this was a main reason reason to buy Mac OS X Leopard from Apple. From now on you do not have to think of domain names, dynamic domain names, bonjour identities, ip numbers, firewalls, security, passwords or even bother to start the service – it is just there under your fingertips. Or so I thought! Most of the time Back to My Mac works like a charm when on a local network, but as it turns out Back to My Mac only works sometimes on the Internet. If the moon and your lucky star is in conjunction.
I think Apple is very well aware of this fact and is working to solve issues related to Apple technologies. Some issues also involves Apple Remote Desktop. But there are unfortunately also other factors to be considered. There has been a lot of heated discussion about this topic in the the Apple Support Discussion Forums. Recently I have experienced that some of the threads oddly has disappeared from the forums.
Even with Mac OS X Leopard 10.5.2 I experience the following persistent problems:
1) Macs are unable to see each other over the Internet through Back to My Mac.
2) Back to My Mac Window Sharing asks unnecessarily for another password in mid session and will not accept the correct password.
3) Back to My Mac Service seems disappear and appear randomly.
4) Back to My Mac sometimes seem to break or interrupt access with Apple Remote Access.What to do?
Links:
Using Back to My Mac in Mac OS X 10.5 Leopard apple.com
Back to My Mac: Supported router devices (Mac OS X 10.5) apple.com -
Mac vs Windows
“I would buy a Mac if I didn’t work for Microsoft”
James Allchin, Windows development chief
Windows development chief: ‘I would buy a Mac if I didn’t work for Microsoft’ computerworld.com 11. december 2006
-
Bookpedia for Book Lovers
Bruji have invented a nifty little Mac OS X application to all book lovers, bibliographic maniacs and information perfectionists that easily manages your english book collection. Bookpedia is not the only application around the digital book shelves, but as far as I know its the only one that gets the job done with no fuss. Check it out here: Bookpedia bruji.com -
Todays Quote
Nuclear powered vacuuum cleaners will probably be a reality within 10 years.
— Alex Lewyt (President of the Lewyt Corporation,
manufacturers of vacuum cleaners), quoted in The New York
Times, June 10, 1955.This morning when I opened my terminal on my local computer a new tcsh shell popped up with this strange thought provoking cookie! “Fortune” is a well known little nifty Unix app that servers the cookies. You can find fortune cookie files all over the net. And you can easily write your own cookie files with your own profound sentences and make them into .dat files with “Strfile” that is readable with “Fortune”. Take a look at the man fortune and man strfile. Unfortunately not all Unix systems today comes with the fortune app out the box – but then go and hunt for it!
Btw I found some profound quotes at the goblogua yesterday that I have compiled into a goblogua.zip file for download for use with the Fortune app (Right click to download – both files are used and remember to leave the .dat part out i.e. just Fortune goblogua ).
You must be logged in to post a comment.