Category Archives: linux

Setting up maildrop with Courier MTA

Setting up maildrop with Courier MTA Before I get into the maildrop here’s a few notes to myself for setting up Courier. Before running ./configure you should add ssl bin directory to your path To receive local mail indifferent of … Continue reading

Posted in linux | Tagged | Leave a comment

NFS howto with static ports

First I’m going to edit the /etc/sysconfig/nfs to specify the ports I want to run on. STATD_PORT=4000STATD_OUTGOING_PORT=4004 LOCKD_TCPPORT=4001LOCKD_UDPPORT=4001MOUNTD_PORT=4002 Next I want to edit the /etc/hosts.allow to only allow specific hosts to access the resource. nfs:192.168.1. Finally lets allow some stuff … Continue reading

Posted in linux, software | Leave a comment