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% [?]

Loading ...
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% [?]

Loading ...
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





(
1 votes, average:
4.00 out of 5)

Loading ...
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





(
2 votes, average:
5.00 out of 5)

Loading ...
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





(
1 votes, average:
2.00 out of 5)

Loading ...
Latest Comments