stan wrote:
I've got the in tree sendmail set up on a 4.11-RELEASE machine, and I'm
seeing somethign I do not understand.

If I send it mail with a To that looks like this:

[EMAIL PROTECTED]

It's getting rewriten to:

[EMAIL PROTECTED]

I'd guess your virtusertable is doing it, but remove the -o flags ("hash -o ...") since that option prevents you from seeing errors with them. Do something like this:

  echo "3,0 [EMAIL PROTECTED]" | sendmail -bt -d0

--
-Chuck

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to