Rt-mailgate: change timeout default

Hi RT Users,

I try to change the rt-mailgate timeout default without changing the source?

I don’t find this in RT_Config.

Any hints or suggestions?

Best regards,
Bjï¿œrn

Hi Björn,
try at the mailgate command: --timeout=seconds

Torsten2010/4/9 Bjoern Schulz bjoern.schulz@desy.de

Hi RT Users,

I try to change the rt-mailgate timeout default without changing the
source?

I don’t find this in RT_Config.

Any hints or suggestions?

Best regards,
Björn

Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

MFG

Torsten Brumm

http://www.brumm.me
http://www.elektrofeld.de

Hi Torsten,Am 09.04.2010 14:13, schrieb Torsten Brumm:

Hi Bj�rn,
try at the mailgate command: --timeout=seconds

I know that, but I like to change the default (180s to 360s) :wink:
I don’t like to change all my procmail rc’s…

Sch�nes Wochenende und geniesse das feine Wetter in Hamburg,
Bj�rn

OK, open rt-mailgate and navigate to:

127 $ua->timeout( exists( $opts{‘timeout’} )? $opts{‘timeout’}: 180 );
128 my $r = $ua->post( $full_url, %args, Content_Type => ‘form-data’ );
129 check_failure($r);

i think here you can change this for your slow postfix :wink:

Schönes Wochenende

Torsten2010/4/9 Bjoern Schulz bjoern.schulz@desy.de

Hi Torsten,

Am 09.04.2010 14:13, schrieb Torsten Brumm:

Hi Björn,

try at the mailgate command: --timeout=seconds

I know that, but I like to change the default (180s to 360s) :wink:
I don’t like to change all my procmail rc’s…

Schönes Wochenende und geniesse das feine Wetter in Hamburg,
Björn

MFG

Torsten Brumm

http://www.brumm.me
http://www.elektrofeld.de

Hi Exim-Guy!

OK, open rt-mailgate and navigate to:

127 $ua->timeout( exists( $opts{‘timeout’} )? $opts{‘timeout’}: 180 );
128 my $r = $ua->post( $full_url, %args, Content_Type => ‘form-data’ );
129 check_failure($r);

OK I know that, I don’t like to change the source ( as you, if I
remember correctly)

i think here you can change this for your slow postfix :wink:

Maybe it’s mysql but who knows… Postfix is not the problem, gell

Sch�nes Wochenende

Danke und gr��e zu Hause!

Postfix-Bj�rn