[rt-users] rt-mailgate: change timeout default

2010-04-09 Thread Bjoern Schulz
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

Re: [rt-users] rt-mailgate: change timeout default

2010-04-09 Thread Torsten Brumm
Hi Björn, try at the mailgate command: --timeout=seconds Torsten 2010/4/9 Bjoern Schulz > 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'

Re: [rt-users] rt-mailgate: change timeout default

2010-04-09 Thread Bjoern Schulz
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) ;-) I don't like to change all my procmail rc's... Schönes Wochenende und geniesse das feine Wetter in Hamburg, Björn

Re: [rt-users] rt-mailgate: change timeout default

2010-04-09 Thread Torsten Brumm
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 ;-) Schönes Wochenende Torsten 201

Re: [rt-users] rt-mailgate: change timeout default

2010-04-09 Thread Bjoern Schulz
Hi Exim-Guy! Am 09.04.2010 14:56, schrieb Torsten Brumm: 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