okay I tried to use m4 again to rebuild the sendmail.cf file so here's my sendmail.mc file
divert(-1)
#
# configuration file
#
divert(0)
VERSIONID(`@(#)sendmail.mc 8.7 (Linux) 3/5/96')
OSTYPE(`linux')
dnl
#stanford is our smart host
define(`SMART_HOST', `smtp.stanford.edu')
dnl
# Support the local, smtp and uucp mail transport protocols.
MAILER(`local')
MAILER(`smtp')
MAILER(`uucp')
LOCAL_NET_CONFIG
# This rule ensures that all local mail is delivered using the
# smtp transport, everything else will go via the smart host.
R$* < @ $* .$m. > $* $#smtp $@ $2.$m. $: $1 < @ $2.$m. > $3
dnl
#
FEATURE(rbl)
FEATURE(access_db)
I used m4 to build the .cf and restarted sendmail in rc.d. I tried sending myself an email to both my university and gmail account... neither worked
