Last friday I posted two mails about a question on delivery of mails.
I'm using this:

POSTFIX -> MAILDROP (userdb)

In resume, the situation is: when I send a mail to more then one
recipient, the sistem delivers some mail, but not all
(not necessary the first ones). If I send individual mails
for those recipents then mails are received OK.
It occurrs also if you make any combination of CC BCC or TO tags
(and also the register in the maillog is the same)
I saw that as more recipents you have, more mails are delivery OK,
but never all.

What am I doing wrong?

Here are configuration and logs....

I will appreciate your help!

____________________________________________________________________
I configured maildrop with options:
____________________________________________________________________
--with-devel --enable-userdb --enable-syslog=1
--with-db=db --with-trusted-users='vmail postfix'
--enable-restrict-trusted=1 --enable-maildrop-uid=vmail
--enable-maildrop-gid=vmail --enable-trusted-groups='vmail postfix'
--disable-tempdir  


____________________________________________________________________
This is the log:
____________________________________________________________________
May 20 16:42:22 vmserver postfix/smtpd[9918]: connect from 
unknown[10.0.1.52]
May 20 16:42:22 vmserver postfix/smtpd[9918]: B6E332B203: 
client=unknown[10.0.1.52]
May 20 16:42:22 vmserver postfix/cleanup[9919]: B6E332B203: 
message-id=<[EMAIL PROTECTED]>
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)
May 20 16:42:23 vmserver postfix/smtpd[9918]: disconnect from 
unknown[10.0.1.52]

____________________________________________________________________
this are my lines in master.cf:
____________________________________________________________________
maildrop  unix  -       n       n       -       -       pipe
            flags=Ruh user=vmail argv=/usr/local/bin/maildrop -d 
${recipient}
127.0.0.1:10026         inet n - n - 1000 smtpd
           -o content_filter= -o myhostname=dummy.domain.name


____________________________________________________________________
this is my main.cf:
____________________________________________________________________
mail_owner = postfix
myhostname = vmserver.kynesoft.com
mydomain = vmserver.kynesoft.com
myorigin = vmserver.kynesoft.com, otherserver.kynesoft.com
mynetworks_style = class
mynetworks = 10.0.1.0/12, 127.0.0.0/8
transport_maps = hash:/etc/postfix/transport
virtual_maps = hash:/etc/postfix/virtual
fallback_transport = maildrop
debug_peer_level = 2
local_destination_concurrency_limit=1
____________________________________________________________________



_______________________________________________________________

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

Reply via email to