On Thu, 10 Jun 1999, Jeffrey D. Gordon wrote:

> Greetings, 
> 
>     I'm having a bit of difficulty with qmail ignoring the virtualdomains file in 
>/var/qmail/control
> I've got the domain (and MX record) set accordingly to point to the box, however 
>when I send mail to (example) [EMAIL PROTECTED] I get a no such mailbox error.
>     However I can send mail to [EMAIL PROTECTED] and it 
>succeeds.
> My virtualdomain file looks as this:
>     testingdomain.com:alias-testingdomain
> 
> and I have ~alias/.qmail-testingdomain-testing pointing to a test account.
> 
> Any ideas on how to resolve this issue would be greatly appreciated.
> 
>     With thanks in advance....

Did you remember to send a SIGHUP to qmail-send? I did and it works for
me:

/var/qmail/control/virtualdomains:

    testingdomain.com:alias-testingdomain

~alias/.qmail-testingdomain-testing:

    &[EMAIL PROTECTED]

ps -ef | grep qmail-send

    qmails 22931 22928  0   Jun 06 ?        0:57 qmail-send

sudo kill -HUP 22931

/var/qmail/bin/mailsubj testing [EMAIL PROTECTED] < /dev/null

    From [EMAIL PROTECTED] Thu Jun 10 12:04:55 1999
    Return-Path: <[EMAIL PROTECTED]>
*   Delivered-To: [EMAIL PROTECTED]
    Received: (qmail 21218 invoked by alias); 10 Jun 1999 02:04:34 -0000
*   Delivered-To: [EMAIL PROTECTED]
    Received: (qmail 21215 invoked by uid 2052); 10 Jun 1999 02:04:34 -0000
    Date: 10 Jun 1999 02:04:34 -0000
    Message-ID: <[EMAIL PROTECTED]>
    From: "Peter Samuel" <[EMAIL PROTECTED]>
    Subject: testing
    To: [EMAIL PROTECTED]

/var/log/mail:

    928980274.849101 new msg 227895
    928980274.849485 info msg 227895: bytes 1023 from
        <[EMAIL PROTECTED]> qp 21215 uid 2052
    928980274.971089 starting delivery 12656: msg 227895 to local
        [EMAIL PROTECTED]
    928980274.971186 status: local 1/10 remote 0/20
    928980275.160022 delivery 12656: success: did_0+1+0/qp_21218/
    928980275.187236 status: local 0/10 remote 0/20
    928980275.188009 end msg 227895
    928980275.296519 new msg 227898
    928980275.296670 info msg 227898: bytes 1152 from
        <[EMAIL PROTECTED]> qp 21218 uid 29990
    928980275.479460 starting delivery 12657: msg 227898 to local
        [EMAIL PROTECTED]
    928980275.479554 status: local 1/10 remote 0/20
    928980275.713640 delivery 12657: success: did_0+0+2/
    928980275.740387 status: local 0/10 remote 0/20
    928980275.740820 end msg 227898


Regards
Peter
----------
Peter Samuel                                [EMAIL PROTECTED]
Technical Consultant                        or at present:
eServ. Pty Ltd                              [EMAIL PROTECTED]
Phone: +61 2 9206 3410                      Fax: +61 2 9281 1301

"If you kill all your unhappy customers, you'll only have happy ones left"

Reply via email to