Dave Kitabjian writes:
 > >  > What's wrong with 'virtualdomains'?
 > >
 > > Create a virtualdomain (say, example.com:example), and create a -owner
 > > file (say, ~example/.qmail-foo-owner).  Send email to [EMAIL PROTECTED]
 > > The envelope sender gets set to [EMAIL PROTECTED]
 > 
 > Russ, where do you get "owner"? Wouldn't the envelope sender be set to
 > "[EMAIL PROTECTED]"? Remember, this prepend is handled by qmail-send
 > before qmail-local ever gets to the .qmail file. Am I missing something?

Stripping out some non-applicable code from qmail-local, yes:

     if (qmeox("-owner") == 0)
      {
        {
         if (!stralloc_copys(&ueo,local)) temp_nomem();
         if (!stralloc_cats(&ueo,"-owner@")) temp_nomem();
         if (!stralloc_cats(&ueo,host)) temp_nomem();
        }

-- 
-russ nelson <[EMAIL PROTECTED]>  http://russnelson.com
Crynwr sells support for free software  | PGPok | The best way to help the poor
521 Pleasant Valley Rd. | +1 315 268 1925 voice | is to help the rich build
Potsdam, NY 13676-3213  | +1 315 268 9201 FAX   | up their capital.

Reply via email to