Tag Archives: Sys Admin

swaks – mail server testing tool

If you dont like using telnet to test a remote or local smtp server , swaks is a neat little tool to do the job for you.
its also available ( suprise suprise … ) in the freebsd ports : /usr/ports/mail/swaks.

found it first here

Mount ISO on Linux/FreeBSD

On Linux

mount -o loop -t iso9660 path/to/iso.iso /mnt

On FreeBSD

mdconfig -a -t vnode -f /isofile -u 0
mount -t cd9660 /dev/md0 /mnt