Re: Starting / Stopping Sendmail

2007-10-01 Thread Jeff Pang
2007/10/2, Tyler Bird <[EMAIL PROTECTED]>: > Hi List, > > > I know this is off topic, but does anyone know > if you restart the sendmail MTA daemon if all mail in the mail queues > will still > be delivered or any email will be lost as a result? > No.when you restart a sendmail,mail queues will ne

Starting / Stopping Sendmail

2007-10-01 Thread Tyler Bird
Hi List, I know this is off topic, but does anyone know if you restart the sendmail MTA daemon if all mail in the mail queues will still be delivered or any email will be lost as a result? Thanks so much and redirect me to a sendmail list thanks. Tyler

Re: mod_perl success stories on ZDNet

2007-10-01 Thread Perrin Harkins
On 10/1/07, Carl Johnstone <[EMAIL PROTECTED]> wrote: > Is it me, or does that just link through to here: > > http://www.oreillynet.com/digitalmedia/blog/2002/05/perl_success_story_termiumplus.html > > which doesn't require registration? Yes. Like I said, it's just content brought over from O'Rei

Re: mod_perl success stories on ZDNet

2007-10-01 Thread Carl Johnstone
My Google alert sent this to me today: http://whitepapers.zdnet.com/abstract.aspx?docid=257555 Is it me, or does that just link through to here: http://www.oreillynet.com/digitalmedia/blog/2002/05/perl_success_story_termiumplus.html which doesn't require registration? Carl

Re: Add a new RewriteCond Variable with mod_perl in an OutputFiler - possible?

2007-10-01 Thread Torsten Krah
Am Montag, 1. Oktober 2007 schrieben Sie: > You can pass this king of data to mod_rewrite with > $r->subprocess_env('name' => 'value') on the mod_perl side and RewriteCond > %{ENV:name} on the mod_rewrite side. > > See > http://perl.apache.org/docs/2.0/api/Apache2/RequestRec.html#C_subprocess_en >v