Archive for the "Linux" Category

Upgrading to Gitolite from Gitosis

Git I have been using git as source control for all of my projects for a little while now. Now that I am getting used to git, I like it a lot. It’s a bit of a different style than other source control management systems, but it seems to work well. I am starting to [...]

Sendmail Masquerading

I got tired of having my sendmail server send mail from user@Pulsar.NotLlamabyte.com instead of user@NotLlamabyte.com. I went on to research how to change this. I found sendmail masquerading that would do exactly what I wanted.

SPF Records

I have recently been helping a friend get his sendmail and redmine server up and going. He used my previous post(s) to get everything set up. But, during testing it appeared that no emails were actually getting sent. Even though the sendmail log file showed a “Sent” status for them. Eventually I checked my spam [...]

Configure Redmine to receive emails with sendmail

Information I have a redmine install that I am using for my personal projects. It helps me log tasks/features that I want to implement in my projects while I think of them instead of “Oh, I really need to remember that for later!” (The remembering never actually happens). Redmine.llamabyte.com I am using a pretty standard [...]

My sendmail config

This is a post that will try to document my sendmail configuration since I have spent a few days trying to make it work properly. I have setup sendmail such that email to [anything] @ llamabyte.com will forward to my personal gmail account. However an email sent to wwolfe @ pulsar.llamabyte.com will remain in my [...]