On Tue 2013.05.07 at 17:23 -0700, Scott wrote: > Greetings all, > > I was excited to try out smtpd because of future plans to go away from > webmail. Right after installing 5.3 I followed the directions in man smtpd > to make the switch. smtpd.conf is untouched, but here are the values anyway: > > listen on lo0 > table aliases db:/etc/mail/aliases.db > accept for local alias <aliases> deliver to mbox > accept for any relay > > However, sending a test mail to myself yields two different errors. On my > server: > # echo 'test' | mail -s TEST scott > send-mail: command failed: 553 Sender address syntax error > > on my desktop: > # echo 'test' | mail -s TEST scott > send-mail: command failed: 550 Invalid recipient > > The same test works with sendmail enabled. What have I missed?
what are the contents of your ~/.forward?