Re: Production Setup

2025-04-14 Thread David Matthews
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

Re: Production Setup

2025-04-14 Thread Jean Helou
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

Production Setup

2025-04-01 Thread Simon Funnell
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

Re: Best single-node setup

2020-04-28 Thread Pablo Pita Leira
, 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

Re: Best single-node setup

2020-04-28 Thread Tellier Benoit
;>> 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

Re: Best single-node setup

2020-04-23 Thread Matthieu Baechler
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

Re: Best single-node setup

2020-04-20 Thread David Matthews
>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

Best single-node setup

2020-04-20 Thread Matthieu Baechler
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

Re: A MySQL connection setup issue SOLVED!

2019-01-05 Thread Garry Hurley
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

Re: A MySQL connection setup issue SOLVED!

2019-01-05 Thread Marc Chamberlin
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

Re: A MySQL connection setup issue

2019-01-04 Thread Marc Chamberlin
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

Re: A MySQL connection setup issue

2019-01-04 Thread Garry Hurley
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

Re: A MySQL connection setup issue

2019-01-04 Thread Marc Chamberlin
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

Re: A MySQL connection setup issue

2019-01-04 Thread Marc Chamberlin
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

Re: A MySQL connection setup issue

2019-01-04 Thread Marc Chamberlin
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

Re: A MySQL connection setup issue

2019-01-04 Thread Garry Hurley
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'

Re: A MySQL connection setup issue

2019-01-04 Thread Garry Hurley
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

Re: A MySQL connection setup issue

2019-01-04 Thread Saibabu Vallurupalli
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

Re: A MySQL connection setup issue

2019-01-04 Thread Simon Levesque
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 ?

A MySQL connection setup issue

2019-01-03 Thread Marc Chamberlin
(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

Re: Setup and build issues

2018-12-07 Thread Garry Hurley
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

Re: Setup and build issues

2018-12-06 Thread Benoit Tellier
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

Re: Setup and build issues

2018-12-06 Thread Garry Hurley
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

Re: Setup and build issues

2018-12-06 Thread Garry Hurley
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

Re: Setup and build issues

2018-12-06 Thread Bill Warner
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

Re: Setup and build issues

2018-12-05 Thread Garry Hurley
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

Re: Setup and build issues

2018-12-05 Thread Bill Warner
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

Setup and build issues

2018-12-05 Thread Garry Hurley
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?

Re: How setup james as a proxy to send out email

2012-06-28 Thread 杨华杰
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

Re: How setup james as a proxy to send out email

2012-06-28 Thread Eric Charles
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

Re: How setup james as a proxy to send out email

2012-06-28 Thread 杨华杰
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

Re: How setup james as a proxy to send out email

2012-06-20 Thread 杨华杰
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

Re: How setup james as a proxy to send out email

2012-06-19 Thread 杨华杰
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

Re: How setup james as a proxy to send out email

2012-06-18 Thread Eric Charles
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

Re: How setup james as a proxy to send out email

2012-06-18 Thread 杨华杰
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

Re: How setup james as a proxy to send out email

2012-06-18 Thread Eric Charles
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

Re: How setup james as a proxy to send out email

2012-06-18 Thread 杨华杰
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) > | >

Re: How setup james as a proxy to send out email

2012-06-17 Thread 杨华杰
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

Re: How setup james as a proxy to send out email

2012-06-17 Thread Eric Charles
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

Re: How setup james as a proxy to send out email

2012-06-17 Thread 杨华杰
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

Re: How setup james as a proxy to send out email

2012-06-17 Thread Eric Charles
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

Re: How setup james as a proxy to send out email

2012-06-17 Thread 杨华杰
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

Re: How setup james as a proxy to send out email

2012-06-16 Thread Eric Charles
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).

How setup james as a proxy to send out email

2012-06-14 Thread 杨华杰
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

Re: Securing James 3 and spam protection setup?

2010-11-23 Thread Eric Charles
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

Re: Securing James 3 and spam protection setup?

2010-11-23 Thread Raju Bitter
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

Re: Securing James 3 and spam protection setup?

2010-11-23 Thread Eric Charles
"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

Re: Securing James 3 and spam protection setup?

2010-11-23 Thread Eric Charles
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

Securing James 3 and spam protection setup?

