I have sendmail set up and it doesn't appear to be reading the virtusertable.db
Let's say I have a domain blink48.com, and a user "joeuser-blink48". And I want mail going to
joeuser@blink48.com to go to the user "joeuser-blink48"
I have an entry in the virtusertable like so:
joeuser@blink48.com joeuser-blink48
I compile the virtusertable.db file, and then restart sendmail.
But when I connect to port 25 locally and try to send mail to
joeuser@blink48.com it doesn't work, telling me the user does not exist. However, when I send mail to
joeuser-blink48@blink48.com, it does work.
I'm guessing that somehow sendmail is ignoring what is in /etc/virtusertable.db and thereby not actually knowing that
joeuser@blink48.com should exist (virtually)?
Could anyone point me in the right direction? Maybe there is a sendmail config issue I am ignoriing. I'd appreciate it greatly.