OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Victor.Duchovnimorganstanley.com
Date: Mon Jul 01 2002 - 16:43:48 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    On Mon, 1 Jul 2002, Phil Howard wrote:

    > It says bounced, unknown user. I would be looking for something like
    > maybe why it can't read the file? I checked and double checked the
    > file permissions, and it should be able to read it. Should I make it
    > owned by the postfix user?
    >
    > Here's what I get:
    > =============================================================================
    > Jul 1 15:55:12 rack4 postfix/smtpd[6364]: connect from vega.ipal.net[209.102.192.64]
    > Jul 1 15:55:12 rack4 postfix/smtpd[6364]: 72025F5: client=vega.ipal.net[209.102.192.64]
    > Jul 1 15:55:12 rack4 postfix/cleanup[6365]: 72025F5: message-id=<20020701205511.85C28293vega.ipal.net>
    > Jul 1 15:55:12 rack4 postfix/qmgr[6337]: 72025F5: from=<philipal.net>, size=508, nrcpt=1 (queue active)
    > Jul 1 15:55:12 rack4 postfix/smtpd[6364]: disconnect from vega.ipal.net[209.102.192.64]
    > Jul 1 15:55:12 rack4 postfix/local[6367]: 72025F5: to=<ka9wgnrack4.intur.net>, relay=local, delay=0, status=bounced (unknown user: "ka9wgn")
    > Jul 1 15:55:12 rack4 postfix/cleanup[6365]: 7E069125: message-id=<20020701205512.7E069125rack4.intur.net>
    > Jul 1 15:55:12 rack4 postfix/qmgr[6337]: 7E069125: from=<>, size=2025, nrcpt=1 (queue active)
    > Jul 1 15:55:14 rack4 postfix/smtp[6369]: 7E069125: to=<philipal.net>, relay=vega.ipal.net[209.102.192.80], delay=2, status=sent (250 Ok: queued as 77E0F292)
    > =============================================================================
    >

    This is finally useful. Please examine your logs closely. The bounce is
    from the "local" delivery agent, not from "smtpd". So local_recipient_maps
    is not the issue. Delivery for the domain is being passed to the "local"
    delivery agent. The local delivery agent does deliver to non-shell users
    (what uid should the mailbox belong to? what user should pipes in .forward
    files run as? ...)

    What delivery agent are you expecting to use?

    Your choices are:

            virtual - Postfix virtual delivery agent
            maildrop - Courier delivery agent
            deliver - Cyrus delivery agent
            whatever comes with your POP server?
            ...

    Each of these delivery agents has its own database format. Set up the
    appropriate transport table entries (or redefine local_transport) and
    configure any necessary delivery agent tables.

    As I said the first time, the answer depends on your choice of delivery
    agent which ties into your choice of POP/IMAP server.

    -- 
    	Viktor.
    

    - To unsubscribe, send mail to majordomopostfix.org with content (not subject): unsubscribe postfix-users