Archive for January, 2008:
Qmail rcpthosts issues
I’ve seen this error in an email bounce:
Hi. This is the qmail-send program at yahoo.com.
I’m afraid I wasn’t able to deliver your message to the following addresses.
This is a permanent error; I’ve given up. Sorry it didn’t work out.
<user@domain.com>:
xx.xx.xx.xx does not like recipient.
Remote host said: 553 sorry, that domain isn’t in my list of allowed rcpthosts (#5.7.1)
Giving up on xx.xx.xx.xx.
this file is located at /var/qmail/control/rcpthosts
but if this is a Plesk box you want to be sure that under Domains->Services->Mail that it is in “Switch On” mode.
Quick Directory Password Protection using Apache
Here are some quick steps to password protect a directory using the Apache web server.
# cd /path/to/www
# vi .htaccess
press ‘i’ for edit mode
press ‘esc’ to exit edit mode
‘:wq’ to save
the file should be as follows:
AuthType Basic
AuthUserFile /path/to/www/.htpasswd
AuthName “Restricted Area”
require valid-user
then add the user:
# htpasswd -c /path/to/www/.htpasswd username
then ender a desired password.
sick sick sick
So like every new years I got sick. I had to call in to work and slept for 10 hours straight. It seems like everyone has been getting sick. With the new year comes promises of change. Mal just realized that I am 23 and she feels like my life is over. She is silly and I love her. This year should be great as we should be getting our first house. My job is going great and so is Mal’s. We might even have the oppertunity to move back to Austin. We might even go back to the University of Texas.
First Post!
Alright guys, welcome to my new weblog. I also have a wiki site being built at http://wiki.empulsegroup.com that I am also gathering information for.
