How do I setup mail server on my Debian GNU/Linux 3.1R4 server? I tried these and none of them give any error messages. What do I have to configure? Is there a way to let debian use one of my SMTP server on the same subnet? Thanks
pandora-fms:/# find / -name smtp
pandora-fms:/# echo "test message"|mail -s "subject field" xyx@hotmail.com
pandora-fms:/# echo "test" | mail -s "bill" xyx@hotmail.com
pandora-fms:/# echo "test" | mail -s -v "bill" xyx@hotmail.com
pandora-fms:/#
pandora-fms:/# find / -name smtp
pandora-fms:/# echo "test message"|mail -s "subject field" xyx@hotmail.com
pandora-fms:/# echo "test" | mail -s "bill" xyx@hotmail.com
pandora-fms:/# echo "test" | mail -s -v "bill" xyx@hotmail.com
pandora-fms:/#