(home | about | stats)

Documentation

Ade keeps saying I should do this.

postfix virtual domain configuration on slayer

Addition to /etc/postfix/main.cf:

virtual_alias_domains = recreantview.org
virtual_alias_maps = hash:/etc/postfix/virtual

Create /etc/postfix/virtual with

sil@recreantview.org   stuart.langridge@gmail.com
jono@recreantview.org  jonobacon@gmail.com
@recreantview.org      stuart.langridge@gmail.com

After changing main.cf, run "postfix reload".

After changing virtual, run "postmap /etc/postfix/virtual"

Note the catchall @foobar address!

encoding video to play on my phone

Recompile ffmpeg as per http://po-ru.com/diary/bleeding-edge-ffmpeg-on-ubuntu-feisty/

ffmpeg -i inputfile -f 3gp -vcodec h263 -b 100000 -s 176x144 -r 12 -acodec aac -ar 24000 -ab 16 -ac 1 output.3gp

kryogenix.org owner. This is a pwyky site. Edit this document.