2010-11-22 Thread Raju Bitter
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 -

Re: How To setup users in multiple eMail domains (James 3 method)

2010-11-06 Thread Eric Charles
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

How To setup users in multiple eMail domains (James 3 method)

2010-11-06 Thread Gerry Matte
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

Re: James setup testing

2010-08-25 Thread Eric Charles
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

Re: James setup testing

2010-08-25 Thread sha...@arosys.com
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

Re: James setup testing

2010-08-25 Thread Eric Charles
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

Re: James setup testing

2010-08-25 Thread sha...@arosys.com
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

Re: James setup testing

2010-08-25 Thread Eric Charles
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

James setup testing

2010-08-25 Thread sha...@arosys.com
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.

Re: Minimal SMTP setup?

2010-04-14 Thread Israel Tsadok
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

Minimal SMTP setup?

2010-04-14 Thread Me Self
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

Re: Basic James Setup

2010-01-19 Thread Norman Maurer
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

Basic James Setup

2010-01-19 Thread Nitin Gupta
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

Setup James to retrieve/send Gmail

2009-07-09 Thread William Shatner
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

confirming smtp setup...

2008-12-21 Thread pady
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

Re: How to setup JAMES in corporate LAN to send internal emails only

2008-03-10 Thread Cheng Wei Lee
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

Re: How to setup JAMES in corporate LAN to send internal emails only

2008-03-10 Thread Stefano Bagnara
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

How to setup JAMES in corporate LAN to send internal emails only

2008-03-06 Thread Cheng Wei Lee
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

James+JBoss setup

2007-10-17 Thread David Siefert
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

Re: Postage "failed to setup" error

2006-07-18 Thread Bernd Fondermann
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

Postage "failed to setup" error

2006-07-18 Thread Vincenzo Gianferrari Pini
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)

Re: Config Setup for James

2006-07-10 Thread Norman Maurer
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

Config Setup for James

2006-07-10 Thread SMc
://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]

Setup of James for NEWS Server on LAN

2006-01-06 Thread Himanshu Chauhan
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

Re: James NNTP Setup

2005-11-28 Thread Danny Angus
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

James NNTP Setup

2005-11-25 Thread Chaudhuri, Hiran
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

RE: Proper way to setup SMTP-Auth

2004-12-30 Thread Noel J. Bergman
> 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. >

RE: Proper way to setup SMTP-Auth

2004-12-30 Thread Bahman
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

RE: Proper way to setup SMTP-Auth

2004-12-30 Thread Noel J. Bergman
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

RE: Proper way to setup SMTP-Auth

2004-12-30 Thread Bahman
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

RE: Proper way to setup SMTP-Auth

2004-12-30 Thread Noel J. Bergman
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

RE: Proper way to setup SMTP-Auth

2004-12-30 Thread Bahman
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?

Re: Proper way to setup SMTP-Auth

2004-12-30 Thread Arno Schatz
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

Proper way to setup SMTP-Auth

2004-12-29 Thread Bahman
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

Re: Trying to setup SMTP Server - strange exception

2004-06-16 Thread tobe
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

Trying to setup SMTP Server - strange exception

2004-06-16 Thread Mark Smith
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

RE: Setup problem

2004-05-17 Thread Noel J. Bergman
> 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

Setup problem

2004-05-17 Thread Pieter Jacobs
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

Re: Listserver setup in 2.2.0.ax

2004-02-16 Thread Clive Tonge
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.

RE: Listserver setup in 2.2.0.ax

2004-02-16 Thread Steve Brewin
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

Listserver setup in 2.2.0.ax

2004-02-16 Thread Clive Tonge
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

RE: Setup

2003-10-13 Thread Shishir K. Singh
>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

Re: Setup

2003-10-13 Thread tobe
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

Setup

2003-10-13 Thread Shishir K. Singh
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

RE: James Setup For Incoming SMTP Only

2003-08-24 Thread Noel J. Bergman
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]

James Setup For Incoming SMTP Only

2003-08-24 Thread Klaus Sonnenleiter
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 ---

RE: How to setup Aliases for Tom Holmes

2003-08-04 Thread Noel J. Bergman
> 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

How to setup Aliases for Tom Holmes

2003-08-03 Thread Clive Tonge
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