I惴 wondering how works smtp_destination_recipient_limit when postfix
receive a message with more recipient than
this limit.
In my configuration, it愀 setup at 50.
In my log, I got a this line :
Jul 17 17:19:34 mundo postfix/nqmgr[1164]: 1F7DE62210: from=<snip@snip>,
size=153922, nrcpt=73 (queue active)
and it愀 followed by 73 lines like
Jul 17 17:19:35 mundo postfix/pipe[26113]: 1F7DE62210: to=<snip@snip>,
relay=pav_postfix, delay=37, status=sent (dummy)
(pav_postfix is the antivirus Panda Software).
Is the sender receive a message alerting him about the reject ?
In my case, the sender didn愒 receive anything. Problem with Panda or did I
miss a parameter in my configuration ?
Thanks,
Philippe.
-
To unsubscribe, send mail to majo...@postfix.org with content
(not subject): unsubscribe postfix-users
> I?m wondering how works smtp_destination_recipient_limit when postfix
> receive a message with more recipient than
> this limit.
>
> In my configuration, it?s setup at 50.
> In my log, I got a this line :
> Jul 17 17:19:34 mundo postfix/nqmgr[1164]: 1F7DE62210: from=<snip@snip>,
> size=153922, nrcpt=73 (queue active)
> and it?s followed by 73 lines like
> Jul 17 17:19:35 mundo postfix/pipe[26113]: 1F7DE62210: to=<snip@snip>,
> relay=pav_postfix, delay=37, status=sent (dummy)
> (pav_postfix is the antivirus Panda Software).
What about pipe_destination_recipient_limit ? Your transport uses
"pipe", not "smtp"!
--
Ralf Hildebrandt (Im Auftrag des Referat V A) Ralf.Hil...@charite.de
Charite Campus Virchow-Klinikum Tel. +49 (0)30-450 570-155
Referat V A - Kommunikationsnetze - Fax. +49 (0)30-450 570-916
"The danger from computers is not that they will eventually get as smart
as men, but we will meanwhile agree to meet them halfway."-Bernard Avishai
Ah, sure, if I don´t look the correct variable :(
Well, postconf gives me nothing like pipe_destination_recipient_limit.
The variable shouldn´t be default_destination_recipient_limit ?
From sample-rate.cf
# The default_destination_recipient_limit parameter specifies a
# default limit on the number of recipients per message delivery.
# This is the default limit for delivery via SMTP, via the local
# delivery agent and via the pipe mailer.
#
default_destination_recipient_limit = 50
In my case, I got :
default_destination_concurrency_limit = 10
default_destination_recipient_limit = 50
default_extra_recipient_limit = 1000
smtp_destination_concurrency_limit = $default_destination_concurrency_limit
smtp_destination_recipient_limit = $default_destination_recipient_limit
Should I setup pipe_destination_recipient_limit ?
Thanks,
Philippe.
> Well, postconf gives me nothing like pipe_destination_recipient_limit.
> The variable shouldn?t be default_destination_recipient_limit ?
No. For each transport there is a <name>_destination_recipient_limit
(pipe, smtp, error etc.)
> Should I setup pipe_destination_recipient_limit ?
Try.
--
Ralf Hildebrandt (Im Auftrag des Referat V A) Ralf.Hil...@charite.de
Charite Campus Virchow-Klinikum Tel. +49 (0)30-450 570-155
Referat V A - Kommunikationsnetze - Fax. +49 (0)30-450 570-916
Why you can't find your system administrators:
gone home to sleep (1st time in x days)
> On Fri, Jul 19, 2002 at 01:36:59PM +0200, Philippe Mazerand wrote:
>
> > Well, postconf gives me nothing like pipe_destination_recipient_limit.
> > The variable shouldn?t be default_destination_recipient_limit ?
>
> No. For each transport there is a <name>_destination_recipient_limit
> (pipe, smtp, error etc.)
>
> > Should I setup pipe_destination_recipient_limit ?
>
> Try.
>
> --
> Ralf Hildebrandt (Im Auftrag des Referat V A)
Ralf.Hil...@charite.de
Thank you Ralf,
I´ll setup that.
In my case, it seems that there is a bug with panda software :(
I´ve finally found the email !!! Again, panda lost it in /tmp and it´s not
listed in the queue :(
Is there a way to reinject a message in the queue ?
The message file is like :
Return-Path: <EDITED@EDITED>
Received: from hotmail.com (f6.pav3.hotmail.com [64.4.39.6])
by mundo.umh.es (Postfix) with ESMTP
id 6C7B762221; Fri, 19 Jul 2002 13:17:37 +0200 (CEST)
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
Fri, 19 Jul 2002 04:18:06 -0700
Received: from 193.147.130.4 by pv3fd.pav3.hotmail.msn.com with HTTP;
Fri, 19 Jul 2002 11:18:06 GMT
X-Originating-IP: [193.147.130.4]
From: "EDITED" EDITED@EDITED
To: EDITED@EDITED
Date: Fri, 19 Jul 2002 13:18:06 +0200
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1; format=flowed
Message-ID: <F6nIcAXKVxzcG...@hotmail.com>
X-OriginalArrivalTime: 19 Jul 2002 11:18:06.0817 (UTC)
FILETIME=[F4D45510:01C22F15]
.....
Philippe.
Well, I´ve tried to setup it but it doesn´t seem to work.
I can bypass the limit and pipe_destination_recipient_limit doesn´t appear
in postconf.
Should I configure something more ?
Thanks,