You can correct the "sudo: unable to resolve host saltcod" error by adding "saltcod" to your "/etc/hosts" file. For example:
Code:
127.0.0.1 localhost saltcod
74.207.228.220 waterstreetgm.org
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
I don't see anything in your mail.log directly related to sending email from a web application. It looks like your SMTP service is open to the public, and some are attempting to use your server as a relay server (which those emails are being rejected). I can see that some local mail has been delivered. Try sending an email from Drupal, run "tail -25 /var/log/mail.log" immediately after and paste the results here again. Exactly what email address are you attempting to send to?