Bob Proulx:
> Jochen Schulz wrote:
>
>> Modern browsers appear to support that TLS extension:
>> https://secure.wikimedia.org/wikipedia/en/wiki/Server_Name_Indication#Browser\
> s
>
> I will implement this in a test installation and get some experience
> with this feature. The future looks bright
Jochen Schulz wrote:
> The problem is/was that the TLS handshake was initiated before the
> HTTP request was sent. Since only the request included the
> Host-Header, the web server couldn't show a certificate for the
> requested domain name. A better explanation can be found here:
>
> http://httpd
In <201101241443.22084@iguanasuicide.net>, Boyd Stephen Smith Jr. wrote:
>http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI
>
>I believe Lenny does actually have a recent enough version of both apache2
>and libssl0.9.8, but I've not tried using SNI with Lenny's version of
>Apache.
(Correc
Bob Proulx:
> Boyd Stephen Smith Jr. wrote:
>
>> ... Apache (from upstream) has supported it for a while and I've had
>> it in production (system based on Ubuntu Maverick) for a number of
>> months.
>
> Re: NameVirtualHost *:443
>
> This is good to hear but if so then how do they pull that off?
In <20110124202335.ga5...@hysteria.proulx.com>, Bob Proulx wrote:
>In another thread:
>Boyd Stephen Smith Jr. wrote:
>> ... Apache (from upstream) has supported it for a while and I've had
>> it in production (system based on Ubuntu Maverick) for a number of
>> months.
>
>Re: NameVirtualHost *:443
On Mon, Jan 24, 2011 at 01:23:35PM -0700, Bob Proulx wrote:
> In another thread:
> Boyd Stephen Smith Jr. wrote:
> Is there a way to have all of the browsers use starttls
> for https
...
> and to be able to share virtual hosts with SSL on a single
> IP address? That would be awesome! Where can I
On Jun 5, 2007, at 2:47 PM, Jan-Petter Kruger wrote:
This is excellent.
What was not mentioned in any of the docs is the requirement to put
SSLEngine on under the Virtual Host entry. In the majority of
documentation these SSL settings are in the main, general, area of
the configurations
On Tue, Jun 05, 2007 at 08:47:04PM +0200, Jan-Petter Kruger wrote:
[ a lovely how-to for simple apache2 & ssl ]
thanks Jan-Petter. That was a perfect little how-to
A
signature.asc
Description: Digital signature
Tom Allison wrote:
Or has the decision been made to relegate SSL to only the most uber
elite of the hackerz? I'm frustrated more than I've been in years and
I'm even more frustrated that I've been unable to find anyone who is
willing to share any success. Like I said, it seems to be a state
back on the list.
On Tue, Jun 05, 2007 at 06:57:43AM -0400, Tom Allison wrote:
> Your link did the trick.
> Thank you.
> I wasn't aware that SSLEngine on needed to be in the VirtualHost
> directive.
its always the little things.
> Not what I would have guessed. SSLRequire maybe.
>
>
> (I
On Mon, Jun 04, 2007 at 07:50:14PM -0400, Tom Allison wrote:
> Tom Allison wrote:
> >
> >OK, at one point in my life I had something working for a very brief
> >period that looked like https.
> >Unfortunately after a few days... it stopped. Never got it working
> >again...
>
> I've found a numb
On 2005-09-26, Tim Jordan penned:
> I have a server configured with apache and php4 working great. I
> just added the apache-ssl package and I created my own certificate.
> My problem is now when I try to access a .php page over SSL I get a
> prompt to download the file instead of it opening in my
On Mon, Sep 26, 2005 at 10:32:38AM -0800, Tim Jordan wrote:
> I have a server configured with apache and php4 working great. I just added
> the apache-ssl package and I created my own certificate. My problem is now
> when I try to access a .php page over SSL I get a prompt to download the file
On Mon, Sep 19, 2005 at 12:44:36PM -0400, Brian Smith wrote:
> I am trying to log the ciphers being used for apache-ssl. I've
> uncommented the line in the httpd.conf file:
>
> CustomLog /var/log/apache-ssl/ssl.log "%t %{version}c %{cipher}c
> %{clientcert}c"
>
> and I only see in the ssl.log:
>
Okay, new data point: apparently apache-ssl can serve images (JPEG) fine,
it just can't leave /var/www. I can display any image in that directory
using apache-ssl, but it can't follow any link (or direct entry of URL) to
another directory. Non-SSL apache can handle those URL's just fine.
This w
*snip*
>
>As far as I see, everything is fine.
>Be aware that, whatever the port the server listens to, you have
to tell
>the browser what protocol to talk, and in this case it is https.
>
>:wq
>
>--
>Pedro-Ángel González
>NAPSIS
>http://www.napsis.com
>GPG key http://www.napsis.com/pedro-angel.g
El lun, 11-10-2004 a las 18:18, Harland Christofferson escribió:
> i'd like to have apache-ssl listen on a non-standard port 8080 as
> well as port 443. in the apache-ssl/httpd.conf i've included:
>
> Port 8080
> Listen 8080
>
>
>SSLEnable
>DocumentRoot /var/www/alt_dir
>
>
>
>
> th
Virgil L. McNemar wrote:
Hello:
Please forgive my ignorance about this subject.
How exactly does one go about getting a SSL certificate created that can be
signed by one of the authorities in Debian? I have installed apache-ssl &
openssl, and have tried to follow the instructions on Verisign
> Lynn
> My first post to this list.
Nice of you to join us :)
--
.''`. Paul William
: :' :Debian admin and user
`. `'`
`- Debian - when you have better things to do than fixing a system
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Co
"Lynn W." <[EMAIL PROTECTED]> writes:
> My question is, given my httpd.conf settings for PHP4 and ColdFusion,
> should I apt-get apache-ssl or libapache-mod-ssl?
Yes, one of those is probably what you want. :-) You might look at
the respective upstream Web pages (http://www.apache-ssl.org/,
htt
> I thought I might want to install webmin to administer the server, but
> since webmin is web based, I realised I should perhaps have SSL
installed
> for Apache.
Hello Lynn:
Webmin runs its won SSL enabled connection (with its own signed
certificate) once you install it, so there is no need fo
On Sun, 2003-11-09 at 12:22, Lynn W. wrote:
> Hello I've configured Debian 3.0 Woody 2.2 kernel with (regular)
> Apache, PHP4, and MySQL, as well as ColdFusion MX for Linux. I thought
> I might want to install webmin to administer the server, but since
> webmin is web based, I realised I should per
I also find it something of an advantage to have a fairly unified
configuration; If you run mod-ssl, or use apache-ssl to also run your main
site with the SSLDisable option set, you can easily make sure that the 95%
of the configuration that should be identical doesn't have to be verified
by a huma
On Mon, 28 Juli 2003 18:11:16 -0400, Tom Allison wrote:
> ScruLoose wrote:
> >On Mon, Jul 28, 2003 at 05:12:13PM +0200, Alexander Meyer wrote:
> >
> >>hi list,
> >>
> >>i'm running a webserver for a client who wants to add an online payment
> >>system to his webshop so i have to deploy a ssl-enable
ScruLoose wrote:
On Mon, Jul 28, 2003 at 05:12:13PM +0200, Alexander Meyer wrote:
hi list,
i'm running a webserver for a client who wants to add an online payment
system to his webshop so i have to deploy a ssl-enabled webserver on the
same machine. the question is now if i would upgrade the alre
On Mon, Jul 28, 2003 at 05:12:13PM +0200, Alexander Meyer wrote:
> hi list,
>
> i'm running a webserver for a client who wants to add an online payment
> system to his webshop so i have to deploy a ssl-enabled webserver on the
> same machine. the question is now if i would upgrade the already runn
1. Create ".htaccess" file in the directory to be protected.
AuthUserFile /etc/apache/htusers
AuthName "This Directory Requires Authentication by A Valid User"
AuthType Basic
require valid-user
order deny,allow
allow from all
CHMOD: 755
Note: This file can contain adjustments for options to an A
On Sun, 29 Dec 2002 22:45:47 -0800 (PST)
Bill Moseley <[EMAIL PROTECTED]> wrote:
> On Mon, 30 Dec 2002, Jacob S. wrote:
>
> > Howdy List,
> >
> > I keep thinking this is a simple problem and ought to have a simple
> > fix, but all I'm succeeding at doing is pulling out my hair.
> >
> > I'm try
On Mon, 30 Dec 2002, Jacob S. wrote:
> Howdy List,
>
> I keep thinking this is a simple problem and ought to have a simple fix,
> but all I'm succeeding at doing is pulling out my hair.
>
> I'm trying to require logins to a certain directory on my webserver
> using .htaccess files. I've got the
Hi Tom,
> Suggestions?
In your apache httpd.conf, under the definition of your 'main site' (the one which
serves from /var/www; might be a virtualhost):
Redirect permanent /squirrelmail https://[yoursite]/squirrelmail
Top of mind here, so please check the apache docs.
HTH... Nico
--
To UNS
On Thu, Dec 12, 2002 at 03:13:47PM +, Rory Campbell-Lange wrote:
| If I make a self-signed certificate using 'ssl-certificate' on Apache
| SSL (Debian Testing i386) Mozilla, Netscape and PC Explorers will accept
| the certificate after a warning.
|
| However Macintosh Explorer 5 clients on OSX
On Fri, May 24, 2002 at 03:53:10PM +0200, Ralf G. R. Bergs wrote:
> On Fri, 24 May 2002 15:48:05 +0200, Hugo van der Merwe wrote:
> >What is the difference (when would one use what) between
> >libapache-mod-ssl, and apache-ssl? Is one of these "new", since the
> >"crypto-in-main" transition? (I onl
On Fri, 24 May 2002 09:52:49 -0400, Ian D. Stewart wrote:
[...]
>Just based on the package names, I would guess that the latter uses the
>Apache module structure, whereas the former has SSL support compiled
>into the main executable.
This is correct. I know it since I've used both.
>
On 2002.05.24 09:53 Ralf G. R. Bergs wrote:
On Fri, 24 May 2002 15:48:05 +0200, Hugo van der Merwe wrote:
>What is the difference (when would one use what) between
>libapache-mod-ssl, and apache-ssl? Is one of these "new", since the
>"crypto-in-main" transition? (I only noticed the -mod-ssl one
On Fri, 24 May 2002 15:48:05 +0200, Hugo van der Merwe wrote:
>What is the difference (when would one use what) between
>libapache-mod-ssl, and apache-ssl? Is one of these "new", since the
>"crypto-in-main" transition? (I only noticed the -mod-ssl one today,
>I've used apache-ssl in the past.)
So
On 0, [EMAIL PROTECTED] wrote:
> Tom,
>
> Thanks for replying.
>
> tc> Ahem. You do mean 'lynx https:///', don't you?
>
> Sorry to say, but yes, I did try "lynx http:///".
> Only now do I grasp that apache-ssl does not support http.
> Seems plausible for it to support http as a special case
I have that apache-ssl working, albeit not on a sparc box. I have
some advice for you though...
On 0, [EMAIL PROTECTED] wrote:
[snip]
> When the system starts, the apache-ssl
> daemon appears to start OK. Yet no
> connection is accepted. Executing
> "lynx http:///" on the console
> yields on
On Wed, Jan 17, 2001 at 01:50:30PM +0100, Ola Muan wrote:
>
> We run IIS on Win2KServer as application server against Oracle inside
> our firewall. Now we want to provide to our customers the ability to
> access reports and such things on that IIS via the Internet.
>
> (..., ...)
>
... didn't
Hi,
Thanks for reply and suggestion. Unfortunately I'm not able to replace
our existing Apache, since there are some special configurations
concerning an existing web-based customer support system that I can't
screw up (I'm sure it is possible to fix it, but I'm no master of this
art, and I need t
http://www6.software.ibm.com/dl/websphere/http-p
Try this, gives you all you want i guess ... try it, nice and easy
interface, i've learned apache the easy way and now understand a lot more
about the httpd.conf file than by reading some boring book or other doc.
-Original Message-
From: O
On Tue, 28 Nov 2000, Igor Mozetic wrote:
> > Does anyone of you know how this is being done? I find the Apache-SSL docs
> > very sparse in this respect. Is there a tutorial how to create the server
> > key
> > pair, how to self-sign it, etc.? How would I configure Apache so that it
> > returns th
On Tue, 28 Nov 2000 18:08:43 +0100, Igor Mozetic wrote:
[...]
>Install libapache-mod-ssl-doc - this contains very nice documentation.
Thank you very much for pointing me at this package, and it's "parent" package
"libapache-mod-ssl" which I was totally unware as of now, since I'm running
apach
On 28 Nov 2000 16:53:02 GMT, Miquel van Smoorenburg wrote:
>In article <[EMAIL PROTECTED]>,
>Ralf G. R. Bergs <[EMAIL PROTECTED]> wrote:
>>I'd like to have different server certificates for all NameVirtualHosts
>>running on my external IP.
>
>That is technically impossible. It can't be done. If y
> Does anyone of you know how this is being done? I find the Apache-SSL docs
> very sparse in this respect. Is there a tutorial how to create the server key
> pair, how to self-sign it, etc.? How would I configure Apache so that it
> returns the certificate suitable for each virtual host?
Install
In article <[EMAIL PROTECTED]>,
Ralf G. R. Bergs <[EMAIL PROTECTED]> wrote:
>I'd like to have different server certificates for all NameVirtualHosts
>running on my external IP.
That is technically impossible. It can't be done. If you want multiple
virtual hosts with SSL support, they need to be I
On Tue, 28 Nov 2000 09:50:55 -0600, Jorgensen, Jens wrote:
>> I'd like to have different server certificates for all NameVirtualHosts
>> running on my external IP.
>Well, if you're using mod_ssl, according to the fine documentation the
Where *is* TFD after all?! I didn't find it?! To be specific
Well, if you're using mod_ssl, according to the fine documentation the
SSLCertificateFile directive, which specifies the filename of the server
certificate, can be place inside the overral server config context _or_ inside
a virtual host context (ie. within the tags).
"Ralf G. R. Bergs" wrote
You cah get https to listen to port 80 and recognize unencrypted
connections. (If you dont want to do it.you can install plain httpd,
but be ready to run into potential config problems, increased memory
usage, etc.)
The docs on how to set up httpd with httpsd are on Apache-ssl site (in
FAQ)
And
> "Grischa" == Grischa Schuering <[EMAIL PROTECTED]> writes:
Grischa> I installed apache-ssl and removed it afterwards. When
Grischa> installing it again, the srm.conf file was
Grischa> empty. Reinstalling everything didn't change anything.
Grischa> I know so far, that the srm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> "kmself" == kmself writes:
kmself> On Sun, Aug 13, 2000 at 09:19:20AM -0300, John Ackermann wrote:
>> I've been running Apache successfully for a long time, and
>> would like to add a secured virtual site to my collection. I
>
[EMAIL PROTECTED] (John Ackermann) writes:
>
> You just made the light go on, I think. I was trying to run both
> secure and normal sites using apache-ssl. I thought that the ssl
> version could do both, and it was a matter of configuring each virtual
> site to use one or the other. What yo
kmself@ix.netcom.com wrote:
> Not necessarily, AFAIK [1]. Regular-mode apache and apache-ssl don't share
> address space, and if configured properly, are working from different
> document roots. The "risk" is about the same as having multiple accounts
> on the same system. Apache is pretty bull
On Sun, Aug 13, 2000 at 09:19:20AM -0300, John Ackermann wrote:
> I've been running Apache successfully for a long time, and would like
> to add a secured virtual site to my collection. I tried installing
> Debian apache-ssl but ran into a brick wall figuring out how to make it
> work both for
On Wed, 31 May 2000 08:02:12 +0200, Robert Waldner writes:
>
>On Tue, 30 May 2000 13:24:15 EDT, Dan Brosemer writes:
>>Even more disturbing is that if I go to the first site, and then to the
>>second site, netscape doesn't warn me that the domain name in the
>>certificate is incorrect! I suppose
This is a multipart MIME message.
- --==_Exmh_-12991154320
Content-Transfer-Encoding: quoted-printable
On Tue, 30 May 2000 13:24:15 EDT, Dan Brosemer writes:
>Even more disturbing is that if I go to the first site, and then to the
>second site, netscape doesn't warn me that the domain name in the
i would(and do) run 2 servers, with different configurations for both,
tighter setup for the ssl one. I'm using covalent's SSL
(www.covalent.net)
nate
On Tue, 4 Apr 2000, Peter-Paul Witta wrote:
paul >hi!
paul >would you recommend running only apache-ssl with ssl disabled for some
paul >vhosts,
On Fri, 3 Mar 2000, Mark Symonds wrote:
> # deb http://http.us.debian.org/debian stable main contrib non-free
> # deb http://non-us.debian.org/debian-non-US stable non-US
>
> deb http://http.us.debian.org/debian frozen main contrib non-free
>
> I did the apt-get update ... why wouldn't it show
-Original Message-
From: Jason Gunthorpe <[EMAIL PROTECTED]>
To: Mark Symonds <[EMAIL PROTECTED]>
Cc: Debian
Date: Friday, March 03, 2000 9:42 PM
Subject: Re: apache, ssl, slink, potato and apt
>
>On Fri, 3 Mar 2000, Mark Symonds wrote:
>
>> So my question
On Fri, 3 Mar 2000, Mark Symonds wrote:
> So my question is, what do I do to get ssl back?
> Am I going to need to get the mod_ssl tarball?
auric{root}/usr/lib/cgi-bin#apt-cache search apache.*ssl
apache-ssl - Versatile, high-performance HTTP server with SSL support
apache-common - Support file
On Tue, 16 Nov 1999, Christian Dysthe wrote:
> Hi,
>
> I am trying to enable SSI using the XbitHack option. However, it won't
> work either from adding "XbitHack on" to config files or to add it in a
> ..htaccess file.
>
> I have another box running "standard" Apache. No such problems there.
>
What else would you want to listen on port 80? apache-ssl typically
listens on port 80 for normal http requests, and port 443 for https
requests (though these can be changed). If you don't want it listening
on port 80, change the line in httpd.conf that says "Listen ...". You
can set it up only t
Ashley Clark wrote:
>
> On Sun, 22 Aug 1999, Andrew Glover wrote:
> > LoadModule /usr/lib/php3/apache/mysql.so
>
Thanks for [both of yours] help. And sorry for the duplicate post by
me.
Andrew.
--
Andrew Glover
On Sun, 22 Aug 1999, Andrew Glover wrote:
> LoadModule /usr/lib/php3/apache/mysql.so
Close. You don't need the line you had here, just put in
/etc/php3/apache/php3.ini a line saying extension=mysql.so and then restart
apache, then your MySQL pages should load
You might also want other extensio
On Sun, 22 Aug 1999 [EMAIL PROTECTED] wrote:
> Hi, Ive got a problem with php / mysql. Ive installed php3-mysql, although
> it
> doesnt want to load. apacheconfig doesnt even attempt to load it.
>
> After playing I figured out to add:
>
> LoadModule auth_mysql_module /usr/lib/apache/1.3/mo
On Fri, 20 Aug 1999 17:03:50 -0700 (PDT), Ernest Johanson wrote:
>Well, I'm not sure but again I have a question. What about things like
>MinSpareServers, MaxSpareServers and KeepAlive? If there aren't enough
>spare children running, then some requests may drop. Subsequent requests
>find some grap
;[EMAIL PROTECTED]>,
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> Subject: Re: Apache-SSL "suppresses" inlime images?
>
> Hi Guys,
>
> strange, I must have somehow missed your messages on the mailing list...
>
> Anyway, here we go...
>
> On
Ralf,
Don't know that I have an answer, but a question. How are standard port 80
connections being made to Apache-SSL? By default it runs on port 443.
The only thing I've seen like this is when a page accessed via https
contains full URLs ("http://whatever";). The ssl server views those
elements
In article <[EMAIL PROTECTED]> you write:
>
>
>we have Apache-ssl installed and running on our Debian Slink web
>server. The only problem we have is that Apache-ssl won't restart
>automatically if it goes down or if we reboot. This because we need to
>put in a password after having entered "apache-
Hi,
>
> How can I use virtual hosts on the SSL port in apache?
>
here is a snipplet from my httpd.conf that works for me.
Regards, Thomas
#
Port 443
Listen 137.248.9.9:443
Port 80
Listen 137.248.9.9:80
NameVirtualHost 137.248.9.9:80
SSLDisable
ServerAdmin
I am not sure whether you can have the ip addr for the VirtualHost. Try this:
DocumentRoot /var/www/
ServerName www.jounce.net
DocumentRoot /usr/share/horde/imp/
ServerName webmail.jounce.net
On Mon, Jul 19, 1999 at 10:05:14AM -0400, Jack Wilkinson wrote:
> Hey everyone...
>
> I installed
> > AddType application/x-httpd-eperl .phtml
> > Action application/x-httpd-eperl /cgi-bin/nph-eperl
> > but my apache says "invalid command Action".
> Here's what I use to run .sql files through mysql:
> Action www-sql /cgi-bin/www-mysql
> Maybe you can adopt this.
than
On Fri, Feb 12, 1999 at 09:56:29PM +0100, Mike Gerber wrote:
> i tried to configure my apache to filter .phtml-files through eperl. i
> added to srm.conf:
>
> AddType application/x-httpd-eperl .phtml
> Action application/x-httpd-eperl /cgi-bin/nph-eperl
>
> but my apache says "invalid command A
Chris Evans wrote:
> Is there anything that suexec does if invoked from with a shell that
> would reassure me it's compiled right? O.K. I guess not! Anything
> I can do to quiz apache-ssl about its configuration and whether it's
> HTTPD_ROOT is where I think it is (from the apach-dev headers in
>
On 7 Feb 99, at 18:26, Ben Laurie wrote:
> Chris Evans wrote:
> > httpd.h:#define SUEXEC_BIN HTTPD_ROOT "/sbin/suexec"
> >
> > That has "HTTPD_ROOT" which isn't in the apache suexec html
> > documentation but seems to point me to /sbin as the debian
> > location for suexec. So I put it there, ch
I've found:
ftp://ftp.task.gda.pl/pub/debian/dists/potato/main/binary-i386/web/apache-common_1.3.3-4.deb
but it's a simlink and points to nowhere... :-(
Wojtek Zabolotny
On Thu, 31 Dec 1998, Matus "fantomas" Uhlar wrote:
> -> You should look for it in sli
"Matus \"fantomas\" Uhlar" <[EMAIL PROTECTED]> writes:
> HEllo,
>
> i am trying to install apache-ssl-1.3.3 ... but i have a little problem...
>
> dpkg: dependency problems prevent configuration of apache-ssl:
> apache-ssl depends on apache-common (>= 1.3.3); however:
> Version of apache-comm
-> On Thu, 31 Dec 1998, Matus "fantomas" Uhlar wrote:
-> > dpkg: dependency problems prevent configuration of apache-ssl:
-> > apache-ssl depends on apache-common (>= 1.3.3); however:
-> > Version of apache-common on system is 1.3.0+1.19-1.
-> >
-> > anyway i didn't found apache-common-1.3.3 on
On Thu, 31 Dec 1998, Matus "fantomas" Uhlar wrote:
> dpkg: dependency problems prevent configuration of apache-ssl:
> apache-ssl depends on apache-common (>= 1.3.3); however:
> Version of apache-common on system is 1.3.0+1.19-1.
>
> anyway i didn't found apache-common-1.3.3 on FTP server; what'
On Wed, Sep 09, 1998 at 07:43:38AM -0300, Carlos Marcos Kakihara wrote:
>
> Hi, I've compiled Apache with SSL support, but I'm
> getting the follow message (when I start it):
>
> Skip first time initialisation
>
> What is it?
> There is a apache.deb with SSL support?
Check out
Dave Cinege writes:
> On 06 Oct 1997 11:03:47 +0200, Christoph Martin wrote:
>
> >
> >It is a remainder. It will be removed soon.
> >
> >Look in unstable for an binary package.
>
> Any idea when 1.2.4-ssl will be available?
Perhaps next week, if I get enough time.
Christoph
--
TO UNSU
On 06 Oct 1997 11:03:47 +0200, Christoph Martin wrote:
>
>It is a remainder. It will be removed soon.
>
>Look in unstable for an binary package.
Any idea when 1.2.4-ssl will be available?
-
http://www.psychosis.com/emc/
[EMAIL PROTECTED] (Camm Maguire) writes:
>
>
>
> Greetings! I notice there is source, but no binary package, of
> apache-ssl under debian-non-US/stable at os.inf.tu-dresden.de. Is
> this right?
>
It is a remainder. It will be removed soon.
Look in unstable for an binary package.
Christoph
82 matches
Mail list logo