On Mon February 23 2009 09:52:26 Santiago Romero wrote:
> > That's right, the logs show the program name (smtp) not the
> > transport name; you can't tell which transport called smtp.
> >
> > You can add something like
> > -o syslog_name=postfix-slow
> > to the master.cf slow transport entry to d
That's right, the logs show the program name (smtp) not the transport
name; you can't tell which transport called smtp.
You can add something like
-o syslog_name=postfix-slow
to the master.cf slow transport entry to differentiate the logging.
That's it. Postfix is awesome and very well des
Santiago Romero wrote:
mouss escribió:
Is there any way to verify seeing the logfile if a given message is
going throught a given transport (say "slow" in my master.cf) instead of
standard "smtp" transport?
I'm not sure or I don't know how to check if the messages are being
delivered by the "sl
mouss escribió:
Is there any way to verify seeing the logfile if a given message is
going throught a given transport (say "slow" in my master.cf) instead of
standard "smtp" transport?
I'm not sure or I don't know how to check if the messages are being
delivered by the "slow" transport I defined
Santiago Romero a écrit :
>
> Is there any way to verify seeing the logfile if a given message is
> going throught a given transport (say "slow" in my master.cf) instead of
> standard "smtp" transport?
>
> I'm not sure or I don't know how to check if the messages are being
> delivered by the "slo
Santiago Romero:
>
> > Therefore, "smtpd -o slow_destination_rate_delay" does not work,
> > nor does "smtp -o slow_destination_rate_delay".
> >
>
> So, how do I set an specific rate delay for a given "transport"?
>
> This way?:
>
> qmgr fifo n - n 300 1 qm
Therefore, "smtpd -o slow_destination_rate_delay" does not work,
nor does "smtp -o slow_destination_rate_delay".
So, how do I set an specific rate delay for a given "transport"?
This way?:
qmgr fifo n - n 300 1 qmgr
-o slow_destination_rate_delay =1
?
Is there any way to verify seeing the logfile if a given message is
going throught a given transport (say "slow" in my master.cf) instead of
standard "smtp" transport?
I'm not sure or I don't know how to check if the messages are being
delivered by the "slow" transport I defined :? (at least
Santiago Romero:
> Wietse Venema escribi?:
> > default_destination_rate_delay (default: 0s)
> >The default amount of delay that is inserted between individual
> > deliv-
> >eries to the same destination; with per-destination recipient
> > limit >
> >1, a destination is
Wietse Venema escribió:
default_destination_rate_delay (default: 0s)
The default amount of delay that is inserted between individual deliv-
eries to the same destination; with per-destination recipient limit >
1, a destination is a domain, otherwise it is a recipient.
..
Santiago Romero:
[ Charset ISO-8859-1 unsupported, converting... ]
>
> Sorry, I meant "smtp" instead of "smtpd" in the master.cf.
> >
> > /etc/postfix/master.cf:
> > slow inet n - - - - smtp
> >
> > /etc/postfix/transports:
> > domain1.comslow:
> > domain2.
Sorry, I meant "smtp" instead of "smtpd" in the master.cf.
/etc/postfix/master.cf:
slow inet n - - - - smtp
/etc/postfix/transports:
domain1.comslow:
domain2.comslow:
/etc/postfix/main.cf:
slow_destination_concurrency_limit = 1
slow_destination_rate
The destination_concurrency_limit and rate_delay parameters can be
configured per transport. You could configure a transport map to
route all mail destined to domain.com via the example: transport,
which can be configured as a clone of the smtp transport in
master.cf. Then, specify concur
On Feb 19, 2009, at 11:44 AM, Santiago Romero
wrote:
Hi.
I have a postfix mailserver working as a secondary MX of a domain
(let's call it "domain.com"). The primary MX is a qmail+antivir
+antispam server that has serious memory/cpu problems to process all
the email (the one which recei
Hi.
I have a postfix mailserver working as a secondary MX of a domain
(let's call it "domain.com"). The primary MX is a qmail+antivir+antispam
server that has serious memory/cpu problems to process all the email
(the one which receives by itself and the email that I sent to it).
Is there an
15 matches
Mail list logo