Re: Running mail and web servers on UNIX

2025-01-31 Thread cryptearth
Hi there, as I use MariaDB this is my current start script for 3.8.x guice jpa: #!/bin/sh java \    -javaagent:james-server-jpa-app.lib/openjpa-3.2.0.jar \    -Dworking.directory=. \    -Djdk.tls.ephemeralDHKeySize=2048 \    -Dlogback.configurationFile=conf/logback.xml \    -cp "james-server-jp

Re: Running mail and web servers on UNIX

2025-01-29 Thread Ilya Terskov
nk you for your responses everyone I will ponder on how best to > > proceed. > > > > Kind regards, Cordialement, > > Guy > > > > -Original Message----- > > From: David Matthews > > Sent: January 27, 2025 5:22 AM > > To: James Users List &g

RE: Running mail and web servers on UNIX

2025-01-29 Thread guy.tremblay
> Kind regards, Cordialement, > Guy > > -Original Message- > From: David Matthews > Sent: January 27, 2025 5:22 AM > To: James Users List > Subject: Re: Running mail and web servers on UNIX > > hi Matt > > I'm aware we're getting a bit off topic for

Re: Running mail and web servers on UNIX

2025-01-29 Thread Ilya Terskov
ement, > Guy > > -Original Message- > From: David Matthews > Sent: January 27, 2025 5:22 AM > To: James Users List > Subject: Re: Running mail and web servers on UNIX > > hi Matt > > I'm aware we're getting a bit off topic for a james list. > &g

RE: Running mail and web servers on UNIX

2025-01-29 Thread guy.tremblay
Thank you for your responses everyone I will ponder on how best to proceed. Kind regards, Cordialement, Guy -Original Message- From: David Matthews Sent: January 27, 2025 5:22 AM To: James Users List Subject: Re: Running mail and web servers on UNIX hi Matt I'm aware we'

Re: Re: Running mail and web servers on UNIX

2025-01-29 Thread hbilman
Hi David and other James users, Does anyone have a script that I can use on Debian 12 bookworm to start James? Thanks for any help On 2025-01-21 12:20, David Matthews wrote: hello Most Linux services require some sort of sendmail - either sendmail itself or wrappers from exim or postfix.

Re: Running mail and web servers on UNIX

2025-01-27 Thread David Matthews
hi Matt I'm aware we're getting a bit off topic for a james list. I don't know Suse (these days I use debian based stuff) or vanilla sendmail, but there are lightweight drop-ins (mailx, bsd-mail etc) that I'm sure could fill the gap you outlined. It would be very un-unix like for any linux dist

Re: Running mail and web servers on UNIX

2025-01-26 Thread cryptearth
Hey David, thank you for your follow-up. Had a good read. A bit of a rant was supposed to follow here - but for some reason I just tried to remove sendmail from my current opensuse 15.6 and to my surprise it just worked without any issues. Well, the removal of the package that was - as for wh

Re: Running mail and web servers on UNIX

2025-01-25 Thread David Matthews
hi Matt It may be that you run some software that pulls in a sendmail/sendmail clone that I do not? I use bsd-mailx to make cron happy and I never had any trouble doing an "apt delete exim4" (in my case) and everything just carrying on with James listening on port 25. You could also remove th

Re: Running mail and web servers on UNIX

2025-01-24 Thread cryptearth
Hey David, my point was not that James can't be used as primary mail server - I do run it myself as my primary one. But my point was that for at least some services typical run on a linux system there base config seem to either require a working sendmail provider or bring them along as depende

Re: Running mail and web servers on UNIX

2025-01-21 Thread David Matthews
hello >Most Linux services require some sort of sendmail - either sendmail >itself or wrappers from exim or postfix. So although you can use James >as your primary server you have to provide some implementation of >sendmail or have to connect it to James. I have to dissent from that. I'm a lo

Re: Running mail and web servers on UNIX

2025-01-20 Thread cryptearth
Hello Guy, welcome to the James mailing list and a happy new year 2025. I do have my opinion about using Windows as an server OS - but with a good admin I don't see much differences. Do I recommend James as your primary mail server - YES - but it also comes with some shortcommings: Most Linux

Re: Running mail and web servers on UNIX

2025-01-20 Thread Jean Helou
Hello guy, Tough question :D I think linux is very suitable for running james but not mandatory, james runs on the JVM and should be able to run anywhere a JVM runs. It certainly makes running james in a docker container quite effortless. I am personally playing with cloud based solutions, my ver

Running mail and web servers on UNIX

2025-01-20 Thread guy.tremblay
Hi all, I am sort of giving up on Windows and looking to move my mail/www server to UNIX. Would you recommend using James on a Unix system (or other mail servers), and which Unix flavor would you recommend for reliability? Also, what do you guys use as an affordable and reliable workstatio