Mercury State

July 31, 2004

A Day at the Beach

My Uncle Jeff threw his annual party at the beach; I was good. It is the closest thing we have to a family reunion. This was the lowest attending year, but it was still a good time.

Spending a whole day at the beach should be done more often.

July 30, 2004

Off Early?

I thought I was going to be getting off early today, but that just didn't happen. To be honest, I was happy to get some work done; made it so I could rest over the weekend.

July 29, 2004

Alpina

I am thankful that lusting after cars is not considered cheating in a relationship. Today, I saw the sexist car ever created by man; it was a BMW Alpina. It was black, and it was hot. If it was not for the $150,000 price tag, I would say it was love. I guess it will just have to stay an infatuation.

July 28, 2004

If Begging Would Help

If begging the BIND kings would help, I would try it. I just cannot seem to get the DNS working perfectly on my servers. I spent about three hours working on it last night, and it seems to be in vain. There is some small little detail that is getting overlooked... question is what is it.

July 27, 2004

Think Tank

I have been thinking so much today that I can feel it. I can actually feel the thoughts creeping into undiscovered places in my brain.

July 26, 2004

2GMP

Entertainment on the freeway, I was scoping out license plates out of pure boredom. I noticed that there a few unfortunate plates. The one that cracked my up was 2GMP... if I was too gimp, I am not sure that I would put it on my plate, but that is just me.

July 25, 2004

The Fine Art of BIND

I am trying to get my head around too many things at once. I am learning Linux shell, emacs, Postfix, and BIND... all at the same time.

I am discovering the fine art of Postfix and BIND configurations. They are like delicate flowers... one ill character and they all die.

July 24, 2004

Talent Without Direction

Talent without direction is wasted. Being good at anything will get you no where but older without doing something with it.

I have been developing my talents over the past few years, and not really doing much more than fiddling around. It is time to get serious and put out some good work. This entails spending more than a few seconds on something; doing less stuff at one time; and not putting it out to the public until it is ready.

Basically, it is time to grow up just a little; and raise the bar. I could choose to be mediocre, but wouldn't that just be a waste?

July 23, 2004

My Friends, My Habits & My Family

Things that means so much to me; the good times are killing me. Even if things get heavy, I don't know; I think so.

Music shapes what you are thinking about, especially when you only catch a line here and there. I have been spinning Modest Mouse all morning... and my mind has been spinning off in some interesting directions; and all on auto-pilot to boot.

That is that, and this is this... what else can I say?

July 22, 2004

Shot My Blog

It really feels like someone shot my blog. I am sure that it will live, but it sure is hurting for a post or two.

July 21, 2004

Cube Living

If you live in a cube, such as myself, I suggest the purchase of the world's greatest desktop pet, Sea Monkeys. For less than ten bucks, you can enjoy having something on your desk that is living. Sea Monkeys are better than plants, and provide a great place to stare when you are taking a break.

Don't delay, buy yours today.

July 20, 2004

How-to Relax

If you figure it out, can you tell me? Thanks.

July 19, 2004

Time Doesn't Fly

Time does not fly; it vanishes at the speed of light. There is some strange formula that permits time to go faster as more is needed. Thus, insuring a shortage of time forever.

July 18, 2004

Line 1005

I really didn't know that script ever got this big. Nor did I ever think I would be creating such a monster script.

And the scariest thing is that I don't think it is finished.

July 17, 2004

Postfix How-to: Draft 1

Logging On
You must log into the system as root to edit the Postfix files. To use the Post fix commands, you must use “su - root” as your logon.

Configuration Files
Here are a list of the Postfix configuration files and a brief description (location: /etc/postfix/):

- main.cf , primary configuration file for Postfix
- mydomainname.com.virtual, defines email addresses for a domain
- mydomainname.com.virtual.db, database for reference
Commands
Here is a list of Postfix commands and a brief description:
- Postfix start, starts Postfix
- Postfix reload, reloads any changes to main.cf
- Postfix end, ends Postfix
- Postmap, generates indexed files.
- Postconf, used to make edits to main.cf
Note: Line continuation – Postfix recognizes the any line that starts with a white space character (tab or spaces) as being a continuation of the previous line.

Note: Multiple values – you can use commas or spaces to separate multiple values.

Adding to Existing Domains
This section reviews how to add an email address to an existing domain.

Editing the Virtual File
First, you will need to locate the virtual file for the domain. (If the file does not exist, then you will need to go to the section about how to set up Postfix for a new domain.) This file should be located in /etc/postfix/ and the naming convention will be mydomainname.com.virtual.

Once you have located the file, you will need to open it in the text editor of your choice. The file will look something like the following.
1 mydomainname.com virtual
2 address1@mydomainname.com user1
3 address2@mydomainname.com user2, address@hotmail.com
4 @mydomainname.com address@hotmail.com
The first line identifies which domain this virtual file belongs to. The left hand side is all that matters; the right hand side value does nothing. It is simple a standard to add the word virtual.

