Re: Problem with slow transport map

2013-09-23 Thread Wietse Venema
Matt - Opem Solutions: > The problem is i need to 6 second slow down for both smtp and smtpslow, > whilst smtpslow would slow down using this it wouldn't slow down smtp as > well. Then, use both, and set each delay to an appropriate value. Note that setting _rate_delay on one transport WILL NOT

RE: Problem with slow transport map

2013-09-23 Thread Matt - Opem Solutions
ix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Wietse Venema Sent: 23 September 2013 2:48 PM To: Postfix users Subject: Re: Problem with slow transport map Matt - Opem Solutions: > As per Wietse > > smtp_destination_rate_delay = 6 as an alternative to using the de

Re: Problem with slow transport map

2013-09-23 Thread Wietse Venema
Matt - Opem Solutions: > As per Wietse > > smtp_destination_rate_delay = 6 as an alternative to using the debug > command. Use "smtpslow_destination_rate_delay = 6", and get rid of the debugger hack. Wietse

RE: Problem with slow transport map

2013-09-23 Thread Matt - Opem Solutions
. -Original Message- From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Noel Jones Sent: 23 September 2013 2:26 PM To: postfix-users@postfix.org Subject: Re: Problem with slow transport map On 9/23/2013 7:17 AM, Matt - Opem Solutions wrote: >

Re: Problem with slow transport map

2013-09-23 Thread Wietse Venema
Matt - Opem Solutions: > [MASTER.CF FILE] > > smtpslow unix - - n - 1 smtp -D > > -o syslog_name=postfix-smtp-slow > > -o max_use=1 > > > > The -D (debug) is a bit of a dirty hack as it basically calls a sleep for 6 > seconds between messages t

Re: Problem with slow transport map

2013-09-23 Thread Noel Jones
On 9/23/2013 7:17 AM, Matt - Opem Solutions wrote: > Hi, > > > > Ive a postfix server which is used to relay emails to an external > smtp server, this was done to prevent the receiving smtp server from > being flooeded by to many messages per hour which i did by using the > debug command and a

Problem with slow transport map

2013-09-23 Thread Matt - Opem Solutions
Hi, Ive a postfix server which is used to relay emails to an external smtp server, this was done to prevent the receiving smtp server from being flooeded by to many messages per hour which i did by using the debug command and a sleep 6, in addition to this i added a transport map to slow down d