Re: Web-page based proxy service

2005-01-16 Thread Marek Podmaka
Hello Peter,

Sunday, January 16, 2005, 4:21:10, you wrote:

PC But this would require changing the user's browser settings, right? The
PC thing is, I don't want _everything_ to go through the proxy, which is what 
PC would usually happen if it was set via the browser.

  Do I understand right that you want only some pages to go through
  proxy? Then use proxy autoconfiguration file in browser's settings.
  It's some javascript which decides for every URL what proxy server
  (if any) to use... The file is downloaded from server I guess
  everytime browser is launched. Google should know a lot about it.


-- 
  bYE, Marki




[Auto-Reply] { VIRUS ? } Hello

2005-01-16 Thread perla45
grazie per aver contattato i8QHE ex i7QHE
franco i8QHE roseto (cosenza)
AUGURA BUONE FESTE 2004
BUON 2005 E VI
CONSIGLIA DI VISITARE
www.i8tus.it
I NEGOZI ON LINE 
http://www.radiosystem.it
 iscriviti
Mediterraneo Dx Club www.mdxc.org 
 Visita www.grandiavventure.supereva.it 
NUOVA SEZIONE CISAR TARANTO
www.cisartaranto.com
www.i8tus.it 
C.I.S.A.R...per essere sempre sulla cresta dell\'Onda!!!




Dear , please check this out immediately

2005-01-16 Thread Global Power Team
Dear, 
please check this out immediately. 

I just aligned myself with the Global Power Team. They have developed a way to 
build a reliable income of over $9,000 per month in as little time as possible 
through a very unique and simple 3-step system that is unlike anything I have 
ever seen - and through a product that people already spend BILLIONS of dollars 
per year on. 

And get this... It's been designed so you will start F.R.E.E and be well on 
your way to this income goal before you ever spend a penny. 

This system rewards spillover like crazy to the people who are working the 
hardest - it's really the first forced matrix I have ever seen. 

And since it's F.R.E.E to start, it's spreading across the globe VERY fast. 
Someone else will have joined us by the time you finish reading this email. 

Timing is critical! I won't go into a lot of detail in this email, but you need 
to go look at this today. Right now! It will only take a few minutes to get 
positioned and activate your f.r.e.e trial so you can begin earning commissions 
immediately. 

The short audio clip on my web site will explain everything: 

http://www.5000-dollar.ws

I strongly encourage you to go signup as soon as possible. It's f.r.e.e, so 
you're risking nothing except the few minutes it will take you to check this 
out, and you'll also get a web site and a domain name to use for whatever you 
want as an added bonus. 

Email me back and let me know when you're ready to get started so I can help 
you progress though the 3 steps as quickly as I am. I REALLY don't want you to 
miss this. 

I wish you and all your family and friends a happy and successful new year 

Best regards from Germany 
Olga 

Global Power Team
Olga Reimer
[EMAIL PROTECTED]
http://www.5000-dollar.ws

* You get this email, because you (or somebody using your email address) 
ordered Information about home-based-business or sign in our newsletter. If you 
don't do, please delete this mail. You'll get it only one time.




Re: exim4 for virtual domains

2005-01-16 Thread David Schmitt
On Sunday 16 January 2005 02:51, Stephen Gran wrote:
 This one time, at band camp, David Schmitt said:
  I also have my virtual_domain list in a file:
   [EMAIL PROTECTED]:~$ grep
 
  virtual_domains /etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs
 
   domainlist virtual_domains = lsearch*;/etc/mail/virtual-domains

 Why an lsearch* for virtual_domains?  Aah, I see, so that you can make
 [EMAIL PROTECTED], [EMAIL PROTECTED] all work with a *.domain.com?
 I never thought of having that work like that - I like it.  Am I
 correct in this?

Yes, though you have to implement a fallback strategy: 
if /etc/mail/aliases/bar.example.com doesn't exist, /.../example.com should 
be used.

Regards, David