The Shoes of the Fisherman's Wife Are Some Jive-Ass Slippers

tpot (at) frungy . org

rss

2006
Months
Feb

Sat, 11 Feb 2006

Merge command

Because I can never remember the command line for merging between Samba branches, here it is:

svn merge \
	svn+ssh://samba.org/data/svn/samba/branches/tmp/deryck-samba4-swat \
	svn+ssh://samba.org/data/svn/samba/branches/SAMBA_4_0 .
posted at: 11:20 | path: /software/samba | permanent link to this entry

Thu, 02 Feb 2006

Postgrey

I had a whole lot of spare time on Tuesday so I went about installing postgrey, a greylisting policy server for postfix on samba.org. The install went well, but I ended up using a configuration that was not suitable for servers that run programs that deliver mail using SMTP over localhost, like mailman. It turns out I needed permit_mynetworks in the smtpd_recipient_restrictions configuration to get things working nicely.

After thinking about it for a while, I realised that Volker asked me to install postgrey at the last to CIFS conferences, which means that this task has been on my to do list for at least two years. Well at least it's done now!

posted at: 11:32 | path: /software | permanent link to this entry