when this is in master.cf I get the bellow error
dbmail    unix  -       n       n       -       -       pipe
  flags= user=dbmail:dbmail argv=/usr/local/sbin/dbmail-smtp -d {$recipient}
             ^^^
and with this:

dbmail    unix  -       n       n       -       -       pipe
  flags= user=  dbmail:dbmail argv=/usr/local/sbin/dbmail-smtp -d
{$recipient}
             ^^^^

I get 


Aug 29 18:51:12 phobos postfix/qmgr[4346]: warning: premature end-of-input
from private/dbmail socket while reading input attribute name
Aug 29 18:51:12 phobos postfix/qmgr[4346]: warning: private/dbmail socket:
malformed response
Aug 29 18:51:12 phobos postfix/qmgr[4346]: warning: transport dbmail failure
-- see a previous warning/fatal/panic logfile record for the problem
description
Aug 29 18:51:12 phobos postfix/master[4344]: warning: process
/usr/lib/postfix/pipe pid 4348 exit status 1
Aug 29 18:51:12 phobos postfix/master[4344]: warning: /usr/lib/postfix/pipe:
bad command startup -- throttling
Aug 29 18:52:13 phobos postfix/qmgr[4346]: warning: premature end-of-input
from private/dbmail socket while reading input attribute name
Aug 29 18:52:13 phobos postfix/qmgr[4346]: warning: private/dbmail socket:
malformed response
Aug 29 18:52:13 phobos postfix/qmgr[4346]: warning: transport dbmail failure
-- see a previous warning/fatal/panic logfile record for the problem
description
Aug 29 18:52:13 phobos postfix/master[4344]: warning: process
/usr/lib/postfix/pipe pid 4364 exit status 1
Aug 29 18:52:13 phobos postfix/master[4344]: warning: /usr/lib/postfix/pipe:
bad command startup -- throttling
 
-----Original Message-----
From: Shih Ming-Wei [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 29, 2002 6:36 PM
To: 'dbmail@dbmail.org'
Subject: [Dbmail] strange diliver error


I have set up dbmail + postfix on a sparc running Linux, 
but the mail won't delever (the alias, mailbox and user exist) 
when I try ./dbmail-smtp -d [EMAIL PROTECTED] < config.h 
it works. 
I double check the postfix config with a working one (Linux on i386) 
and found no difference. 
Apparently the alias isn't passed 
Any clue? 
here is a piece of the log, 
Aug 29 18:18:22 phobos postfix/qmgr[3797]: 6EC269B15:
from=<[EMAIL PROTECTED]>, size=1717, nrcpt=1 (queue active)
Aug 29 18:18:22 phobos dbmail/smtp[3807]: bounce(): sending 'no such user'
bounc 
e for destination [] 
Aug 29 18:18:22 phobos postfix/pipe[3806]: 6EC269B15:
to=<[EMAIL PROTECTED] 
e>, relay=dbmail, delay=133, status=sent (phobos.codenet.be) 
Aug 29 18:18:22 phobos postfix/pickup[3798]: CAA2C9B15: uid=100
from=<dbmail> 
Aug 29 18:18:22 phobos postfix/cleanup[3812]: CAA2C9B15:
message-id=<20020829161 
[EMAIL PROTECTED]> 
Aug 29 18:18:22 phobos postfix/qmgr[3797]: CAA2C9B15:
from=<[EMAIL PROTECTED] 
t.be>, size=1729, nrcpt=1 (queue active) 


here is the mysql log 
020829 18:18:22    7657 Connect     [EMAIL PROTECTED] on dbmail 
                   7658 Connect     [EMAIL PROTECTED] on dbmail 
                   7658 Query       SELECT deliver_to FROM aliases WHERE
alias=" 
" 
                   7657 Query       SELECT value FROM config WHERE item =
'DBMAI 
L_FROM_ADDRESS' 
                   7657 Query       SELECT value FROM config WHERE item =
'SENDM 
AIL' 
                   7657 Query       SELECT value FROM config WHERE item =
'POSTM 
ASTER' 
                   7657 Quit 
                   7658 Quit 

Reply via email to