Leigh Orf <[EMAIL PROTECTED]> wrote:
>
>1. In my /etc/resolv.conf file I have a search line which contains a
>few domains. With sendmail, if I were to send an email to fred@frog, it
>would expand fred@frog to, say, [EMAIL PROTECTED], searching through
>the domains in the search line and using the 1st one that resolved.
Isn't that deprecated behavior due to security problems? Seems like
there was a way for an attacker to cause incomplete domain names to
resolve incorrectly, e.g. "foo.com" resolves to "foo.com.edu" or
something like that. Which is why qmail uses the defaultdomain and
plusdomain.
>I haven't found the way to get qmail to do this. Qmail will instead
>try to send to [EMAIL PROTECTED] through mailbag.com, and I'll get
>a bounce message from mailbag.com saying, of course, it can't find
>frog.localhost. Sendmail would always expand the To: field in the
>way I wanted.
I don't think you can get the behavior you want with qmail. Why not
create aliases for these users instead?
>2. I use MH as my mail handler.
Can't help you there.
>Thanks for helping a qmail newbie out!
Wow, a newbie who knows how to read docs and ask good questions! :-)
-Dave