Mum, Andi and Sylvia melding together and Dad
Luke still napping
00188.jpg
3 ducks and 2 ducklings
HPIM0004.jpg
mmmm tubing
Sylvia and Luke
Erin at the bottom of the run

 

June 2008
M T W T F S S
« May   Jul »
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

delay postfix mail

This is a quick write up on how to delay mail delivery using postfix. My setup is a couple of internet facing mail relays and an internal mail server, I recently needed to make some changes to the internal mail server so I didn’t want the mail relays sending the mail server mail (and [...]

Popularity: 10% [?]

Everybody's a critic WTF?? Nothing about this made senseas useful as a blindfolded monkey throwing dartsmediocre ... at bestsolved my problem but needed modificationspectacular.  \'Nuff said (Be the first to rate this post)
Loading ... Loading ...

ldapmodify

I always forget how to ldapmodify, so here’s a quick example - the best site that I found quickly seems to be this wiki
mail:~/ldap# ldapmodify -x -D "cn=Manager,dc=minigeek,dc=org" -WEnter LDAP Password: dn: uid=test1001,ou=minigeek.org,ou=mail,dc=minigeek,dc=orgchangetype: modifyreplace: userPassword userPassword: {SSHA}<supersecretsshapassword>modifying entry "uid=test1001,ou=minigeek.org,ou=mail,dc=minigeek,dc=org"
mail:~/ldap#
Popularity: 10% [?]

Popularity: 10% [?]

Everybody's a critic WTF?? Nothing about this made senseas useful as a blindfolded monkey throwing dartsmediocre ... at bestsolved my problem but needed modificationspectacular.  \'Nuff said (Be the first to rate this post)
Loading ... Loading ...

hold that kernel

There are a number of times when you want to be able to stop apt-get from updating a package, for example there’s a feature in the current kernel that you like, you’ve compiled asterisk against a certain set of headers or you’ve finally got compiz to work correctly. The trick to stopping apt-get from [...]

Popularity: 10% [?]

Everybody's a critic WTF?? Nothing about this made senseas useful as a blindfolded monkey throwing dartsmediocre ... at bestsolved my problem but needed modificationspectacular.  \'Nuff said (1 votes, average: 4.00 out of 5)
Loading ... Loading ...

SSH generate shared keys

There are many ways to do this, and many people have posted this, but I can never find the right syntax, so here it is for me.
server1:/etc/asterisk# ssh-keygen -t rsaGenerating public/private rsa key pair.Enter file in which to save the key (/root/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has [...]

Popularity: 7% [?]

Everybody's a critic WTF?? Nothing about this made senseas useful as a blindfolded monkey throwing dartsmediocre ... at bestsolved my problem but needed modificationspectacular.  \'Nuff said (2 votes, average: 5.00 out of 5)
Loading ... Loading ...

receiving mail using sendmail and virtusertable

One of the biggest problems with sendmail is the really, really confusing sendmail.mc/cf file. All that I wanted to do was to have all mail that was sent from the box to be sent via another mail server (mail relay mode), but I wanted the server to receive mail destined for a certain domain. [...]

Popularity: 9% [?]

Everybody's a critic WTF?? Nothing about this made senseas useful as a blindfolded monkey throwing dartsmediocre ... at bestsolved my problem but needed modificationspectacular.  \'Nuff said (1 votes, average: 2.00 out of 5)
Loading ... Loading ...