The second line is an example of an email address being redirected to a user on the machine. The syntax is desired email address on the left, and where to send the email to on the right.

The third line is an example of a single desired email address, on the right, being sent to multiple locations, on the left. Note that these address can be redirected to either a user or another email address.

The fourth line is an example of how to setup a catch-all account. The catch-all is on the left and the email address to redirect to is on the right.
Generating the Virtual Database
Once you have finished editing the virtual file, the next set is to generate the virtual database. Postfix does not read directly from the virtual file; it reads from a database based off of the content in the file.

The command to perform this function is:
postmap mydomain.com.virtual
The first part is the Postmap command that generates the database. The second part is the virtual file used to create the database.

Note: Changes made to the virtual files only becomes active after the database is generate.

Note: Postfix does not need to be reloaded for theses change to take effect. Only changes to main.cf require the reloading of postfix.

Create for New Domains
This section goes through setting up Postfix for a new domain or a domain that previously did not have email.

DNS Settings
There must be a valid MX record for the domain.

Create New Virtual File
Create and new virtual file and contents.

Update Main.cf
Add the location of the new virtual file to Main.cf. Reload PostfixReload Postfix for changes to take effect.

July 16, 2004

Ford GT

The new Ford GT is just a sexy car. I drool every time that I see a photo.  With 550 horse power, it is enough to earn the attention of James Bond... and that means a lot to an American-made car. I am just going to have to sit back and wait until they put this motor in a car that I could even dream about affording.

July 15, 2004

Bad Blogger

All the new tools that they have added to Blogger are great if you want to make the worst looking site on earth. Looks like I am going to be off to find a new service.

July 14, 2004

Good Enough

If it is good enough, make it better, right? I guess if you have nothing but time. However, I don't think anyone I know has that issue. So let it be if it is good enough; don't make extra work for an already full schedule.

July 13, 2004

Falling Apart

I feel like things are falling apart faster than I can hold them together. And that just might be the problem.

I need to stop watch everything and just focus on one thing. Fix it, so I don't have to hold it together and move onto the next one. Sooner or later, the mad rush won't be required; it will just work.

July 12, 2004

Up Too Late

I stayed up a bit too late tonight because I was playing SimCity. And doing really well at it. I had a city over 10,000 in just a few hours. I think that is a new record for me.

July 11, 2004

Family

I got to go out to breakfast with my aunt, wife, and in-laws. This doesn't happen as often as it should.

July 10, 2004

Just A Little Bit Longer

I find myself wanting just a little more time for each and everything that I do. More time to plan it, more time to finish it, and more time to do it right.

I am going to start trimming half an hour out of my sleep to gain a little more time.

July 09, 2004

The Muffin Man

I am not sure what happened this Friday, but everyone brought in something for breakfast. We had bagels, muffins, and cake. It is very rare that anyone brings anything in; and even more rare that they would all do it at the same time. Craziness.

July 08, 2004

Quote of the Day

"Guerrillas were my homies." The things you can hear around the office.

July 07, 2004

Speechless Mind

I am still in an odd mode when I sit behind the keyboard my mind goes blank and I just have nothing to say.

July 06, 2004

Notepad

Notepad should win an award for being the best and most stable software application ever created. It doesn't matter what version you have; it is always compatible. It loads fast regardless of your machines hardware. You don't have to update your operating system to enjoy the latest features, because there are not any.

All hail notepad.

July 05, 2004

Can't Complain

A free day off from work with nothing to do... just a little piece of heaven.

July 04, 2004

Happy 4th!

July 03, 2004

Boom

The day before the big boom, and I am thinking about how fireworks in the city are such a different experience. I grew up the country where there was none of this "which firework show" business. Everyone one went to their town's show; and everyone was there. I would venture to say it was the single biggest event all year.

But here, in the city, the fireworks are cool and not really a big deal. I live a few miles from Disneyland where firework go off nightly. The joy and magic of the holiday fireworks has disappeared into the daily events of Southern California.

July 02, 2004

Sputtering

My mind has been hanging on for dear life. I have been cramming it full of information for the past few weeks. I am reading two books on project management, a book on modern structured analysis, and three books about VBScript. It is very difficult to have a thought that falls outside of these subjects.

Kinda scares me.

July 01, 2004

The First

I think everyone should put the same amount of thought into the first of each month that they do into the first of each year. Every second is a chance to make a change for the better; but us humans need an event to flag the opportunity. So we should start marking the first of each month as a time to make some goals and make a little improvement for our lives.

Previously

Twitter

    Affiliates

    Projects

    Links

    Flickr

    Archives