Alfonso Perez writes: > > Sam Varshavchik wrote: > >> Alfonso Perez writes: >> >>> this is my main.cf: >>> ____________________________________________________________________ >>> mail_owner = postfix >>> myhostname = vmserver.kynesoft.com >> >> >> The postfix mailing list is a better place to ask postfix-related >> questions. >> > Hi Sam... > Why do you think this is a postfix "error" or "extrage function"?
Because it's the mail server's job to deliver mail to every recipient. Maildrop doesn't know about any other recipient of any message. It is a local mail delivery agent -- it receives a single message for delivery to a single mailbox. > Postfix seems to be doing its work fine, see this: > __________________________________________________________________ > May 20 16:42:22 vmserver postfix/qmgr[9917]: B6E332B203: from= > <[EMAIL PROTECTED]> , size=699, nrcpt=4 (queue active) > May 20 16:42:22 vmserver postfix/pipe[9922]: B6E332B203: to= > <[EMAIL PROTECTED]> , relay=maildrop, delay=0, status=sent > (vmserver.kynesoft.com) > May 20 16:42:22 vmserver postfix/pipe[9921]: B6E332B203: to= > <[EMAIL PROTECTED]> , relay=maildrop, delay=0, status=sent > (otherserver.kynesoft.com) > May 20 16:42:22 vmserver postfix/pipe[9922]: B6E332B203: to= > <[EMAIL PROTECTED]> , relay=maildrop, delay=0, status=sent > (vmserver.kynesoft.com) > May 20 16:42:22 vmserver postfix/pipe[9922]: B6E332B203: to= > <[EMAIL PROTECTED]> , relay=maildrop, delay=0, status=sent > (vmserver.kynesoft.com) > __________________________________________________________________ > > What I think is: postfix deliver the message to maildrop and maildrop > returns status "sent" to postfix. But maildrop is missing the message for > a reasson thet I can't explain, which is the reasson for that the mail > never stores in the especified maildir. Looks like postfix tries to run maildrop once, for multiple recipients. That's not correct. > Before some time in the log appears this messages > __________________________________________________________________ > May 20 21:49:11 vmserver maildrop[15457]: Invalid user specified. > May 20 21:49:11 vmserver postfix/pipe[15456]: 06D0B2B202: > to=<[EMAIL PROTECTED]>, relay=maildrop, delay=24760, > status=deferred (temporary failure. Command output: > /usr/local/bin/maildrop: Invalid user specified. ) The mailbox specified by Postfix cannot be found by maildrop. This mailbox does not appear in the userdb listing you provided. -- Sam _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
