> We are getting this error when sending email to a user.
> The user is a site admin.
> The user is in /etc/mail/virtusertable.
> But all email sent from the server or external results in
> "stat=User
> unknown"
>
> Any ideas?
>
Did you restart Sendmail?
I like to do:
/etc/rc.d/init.d/sendmail stop
killall -9 sendmail
/etc/rc.d/init.d/sendmail start
Have you doublechecked that the server is actually looking at itself and not looking at an MX pointing to another server for that domain?
I forget what the syntax is, but sendmail -bt might reveal where the problem is.
--
Dan Kriwitsky