Simon / Jean
>I'm not sure what you mean by instructions for production usage but if you
>are exposing james on the public internet please make sure to setup
>fail2ban or the crowdsec hooks, there will be a lot of bots out there
>hammering your server to bruteforce passwords
Hello simon
I'm not sure what you mean by instructions for production usage but if you
are exposing james on the public internet please make sure to setup
fail2ban or the crowdsec hooks, there will be a lot of bots out there
hammering your server to bruteforce passwords
It is possible to e
Hi,
Ive decided to install james as our email server, are there any
instructions for production usage? Also, i want to expose the webadmin so i
can add users remotely from my web app, can i use something like apisix to
do this?
Simon
, Matthieu Baechler wrote:
On Mon, 2020-04-20 at 13:15 +0100, David Matthews wrote:
Hi,
I am about to deploy a James instance for personal usage. I have a
restricted budget (say 50€/month) so I'm looking for the best setup
possible for that target.
hi Matthieu
It's not so easy to under
;>> Hi,
>>>
>>> I am about to deploy a James instance for personal usage. I have a
>>> restricted budget (say 50€/month) so I'm looking for the best setup
>>> possible for that target.
>>
>> hi Matthieu
>>
>> It's not so easy to under
On Mon, 2020-04-20 at 13:15 +0100, David Matthews wrote:
> > Hi,
> >
> > I am about to deploy a James instance for personal usage. I have a
> > restricted budget (say 50€/month) so I'm looking for the best setup
> > possible for that target.
>
> hi Mat
>Hi,
>
>I am about to deploy a James instance for personal usage. I have a
>restricted budget (say 50€/month) so I'm looking for the best setup
>possible for that target.
hi Matthieu
It's not so easy to understand what information you're hoping for, but I assume
Hi,
I am about to deploy a James instance for personal usage. I have a
restricted budget (say 50€/month) so I'm looking for the best setup
possible for that target.
What I expect is:
* IMAP + SMTP (in and out)
* TLS + SPF + DKIM
* very low incoming mail loss probability
* speed is not
Thanks for the heads up on the fix to the specified key length issue. I
ran into it and recompiled using the 767 byte length, but then my Slackware
build was to test the jar files for connections to a SQLServer instance,
which has a max key length of 900, so going with 767 worked okay for me.
Gla
Thanks everyone who helped me with getting James and MySQL/MariaDB to
get along with each other. Upgrading MariaDB from version 10.0 (supplied
with the OpenSUSE distro) to version 10.3 solved the remaining problems
I was experiencing. Appears there was a bug in setting table sizes that
they managed
Hi Garry - Took quite a bit of sleuthing but I think I have made
progress, at least solved one thing only to encounter another... Isn't
that the way programming goes? LOL Anywise it appears I made a mistake
in granting privileges in MariaDB, I had executed the following -
MariaDB [mysql]> gr
One other thing. While there are entries in wrapper.conf to allow you to add
files to the classpath, ONLY the lib folder is valid in James, so all of your
jar files - including the sql files and any custom jars - MUST be in
[JAMES_INSTALL_PATH]/lib and not some subdirectory. Even if you point to
Hi Garry, and thanks for your thoughts also... Still no joy however...
The vendor class (database.driverClassName) in my configuration is the
same as what you show here. Ditto for all the other parameters except
for the database.url. I created a database called mail (not maildb) in
MariaDB so
Hi Sailbabu, Thanks for your thoughts but no joy... MARIADB and MYSQL
are identical in all respects, AFAIK, and according to OpenSUSE
documentation fully compatible. Anywise, when I tried to change the
vendorAdapter name as you suggested, to MARIADB, James threw a different
exception basically
Hi Simon and thanks for your thoughts... Yes my usersrepository.xml is
the same as the one on github. The only difference was that I was using
the MD5 algorithm and the github was using SHA-512. On a lark I changed
mine to SHA-512 also but no joy... I didn't really expect that to make a
diffe
A few things I forgot to mention, make sure you have granted your user
access to log in remotely, and that you have created whatever database you
want to connect to (just do the create database ''; and
it will work). Also, once you get past that point, you will likely find
that the JPA classes don'
The vendor class on the driver is supposed to match, but also be
certain you are using Mariadb and not MySQL database and MariaDB
client in your Linux distro. My config, which does work in the current
branch (3.3.0 SNAPSHOT), is as follows. It goes without saying that
your mileage my vary, and tha
your configurations are incorrect is what the error shows and I see
you have got:
vendorAdapter.database=MYSQL
This should be :
vendorAdapter.database=MARIADB
Try changing this.
Thanks,
Sai
On Fri, Jan 4, 2019 at 2:39 AM Marc Chamberlin wrote:
>
> (Thanks Benoit, Saibabu, and Simon for taking
Hi Marc,
I am no James expert, but with the information here, since it is the
UsersRepository that has issue, do you have a usersrepository.xml config
with
https://github.com/foilen/foilen-infra-plugins-core/blob/master/src/main/resources/com/foilen/infra/resource/email/james/usersrepository.xml
?
(Thanks Benoit, Saibabu, and Simon for taking the time/trouble to answer
my previous question on MySQL. It helped a lot!)
I have managed to get a little further setting up James 3.2.0 Spring
with MySQL/MariaDB but have ran into a problem which Google is not being
helpful.
I appear to be having tr
Yes, I am continuing to work through the build process on Windows. We are being
encouraged to move to James 3 for security concerns with our existing 2.3.2
installation. As I said, without Docker, my Linux build was successful, but
the Windows build fails. I am convinced it is a problem with th
Hi,
I wonder if there is not some cleaner ways of doing this.
Could you share the exact stack-trace you have? (for license reasons I
don't have a windows machine at hand...) With the exact maven goals and
maven versions you are running...
Previously we choose to not play Dockerized test if a doc
Bill
I got past those same errors in cassandra. What I had to do was comment
out the references to 'test' in the pom file of
apache-james-backends-cassandra. I attached it here. Rebuild with this
POM file and you should get past it. The thing is, you don't need to do
that if you build on a Lin
Yeah, we are there too. Docker is apparently only used for testing. What errors
are you hitting? I probably hit the same ones and fixed them. Worst case
scenario, join the developer list as well and vote on the “are we ready for a
release?” questions. That is what one of the devs told me.
Sent
Thank you! I got past my classpath issue; but now I have many cassandra
errors. I'm wondering if there is an existing build and config that is
closer to what I'm looking for, but I will soldier on if there isn't!
On 12/5/18 6:07 PM, Garry Hurley wrote:
That is an easy fix. You have to download
That is an easy fix. You have to download the MySql Connect driver and copy the
jar file into the /lib path (or add it to your classpath manually,
but making sure it is in /lib makes it more easily portable when
you migrate systems and keeps your files in one place). You can choose to make
a sy
I'm in a similar situation, except I want to keep docker and
docker-compose, but persist with mysql. I changed
james-database.properties, but queries throw a ClassNotFound exception
for com.mysql.jdbc.Driver.
Any guidance would be greatly appreciated.
Thanks --Bill
On 12/5/18 3:27 PM, Garry
Hey,
Is anyone able to get this application to build or install without using
Cassandra or Docker? If so, how do you get past the MailboxAnnotation JPA
failure of trying to create a table with a column named 'KEY' in a real
database?
Yes, I know it's rejected. That's why I want to settup a smtp proxy
On Thu, Jun 28, 2012 at 6:00 PM, Eric Charles wrote:
> Hi Hua,
>
> If it is rejected by your ISP, you should contact with the message you see
> in the log and try to talk with him to be more permissive.
>
> I faced that some tim
Hi Hua,
If it is rejected by your ISP, you should contact with the message you
see in the log and try to talk with him to be more permissive.
I faced that some time ago where my ISP changed its rules a few time in
the year.
You can always post the reject information here and we can see if j
Hi Eric
Any update?
Regards,
Hua Jie
On Wed, Jun 20, 2012 at 9:13 PM, 杨华杰 wrote:
> Hi Eric
>
> Any idea.
>
>
> Regards,
> Hua Jie
>
>
> On Tue, Jun 19, 2012 at 2:59 PM, 杨华杰 wrote:
>
>> Hi Eric
>>
>> Yes, I added it to the list, at first the telnet result tell me it's been
>> sent successfully
Hi Eric
Any idea.
Regards,
Hua Jie
On Tue, Jun 19, 2012 at 2:59 PM, 杨华杰 wrote:
> Hi Eric
>
> Yes, I added it to the list, at first the telnet result tell me it's been
> sent successfully, after a well it was reject by the ISP smtp server.(I saw
> the reject information in the james log)
>
> R
Hi Eric
Yes, I added it to the list, at first the telnet result tell me it's been
sent successfully, after a well it was reject by the ISP smtp server.(I saw
the reject information in the james log)
Regards,
Hua JIe
On Tue, Jun 19, 2012 at 1:38 AM, Eric Charles wrote:
> Ok, got it.
>
> Can you
Ok, got it.
Can you add the list of the server2...5 IP addresses in the
authorizedAddresses tag in the smtpserver.conf of server1.
Thx, Eric
On 06/18/2012 05:03 PM, 杨华杰 wrote:
Hi Eric
Your schema is a little bit different with mine. My server 2,5 do not have
james installed.
How ever I can
Hi Eric
Your schema is a little bit different with mine. My server 2,5 do not have
james installed.
How ever I can send out email in the James(server 1) locally, which means I
am able to send out email using thunderbird in the server 1, but I can not
send from server 2...5. I hope this time you
Hi Hau,
Your scheme is the same as mine, isn't it?
I would first validate a correct working of James1 (sending and
receiving mails with a client such as thunderbird).
Once you are 100% sure it's working, it's just a matter of configuring
James2...5 RemoteMailet with the correct
gateway/gatew
Hi Eric
Hope you are going well, did you have a solution of this.
Regards,
Prince
On Sun, Jun 17, 2012 at 11:37 PM, 杨华杰 wrote:
> Hi Eric
>
> Sorry I didn't make it clear
>
> The schema is like the following
> ISP
> |
> James(Server 1)
> |
>
Hi Eric
Sorry I didn't make it clear
The schema is like the following
ISP
|
James(Server 1)
|
---
|| | |
Server 2 Server 3 Server 4 Server 5
Only the server 1
Not sure, but I have the following scheme in mind
ISP
|
James1
|
--
| | | |
James2 James3 James4 James5
So James2..5 need to use James1 as gateway.
Only James1 uses your Internet Service Provider SMTP gateway.
Is it suc
Hi Eric
Yeah, I know that. But my relay SMTP service do not request to provide a
username and password.
As you see in my previous email, I can send out email from localhost
successfully without username and password. From the other 4 servers , the
email also can send, but the email was not reach t
Hi,
Double-check the James server connected to the Internet.
You can be sure of its configuration by using it as SMTP gateway from
you mail client.
If it is relaying well from your mail client, one more configuration I
forgot to mention is the undocumented gatewayUsername and
gatewayPassword
Hi Eric
Thank you for your replying, I want to settup only 1 james server, and the
other servers will use the one as a smtp service.
After I try, I use the command telnet to send out email, I can send out the
email from the one server successfully(from local), and I received the
email in my gmai
Hi,
For outgoing proxy, define in you 4 internal severs, let point the
RemoteDelivery mailet to the 5th server who has access to the Internet.
You will define the gateway and gatewayPort attributes to achieve this
(http://james.apache.org/server/3/dev-provided-mailets.html#RemoteDelivery).
As the title, i want to settup james as a transparent proxy to send email.
As in my environment, i have 5 servers, but only one ip is allowed to send
out email. i tried to use relay but its simply blocked the smtp server.
Regards,
Hua Jie
nistration.
- enable username/password for jmx.
- up to the context, disable plain protocols and activate ssl protocols.
Tks,
Eric
On 23/11/2010 10:52, Raju Bitter wrote:
Thanks, I'll take test both approaches out of interest, using Spam Assasin.
Security: The minimal setup needed to mak
Thanks, I'll take test both approaches out of interest, using Spam Assasin.
Security: The minimal setup needed to make sure James is secure enough
to have it running on a live server. And I mean the bare minimum of
security. People testing James should feel save to have the software
running
"james security" is a wide subject. Which area would you like to cover?
Tks,
Eric
On 23/11/2010 00:54, Raju Bitter wrote:
Is there an up-to-date document describing what should be done for
that? I've started work on the quickstart V3 wiki page, which I'll
finish later this week
(http://wiki.ap
Hi,
For spam protection, you can install spamassasin on your server and
configure james in one (or both) of the 2 ways:
1. Activate the SpamAssassin SMTP Hook (in this case, the mail will not
be injected in the spool) - in smtpserver.xml, add under
127.0.0.1
783
10
2. Activate in
Is there an up-to-date document describing what should be done for
that? I've started work on the quickstart V3 wiki page, which I'll
finish later this week
(http://wiki.apache.org/james/V3ConfigTutorial#preview), and would
like to add at least basic information to that page.
- Raju
-
subject: test
this is a test
.
250 2.6.0 Message received
quit
Connection closed by foreign host.
On 7/11/2010 01:38, Gerry Matte wrote:
I've setup email addresses in multiple domains using the james 2 JDBC
VirtualUserTable as described at http://wiki.apache.org/james/VirtualUs
I've setup email addresses in multiple domains using the james 2 JDBC
VirtualUserTable as described at http://wiki.apache.org/james/VirtualUserTable
Is there a similar document describing how to do so with James 3 ?
Or do I use the same approach ?
Thanks
Gerry Matte
250-383-2466
haring the knoledge.
Now how can I move forward to use james's fetures?
Thanks
Original Message:
-
From: Eric Charles e...@apache.org
Date: Wed, 25 Aug 2010 13:55:52 +0200
To: server-user@james.apache.org
Subject: Re: James setup testing
Hi Shammi,
With your local test setup
Thanks Eric for sharing the knoledge.
Now how can I move forward to use james's fetures?
Thanks
Original Message:
-
From: Eric Charles e...@apache.org
Date: Wed, 25 Aug 2010 13:55:52 +0200
To: server-user@james.apache.org
Subject: Re: James setup testing
Hi Shammi,
With
Hi Shammi,
With your local test setup, you should be able to send mails to the
internet (at least if your ISP allows it, otherwise you will have to
define your ISP SMTP gateway in the conf).
However, to receive mails from gmail on the Internet, you need to work
with a real domain and define
he inboxes).
and why it is not received?
Thanks
Original Message:
-
From: Eric Charles e...@apache.org
Date: Wed, 25 Aug 2010 10:15:20 +0200
To: server-user@james.apache.org
Subject: Re: James setup testing
Hi,
For testing, I had "127.0.0.1 localhost.com" in my
Hi,
For testing, I had "127.0.0.1 localhost.com" in my hostfile (/etc/hosts).
Tks,
Eric
On 25/08/2010 09:36, sha...@arosys.com wrote:
Hi
I am using James-server 2.3.2 with Linux/Sebian machine.
I am following the http://wiki.apache.org/james/JamesQuickstart for
starting the James.
My routers I
Hi
I am using James-server 2.3.2 with Linux/Sebian machine.
I am following the http://wiki.apache.org/james/JamesQuickstart for
starting the James.
My routers IP is 61.246.140.218
and my machine IP is 192.168.1.7 (/sbin/ifconfig)
I am trying to send mails to Internet via James.But It's not sent.
I'm not sure why you would need JAMES for this, but the article at
http://code.alexreisner.com/articles/sending-email.html contains a lot of
useful advice as to how not to get classified as spam.
I'm afraid that in your situation, without a public IP address, you might
have a hard time following s
I would like to use James 2.3.2 for sending mails when users create an
account on my website. I tried setting up James to only enable SMTP
but when I send testmails they are usually rejected by gmail as spam.
I havent set up a DNS MX record or incoming POP3 could this have any
influence on what the
mail
> service to send out emails. Recently we have added a campaigner style module
> which is required to send out multiple emails (in access of 10K /per day).
> In order to support this throughput, I am now planning to host our own mail
> server.
>
>
>
> Please help me t
host our own mail
server.
Please help me to setup the James server with suggested configuration
options. My only requirement is to send mails with good efficiency. Broadly
following is what I need:
- My app will connect to James using JavaMail API
- James is not required to
in those fields?
I am currently getting an error on James startup because there is no
SSL file at location specified above.
Do I need a mailet to setup the auto-reply?
All help appreci
I just setup james email server. I have smtp auth enabled. I want to confirm
that I dont get hackers trying to spoof/use my domain/email server to send
mails. I saw the smtp log and saw this message:
Successfully spooled mail from hac...@mydomain.com on IP for
hac...@mydomain.com
I also
Thanks for your reply.
I'd installed it like in late 2006, and unfortunately I didn't document the
version I used. But I do remember that what I did at that time was simply to
install it as a service and it worked out of the box.
For now, after I install JAMES and try to use it for tools such as
If it worked in previous releases it should also work in 2.3.1
Can you tell us what was your working version+configuration and what is
the problem you see after upgrading?
Stefano
Cheng Wei Lee ha scritto:
I followed the quickstart wiki but just couldn't get JAMES to allow sending
emails to i
I followed the quickstart wiki but just couldn't get JAMES to allow sending
emails to internal email addresses. It kept connecting out. I'm behind a
corporate proxy and firewall. I was able to get JAMES to work out of the box
in previous release. But after upgrading to 2.3.1, I can't get it to work
Hello,
I followed the instructions on the Wiki to setup the binary distribution of
James with JBoss. However, I am having no luck and have the following
error:
java.lang.Exception: Unable to locate engine lib directory at /phoenix/lib
I tried a few different tweaks with the phoenix-service.xml
configured in the SMTPHandlerChain
[java] 18-lug-2006 14.47.36 org.apache.james.postage.PostageRunner
execute
[java] GRAVE: could not even start the runner successfully
[java] org.apache.james.postage.StartupException: failed to setup
[ja
the runner successfully
[java] org.apache.james.postage.StartupException: failed to setup
[java] at
org.apache.james.postage.PostageRunner.setupForwardedMailInterceptor(PostageRunner.java:405)
[java] at
org.apache.james.postage.PostageRunner.execute(PostageRunner.java:107)
If it the other domains just aliasdomain you can them to servernames. So
it holds the same accounts as the main domain.
If not you should read:
http://james.apache.org/FAQ.html#7
bye
Norman
Am Montag, den 10.07.2006, 09:49 -0700 schrieb SMc:
> Hi,
>
> I am totally new to James.
> I have a fixe
://www.nabble.com/Config-Setup-for-James-tf1919489.html#a5255013
Sent from the James - Users forum at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi all,
I am trying to setup a news server on office LAN but am not much familiar
with networking. If anyone could guide me regarding server installation and
configuration.
I tried changing conf.xml but its not working.
Thanks,
Warm Regards,
Himanshu
ental, and I want to experiment a
> bit using James as NNTP server. Having read the NNTP setup documentation
> I cannot find one bit of information:
>
> How does James connect to the usenet? Shouldn't there be a setting to
> define another news server James gets its feed from? Sho
Hi there.
NNTP in James is classified as experimental, and I want to experiment a
bit using James as NNTP server. Having read the NNTP setup documentation
I cannot find one bit of information:
How does James connect to the usenet? Shouldn't there be a setting to
define another news server
> In plain English: When SMTP AUTH is set TRUE, any incoming mail
> that is destine for this JAMES will NOT requir Auth.
Correct. See doRCPT in
http://svn.apache.org/viewcvs.cgi/james/server/branches/branch_2_1_fcs/src/j
ava/org/apache/james/smtpserver/SMTPHandler.java?rev=109184&view=markup.
>
PROTECTED]
Sent: 30. desember 2004 21:21
To: James Users List
Subject: RE: Proper way to setup SMTP-Auth
> The real problem is when JAMES will talk to other Servers using SMTP
> protocol.
JAMES could not care less about SMTP AUTH when sending to other SMTP
servers. It doesn't use i
aying is no longer
an acceptable practice on the Internet. E-mail handling is permissible only
when receiving e-mail to or from a known subscriber.
> "if you setup James to require SMTP-Auth for all cases,
> you assume that every other mail server in the world
> will configure login
to so that I can use ) have to
authenticate themselves to JAMES, and this where the problem is found.
This is what I found on the net:
"It seems that some (many?) people do not realize the SMTP users use to send
emails is the same SMTP used by other mail servers to forward emails to
James; so, if
Please do not use HTML e-mail. Thank you.
> The Clients within our internal network use SMTP protocol to talk
> to our James Mail server.
> If Authentication tag is set FALSE in James, then everything is ok.
> If Authentication tag is set TRUE in James, then everything is NOT ok.
If you require
PROTECTED]
Sent: 30. desember 2004 15:50
To: James Users List
Subject: Re: Proper way to setup SMTP-Auth
Hi,
can you be more specific about:
> If Authentication tag is set TRUE in James, then everything
> is NOT ok.
just a guess: did you configure the local domain in config.xml?
Hi,
can you be more specific about:
If Authentication tag is set TRUE in James, then everything
is NOT ok.
just a guess: did you configure the local domain in config.xml?
-Arno
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additi
Good
day All!
This
is what I know:
The
Clients within our internal network use SMTP protocol to talk to our James
Mail server. The James is configured to communicate with DNS servers(2 ip
address provided by our ISP) in order to resolve outgoing mails. Then our James
Mail server use SMTP
Mark Smith wrote:
Hi,
I've successfully started the James SMTP Server but am
getting a strange
message when I attempt to send a message using it...
Any ideas what is
going on? This is james 2.1.3.
Thanks,
Mark
16/06/04 20:18:01 INFO smtpserver: SMTP Service
started plain:125
16/06/04 20:18:1
Hi,
I've successfully started the James SMTP Server but am
getting a strange
message when I attempt to send a message using it...
Any ideas what is
going on? This is james 2.1.3.
Thanks,
Mark
16/06/04 20:18:01 INFO smtpserver: SMTP Service
started plain:125
16/06/04 20:18:19 INFO smtpserver
> I can not send an e-mail to someone not on our network. As soon as
> I send the e-mail, James drops it into the error folder, why ?
See: http://james.apache.org/FAQ.html#3
--- Noel
-
To unsubscribe, e-mail: [EMAIL PROT
Hi all,
I've got a proble; let me scetch it :
I have James running on one machine, and there are around 10 other machines
connecting to this machine. When we connect to the ISP, all e-mails are
downloaded into James, and then every minute the Outlook Expresses on each of
the machines chec
Steve Brewin wrote:
Clive Tonge wrote:
I was wondering if I also had to uncomment the ENTITY entries in
config.xml? There aren't any instructions that they should
be changed,
so I have left them alone.
Don't know anything about listServer, but I do know that the config.xml for
recent 2.2.
Clive Tonge wrote:
> I was wondering if I also had to uncomment the ENTITY entries in
> config.xml? There aren't any instructions that they should
> be changed,
> so I have left them alone.
Don't know anything about listServer, but I do know that the config.xml for
recent 2.2.0a## builds starts l
I know that the setup of listserve has changed with the 2.2 versions of
James.
Are there any clear step by step instructions?
I haven't had much success yet.
I have made changes to the james-listmanager.xml and the
james-liststores.xml. I have uncommented &listserverC
>Hello,
>
>I am new on this list and joined this list since I want to start using James. In the
>setup document for James (setting up sendmail so that the mails are routed from
>sendmail to James and then to the outer world and vice versa, it seems that the setup
>has been
Shishir K. Singh wrote:
Hello,
I am new on this list and joined this list since I want to start using James. In the setup document for James (setting up sendmail so that the mails are routed from sendmail to James and then to the outer world and vice versa, it seems that the setup has been
Hello,
I am new on this list and joined this list since I want to start using James. In the
setup document for James (setting up sendmail so that the mails are routed from
sendmail to James and then to the outer world and vice versa, it seems that the setup
has been documented for AIX Unix
The default configuration will only send outgoing mail if generated by
localhost, so you're fine.
--- Noel
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi,
I'm trying to set up a James 2.1.3 server so that it
will deliver mail only for local mailboxes (no
outgoing smtp traffic). Can this be done? I did not
find anything in the default config.xml, but then, I'm
pretty new to James...
TIA
Klaus
---
> Having read a number of months of posts looking for answers to my own
> problems I think that Noel may be forgiven for misunderstanding. People
> are constantly asking How to set up virtual hosting so that they can
> have [EMAIL PROTECTED] and [EMAIL PROTECTED] go to different users.
Nope. It i
Hi Tom,
I am very new to James so it seems odd to be answering a James question.
Heck, I don't even have James working correctly. Of course that may be
why I saw the answer to your question.
To set up aliases as you described:
Log into the Remote Manager
use telnet at a command prompt on Win
96 matches
Mail list logo