Re: It's normal that mail server use expired certs?

2025-08-23 Thread cryptearth
Hey Ivan, welcome to Apache James. There's actually a very recent topic about that very issue: https://www.mail-archive.com/server-user@james.apache.org/msg17186.html In the end it comes down to: James lacks the ability to perform a non-TLS retry when outgoing StartTLS is enabled and it fails

Re: Could not convert socket to TLS

2025-08-21 Thread cryptearth
ting seems to get ignored or doesn't do as I expected, so the customer will just have to live with some emails not getting delivered. Kind regards Matt Pryor Research and Development Manager The International Presence Group of Companies EMAIL: pr...@presencebpm.com URL: www.International-pre

Re: Help needed installing james-server-jpa-guice

2025-08-16 Thread cryptearth
Hello Marc, sorry for being late. Usually I try to give the least a look at least once a day. But I had other priorities over the past couple of months. Well, given the error the first few issues comming to my head: - executing from the wrong directory - permission issue - mistype error - wron

Re: Could not convert socket to TLS

2025-08-16 Thread cryptearth
Hi Matt, first up: If you get some issue of some trustpath can't be established it's usually the remote. But it could also on your end missing some root ca certs. A test I like to use for my own server is this: https://www.checktls.com/TestReceiver The default settings give you a good first cl

Re: James SMTP

2025-08-16 Thread cryptearth
Hi everyone, sorry for not being active for some time. Anyway - after reading up I'd like to give my thoughts for those you may still seek for them or at least for the archive. Hey Ilja, from what I get your issue back in late april was that you struggled with some target smtp servers not a

Re: synchronize multiple James instances across servers

2025-03-10 Thread cryptearth
ster. I guess I have to tinker with either the mailetconfig or the smtp config as this will fail SPF unless I write some excemption for the slaves. I'll report back tomorrow. Have a good one Matt Am 10.03.25 um 11:21 schrieb Jean Helou: Hi matt On Sun, Mar 9, 2025 at 8:15 PM cr

Re: synchronize multiple James instances across servers

2025-03-09 Thread cryptearth
and put the new ones at a higher priority than the instance running on the main server, after a while you can even stop the main server James process entirely :) The downside of course is increased latency both from client to vps but also from vps to vps or to the main database server. I hope that o

synchronize multiple James instances across servers

2025-03-07 Thread cryptearth
Hello there dear James devs and fellow James users, my hoster OVH currently offers me a great deal on VPSs for less than 12 bucks a year (less than 1 buck per month) in several datacenters around the world. I really tempt to get that deal as I have some ideas to utilize multiple servers - havi

Re: James Webadmin

2025-02-22 Thread cryptearth
but I guess it would suffer from more or less the same issues as the JWT solutions while being even more complex to setup. Any other scheme I can think of requires server side storage of the credentials and thus much more work. Jean On Sun, Feb 16, 2025 at 10:53 PM cryptearth wrote: Hey

Re: James Webadmin

2025-02-16 Thread cryptearth
oin :) i think u need use - So long © as ur special word for something pretty hard and need a lot of time to make it work ^_^ пт, 14 февр. 2025 г., 12:05 cryptearth : Well, a simple credential based auth like a password as the most common and basic form of a challenge-response would work if the we

Re: James Webadmin

2025-02-13 Thread cryptearth
know i am disturbing you pretty much Matt and Benoit too. чт, 13 февр. 2025 г., 07:57 cryptearth : Hello Benoit, I'm happy to provide something back to the James project. Unfortunately I read your reply too late to start work on it over the past weekend. And currently I work long shifts due t

Re: James Webadmin

2025-02-12 Thread cryptearth
, Signal) Le févr. 8, 2025 6:06 PM, de Cryptearth Hi Ilya, for me in my very own personal opinion using RSA keys would be fine already, or any other established public-key auth like SSH. But JWT already is some sorts of this which just has to be implemented correctly. I tried to look into it but honestly

Re: James Webadmin

2025-02-08 Thread cryptearth
Hi Ilya, for me in my very own personal opinion using RSA keys would be fine already, or any other established public-key auth like SSH. But JWT already is some sorts of this which just has to be implemented correctly. I tried to look into it but honestly not really understood it. So I guess

Re: James Webadmin

2025-02-06 Thread cryptearth
Hello Ilya, sorry for my late reply to that topic. As you seem to have figured out by now: The webadmin isn't an web admin panel but rather just an REST api. First of all I have to stress about security: As for now webadmin doesn't have any proper security. Everyone who has access to it has

Re: Apache james lets encrypt

2025-02-02 Thread cryptearth
[INFO ]←[0;39m o.a.j.p.l.SslConfig - TLS enabled with auth NONE using truststore null but i cant log in into mail via any client сб, 1 февр. 2025 г. в 10:15, Ilya Terskov : Thanks alot Matt i try make Pem from Lets encrypt and use it. сб, 1 февр. 2025 г., 06:46 cryptearth : "It doesn't

Re: Apache james lets encrypt

2025-01-31 Thread cryptearth
"It doesn't work" is not a helpful error description - in fact: it is none at all. If you try to start james with regular PEM files but have messed up something you will get a stack trace telling you what went wrong. Converting a PEM certificate chain with a private key into a java keystore is

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-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-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-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: James/Thunderbird

2025-01-11 Thread cryptearth
Hello Hiran, although kind of late I still like to reply: 1) Which version to use? IIRC the spring version is deprecated and subject to be removed in 4.0. So the preferred version to use is the guice build. Starting it requires a bit more effort than just call /bin/james start as with the spri

Re: issues building 3.8.1 from source

2024-06-09 Thread cryptearth
en use the command: mvn clean package -DskipTests -Dmaven.javadoc.skip=true. Tung, Greetings from Vietnam On Sun, Jun 9, 2024 at 7:29 AM cryptearth wrote: Hello everyone, just did a build of 3.8.1 from source and ran into a few quirks: 1) JAVA_HOME has to be set As many of you know I use Open

issues building 3.8.1 from source

2024-06-08 Thread cryptearth
Hello everyone, just did a build of 3.8.1 from source and ran into a few quirks: 1) JAVA_HOME has to be set As many of you know I use OpenSuSE as my main server OS (although from day to day I reevaluate to stick to it) and until now I used the fresh system to also compile James from source. Fu

Re: RemoteDelivery Gateway not reachable - Only 2 hours retry period - How to increase?

2024-04-08 Thread cryptearth
Hello Dominik, for a "dumb" internal-to-external relay I use sendmail with its nullclient config. My setup looks like this: OS: opensuse 15 local sendmail: sendmail sendmail config: nullclient(localhost) proper mail-server: James In my config I use it to provide local sendmail for logs from

Re: James 3.8 one OpenSuSE 15.5

2024-02-05 Thread cryptearth
destined more to sys admins than lambda users for a backend software, as long as it does the job, it's enough already IMO :) Cheers, Rene. On 1/14/24 09:07, cryptearth wrote: Hi everyone, so, I had a look into Guice+JPA and it's quite easy to setup by just reuse the configs I have

Re: James 3.8 one OpenSuSE 15.5

2024-01-13 Thread cryptearth
lly^^' Might want to ask the people managing the mailing lists I guess. Well if anything else don't hesitate :) Rene. On 1/11/24 02:45, cryptearth wrote: Hello Rene, thank you for your reply. I tried to look into the docs and the readme, but I get redirected to these two pages wi

Re: James 3.8 one OpenSuSE 15.5

2024-01-10 Thread cryptearth
ne. On 1/9/24 21:27, cryptearth wrote: Hello Rene, thank you for the kind words. May let me answer your points: - Spring vs. Guice: I use James since the Beta of 3.0 and if I recall correctly back then the Spring package was the one to use. By the usual "never change a running system" I not

Re: James 3.8 one OpenSuSE 15.5

2024-01-09 Thread cryptearth
ur main server and backup, maybe just redirect the mails to both platforms, and let them treat the mails separately? If not I guess db backup and sync between the two could do it too. Good job on running latest James on the new OpenSuse though, thanks for sharing! Rene. On 1/9/24 10:17, cryp

James 3.8 one OpenSuSE 15.5

2024-01-08 Thread cryptearth
Hello there everybody, happy new year 2024 to all of you. It's been quite some time since I was last active on this maillist. After upgrading my server to OpenSuSE 15.5 and James to 3.8 and after reading the recent topics on the web archive I decided to post a small round up how it went this wa

v.3.5 - issues enable jSPF

2020-10-03 Thread cryptearth
s is valid and only the final .get() fails. The test-data I send manual via TELNET matches what GMail sends - no matter if ipv4 or ipv6: cryptearth@root1:~> telnet home.cryptearth.de 25 Trying 2a0c:d242:3803:9400::137... Connected to home.cryptearth.de. Escape character is '^]'. 220 ho

Re: a bit additional work required on openSUSE 15.2 with James 3.5.0

2020-09-28 Thread cryptearth
Hey David, yea, I also had the same issue about my mails ending up in spam filters at first until I figured out the issue. As I'm a german and have to deal with officials there's another thing specific to germany that can drive you absolut nuts: EMIG and DE-Mail. EMIG is short for "e-mail made

Re: a bit additional work required on openSUSE 15.2 with James 3.5.0

2020-09-28 Thread cryptearth
Hey guys, I got "inspired" by this topic to write down a guide myself. Although I only have SPF set up right now I may take the time to also have a look into DKIM and DMARC. It won't be perfect, but same as with Davids guide: It should others new to James get started. I'll happy to contribut

Re: a bit additional work required on openSUSE 15.2 with James 3.5.0

2020-09-28 Thread cryptearth
Hello David, I gave your link a look, but noticed my reply would be too long to fit in here. So here's the rather short version: As I've read your guide I noticed pretty early on that our usages of james are differ too much for a "fair" comparison. Just as a visual side-note: I'm not sure if t

Re: a bit additional work required on openSUSE 15.2 with James 3.5.0

2020-09-28 Thread cryptearth
nt leaks due to weak MD5 if someone's database gets leaked. So long, Matt Am 20.08.2020 um 23:31 schrieb cryptearth: Hey there all, Matt here. So I upgraded my server from openSUSE 15.1 to new released 15.2. It comes with quite some recent versions of the required stuff: Java 11, Mar

Re: unencrypted mail problem

2020-09-11 Thread cryptearth
Hello Mehmet, your mail got a bit "rearanged", your Apple Mail seem to had fun putting the parts together. As a wild guess: Did you just dragged'n'dropped your config into the mail? Maybe Apple Mail can'T handle the way you attached your config ... but I guess that's just apple being apple ...

Re: unencrypted mail problem

2020-09-09 Thread cryptearth
Hello Mehmet, this is an easy topic. Why this happens? By RFC a SMTP server has to accept incomming unencrypted connections on TCP/25, as this is the default SMTP port. It depends on the server if and what features to support. Some may be configured to only accept mails from other servers, so

a bit additional work required on openSUSE 15.2 with James 3.5.0

2020-08-20 Thread cryptearth
Hey there all, Matt here. So I upgraded my server from openSUSE 15.1 to new released 15.2. It comes with quite some recent versions of the required stuff: Java 11, MariaDB 10.4, maven and git are finally part of the main repository - so, I thought: Yes, should be a walk in the park. Well, as a

Re: James 3.4.0 do not receive e-mail at all

2020-03-06 Thread cryptearth
Hi David, well, I wouldn't go as far as to say "it wasn't tested" - but rather "no one took the effort to build it local it give it a try" - as if this would had been done at least someone should had noticed that the way the mailetcontainer.xml was at this point just doesn't work. So, I guess

Re: James 3.4.0 do not receive e-mail at all

2020-03-05 Thread cryptearth
e retrieved via IMAP. But: As I tried to send out a mail to gmail it all completely broke. Here's the log: cryptearth@home:~/james-server-app-3.4.0/bin> sudo ./james console [sudo] Passwort für root: Running Apache James :: Server :: App... wrapper  | --> Wrapper Started as Conso

Re: James 3.4.0 do not receive e-mail at all

2020-03-05 Thread cryptearth
Hey all, so it took me quite some time to set up the VM and tinker all so it would be like if running on one of my servers, and at least for me it worked as it should. The only thing I couldn't get to work yet was actual remote delivery to an external server, but I guess that's just a wrong d

Re: James 3.4.0 do not receive e-mail at all

2020-03-05 Thread cryptearth
g. On Thu, 2020-03-05 at 10:13 +0100, cryptearth wrote: Hi David, well - does the mail show up in the maildir directory? So, is it actually physically stored? It's possible that it's just not saved and hence never "delivered". Also, as mentioned, have a look into the /var

Re: James 3.4.0 do not receive e-mail at all

2020-03-05 Thread cryptearth
Hi David, well - does the mail show up in the maildir directory? So, is it actually physically stored? It's possible that it's just not saved and hence never "delivered". Also, as mentioned, have a look into the /var/mail/ directories if it get's somewhere sorted out for some error. I also ev

Re: James 3.4.0 do not receive e-mail at all

2020-03-04 Thread cryptearth
Well, if we look at the history of mailetcontainer.xml https://github.com/apache/james-project/commits/master/server/app/src/main/resources/mailetcontainer.xml it was added, not properly tested (likely cause the test framework doesn't support the testing of the config files), fixed and finaly c

Re: James 3.4.0 do not receive e-mail at all

2020-03-04 Thread cryptearth
Hi David, well, although I as just another user of James can't come up with any technical explanation why you got that issue I had similar issues when I first used James back with 3.0-beta5 (or some like this - it's been long since). Communicating with the SMTP/IMAP/POP3 servers James starts u

Re: James 3.4.0 do not receive e-mail at all

2020-03-04 Thread cryptearth
Hi David, unfortunately yours and Ahmets descriptions weren't very clear, so I just repeated a list of what I had done many years ago (I used a different solution, but as it got stuck in some never-fixed issue I looked for another and that's I got into James) as I also struggled to get it up

Re: James 3.4.0 do not receive e-mail at all

2020-03-03 Thread cryptearth
I'd just like to ask: Did you already had time to have a look at your issues? I would like to know if my reply was any helpful (also if it was causing even more issues so I might correct any mistakes). Matt m...@dmatthews.org.INVALID schrieb >>Hi Matt, >> >>I will check the steps tha

Re: James 3.4.0 do not receive e-mail at all

2020-03-02 Thread cryptearth
Well, as I had similar issues the first time I used James I may can provide some help. Be aware: This might be a longer message - just as there're a lot of things that can lead to such problems. Well, where should I start? I guess with the James server itself. I may repeat myself as I already

Re: Running James without docker: broken link

2020-03-02 Thread cryptearth
ed us to get rid of the animal-sniffer plugin and get faster compilation time. We did try to do a complete move a while ago to Java11 but I think there was some issue, perhaps because we needed to bump up Spring, not sure to remember well. We might need to dig deeper into it. Rene. On 02/03/2020 1

Re: Running James without docker: broken link

2020-03-01 Thread cryptearth
would like to add is that with James 3.4.0, you need to compile it with Java11 now (but we still target the build to run on Java8). If any other issue, don't hesitate to write an other mail, or ask a question on the gitter of the project too (https://gitter.im/apache/james-project).

Re: Running James without docker: broken link

2020-03-01 Thread cryptearth
Hello Alexei, here's a short how I do it: 1.) clone stable git head, like current for 3.4, into its specific directory: git clone --branch james-project-3.4.0 https://github.com/apache/james-project.git james-3.4.0 2.) build it but skipping tests (cause some fail and it saves a lot of time -

ListservManager no longer part of James?

2020-02-17 Thread cryptearth
Hi there, Matt here. So, I wanted to set up a small mailing list a for a small project, found the doc about 2.3 and 3.x - but then didn't found the AvalonListserverManager but only the two matchers CommandForListserv and CommandListservMatcher. I also tried to look back at earlier git commits

Re: Seeking clarification of behaviour with authRequired set to false

2019-08-05 Thread cryptearth
confirmation that's how it works. I will also take your advice and start blocking IPs on our firewall! Many thanks Matt On Mon, 5 Aug 2019 at 16:14, cryptearth wrote: Hey Matt, I have to ask as it isn't clear: Do you use James also to receive mails from outside, so TCP/25 has to

Re: Seeking clarification of behaviour with authRequired set to false

2019-08-05 Thread cryptearth
Hey Matt, I have to ask as it isn't clear: Do you use James also to receive mails from outside, so TCP/25 has to be open to the world, or is it possible to just close TCP/25 to the public and make it only accible inside your net/vpn? Also: If you experience attacks, that's daily work for the a

RE: About database Clustering on james server

2019-08-02 Thread cryptearth
still unknown to me. But at least I have an idea how >things work. But im guessing firstly I have to create a custom Mailet and >using javamail to send the “unsynchronized” message to all server when its >back online. > >Thank you for the suggestion / Idea , sorry for any wrong wo

Re: About database Clustering on james server

2019-07-19 Thread cryptearth
Hey Jason, it's not clustering in the multi-directional way but I use master-slave sync for my setup: On my root-server my main instance run - and at home my backup instance sync each night. There's this one main issue: When mails get delivered to my backup at home they don't sync back up to t

Re: Applying JDKIM and SPF to the Mailets

2019-07-17 Thread cryptearth
and the response. I will try to put it into good use. Sorry for any wrong word. Since this thread is more about DKIM and SPF, I might have to stop replying after this as to not go off-topic and created a new one if needed. Sincerely, Jason Sent from Mail for Windows 10 From: cryptearth Sent:

Re: Applying JDKIM and SPF to the Mailets

2019-07-17 Thread cryptearth
mation as general as it can be. any Comment/Critique are welcome ! Thank you for the help and response. Sincerely, Jason. Sent from Mail for Windows 10 From: cryptearth Sent: Tuesday, July 16, 2019 2:55 PM To: server-user@james.apache.org Subject: Re: Applying JDKIM and SPF to the Mailets

Re: Applying JDKIM and SPF to the Mailets

2019-07-16 Thread cryptearth
ly as soon as possible once the tutorial done. Thank you so much for everyone that has been helping. Sincerely, Jason Sent from Mail for Windows 10 From: cryptearth Sent: Monday, July 15, 2019 5:03 PM To: server-user@james.apache.org Subject: Re: Applying JDKIM and SPF to the Mailets Hey Jason,

Re: Applying JDKIM and SPF to the Mailets

2019-07-15 Thread cryptearth
for Windows 10 From: cryptearth Sent: Friday, July 12, 2019 6:10 PM To: server-user@james.apache.org Subject: Re: Applying JDKIM and SPF to the Mailets Hey Jason, I had to read to RFC and test a bit with google, but it seems you still have a DNS issue: Your selector is: 1562899936.107 Your domai

Re: Applying JDKIM and SPF to the Mailets

2019-07-12 Thread cryptearth
me to any direction? Thank you and sorry for any wrong word. Sincerely, Jason. Sent from Mail for Windows 10 From: cryptearth Sent: Wednesday, July 10, 2019 1:13 PM To: server-user@james.apache.org Subject: Re: Applying JDKIM and SPF to the Mailets Hey Jason, I have a guess in the blue: You&#x

Re: Applying JDKIM and SPF to the Mailets

2019-07-09 Thread cryptearth
ecord. As for the DKIM Mailet, I have removed it for now and just leave the ConvertTo7Bit Mailet for now (The header said the Encoding is 7 bit, it must’ve worked). It still produces the “Bad Decryption Password” error and mailetcontainer.xml doesn’t allow “--” to be in the comment. Thank you

Re: Applying JDKIM and SPF to the Mailets

2019-07-09 Thread cryptearth
Hey Jason, as said earlier: If Google is marking your mails as spam that's most likely issue with DNS. Neither DKIM nor SPF is needed, Google uses a "soft-ignore" policy wich, when no information can be obtained, ignores it. SPF is set in the zone file belong to your domain, there's no need f

Re: About Custom Mailet Configuration

2019-07-05 Thread cryptearth
r the help. Sincerely, Jason Sent from Mail for Windows 10 From: cryptearth Sent: Friday, July 5, 2019 3:07 PM To: server-user@james.apache.org Subject: Re: About Custom Mailet Configuration Hey Jason, glad to hear you could it got to work. About DKIM: You don't need to implement that yo

Re: About Custom Mailet Configuration

2019-07-05 Thread cryptearth
OGIN failed from rut...@107.jp@185.137.111.188 INFO 08:13:15,364 | org.apache.james.protocols.netty.BasicChannelUpstreamHandler | Connection closed for 185.137.111.188 Sorry for any wrong word, and thank you for the help. Sincerely, Jason Sent from Mail for Windows 10 From: cryptearth Sent: Thursday,

Re: About Custom Mailet Configuration

2019-07-04 Thread cryptearth
Hey Jason, have a look at the doc, I supply it on my server (sorry for no-frame support - security header stuff set by apache config): https://cryptearth.de/~cryptearth/doc/org/apache/mailet/base/GenericMailet.html The doc says this: init(MailetConfig): "When overriding this form o

Re: About Custom Mailet Configuration

2019-07-03 Thread cryptearth
Hey Jason, it seems you either didn't attached the source or don't have permission to (idk - maybe a list admin could help about this). So, either you use services like pastebin, an online repo, host it on a server - or for achive purpose post it here in the mail list. About your log4j: only

Re: Android email apps seem unhappy with James

2019-07-02 Thread cryptearth
managing to send OK, just not fetch/receive. And both Android devices are acting the same way. I will keep poking around, take a look/search for caches etc...   Thanks for the thoughts... Any one else got any ideas?     Marc.. On 7/1/19 11:58 PM, cryptearth wrote: Hey Marc, this looks strang

Re: Android email apps seem unhappy with James

2019-07-02 Thread cryptearth
is occurring since I would expect to see a lot more instrumented messages showing up in the logs whenever I click in the client to ask for a new download of messages.    Marc... On 7/1/19 10:26 PM, cryptearth wrote: Hey Marc, as most Android apps handling mail use javamail (at least I wo

Re: Android email apps seem unhappy with James

2019-07-01 Thread cryptearth
Hey Marc, as most Android apps handling mail use javamail (at least I would, but I don't know for sure if the android-api itself may offer some "system-level" stuff wich is messed up) you can do so with a normal java application run on your other clients. As more than one device shows an issu

Re: How to configure SMTP so thunderbird can send email /receiveemail from outside world?

2019-06-28 Thread cryptearth
:49 AM, cryptearth wrote: Hey Jason, glad to hear you got it working. I suggest you set authRequired to "announce" as some clients don't auth correctly if it's required but not announced in options after EHLO, as I recently discovered with JavaMail API (for what ever re

Re: How to configure SMTP so thunderbird can send email /receiveemail from outside world?

2019-06-28 Thread cryptearth
ail from world and send message to other (though still treated as spam in gmail, but maybe because still no DKIM and SPF). Thank you so much for the help! Sincerely, Jason Sorry for any wrong word, and thank you for the help Sent from Mail for Windows 10 From: cryptearth Sent: Thursday, June 27

Re: How to configure SMTP so thunderbird can send email / receiveemail from outside world?

2019-06-27 Thread cryptearth
le" until you get it) it should work fine. Maybe adding jmxName fixes it to override default "smtpserver" bean name. Hope this helps ... Matt Am 27.06.2019 um 14:35 schrieb cryptearth: Don't worry about usage of mail-list - you get used to it by using it. I had same issues when I

Re: How to configure SMTP so thunderbird can send email / receiveemail from outside world?

2019-06-27 Thread cryptearth
et loaded first before the 465, but still no luck. Is there something im doing wrong or I miss or I need to look out? Sincerely, Jason Sorry for any wrong word, and thank you for the help Sent from Mail for Windows 10 From: cryptearth Sent: Thursday, June 27, 2019 11:03 AM To: server-user@j

Re: How to configure SMTP so thunderbird can send email / receive email from outside world?

2019-06-26 Thread cryptearth
Hello Jason, if I remeber correctly from an older topic, it's possible to use more than one port per service. In /conf/smtpserver.xml you normal have this layout:             0.0.0.0:25     This is the required one on TCP/25 for receiving e-mails from the outside world. Why? SMTP uses T

Re: How to configure James and DNS Records for setting up 25 users each over 2 separate mail servers

2019-06-20 Thread cryptearth
Hello Arvind, it's just a guess, but I don't think this will be possible, and if it is, it will be tricky. DNS MX records only allow to a priority for all mail servers, but nothing about users. For example: I have also two mail servers running: one on my root server wich is my main mail se

Re: james and sendmail - wildcard alias for local users

2019-05-28 Thread cryptearth
eued it matches the specified recipient and isn't redirected again > loop broken. I guess it would be wise to add IPv6, but as I set sendmail explicit to IPv4 127.0.0.1 and any other code I may write will use smtp-auth I guess it doesn't matter. I hope I can mark this topic finall

Re: james and sendmail - wildcard alias for local users

2019-05-28 Thread cryptearth
019 um 17:43 schrieb cryptearth: Hey Garry, I appreciate your effort. I don't think any of your questions are stupid, in fact, as you said: let's go on systematically. About the NICs: the VM emulates a Intel PRO/1000 MT Desktop (82540EM). The physical host the VM runs on has a I

Re: james and sendmail - wildcard alias for local users

2019-05-28 Thread cryptearth
27, 2019, at 3:35 PM, cryptearth wrote: Hey there, I ran another test on another real machine instead of a VM - and surprisingly I encountered the same issue. So it seems somethings different on a real machine than on a vm causing this issue. Anyone knows how the "name" of a mail i

Re: james and sendmail - wildcard alias for local users

2019-05-27 Thread cryptearth
could be valid if cloning it exceeds some limit? Matt Am 27.05.2019 um 18:19 schrieb cryptearth: Hey Garry, please use webarchive or server-user-thread. to download the whole thread - I already explained the reason why I "somewhat have to" set it up this way. Long story short:

Re: james and sendmail - wildcard alias for local users

2019-05-27 Thread cryptearth
u are trying to do is for sending from ‘webmas...@mydomain.com’ to ‘my.other.em...@otherdomain.com’ and is actually overkill for what you are doing. Sent from my iPhone On May 26, 2019, at 3:18 PM, cryptearth wrote: Well, seems it doesn't work in the real world. The way I mentioned worked i

Re: Re: james and sendmail - wildcard alias for local users

2019-05-26 Thread cryptearth
3,025 | org.apache.james.transport.mailets.ToRepository | Storing mail fd94-!5647419-!8598886-!8671760-!8516799-!7948334-!6362370-!1064056-!8846222 in MailRepositoryUrl{value=file://var/mail/error/} This is the content of the filtered message: cryptearth@localhost:~/james-server-app-3.3.0/var/mail/error

Re: james and sendmail - wildcard alias for local users

2019-05-23 Thread cryptearth
So long, Matt Am 13.02.2019 um 11:38 schrieb cryptearth: Hey there, I don't know if my last reply was sent, but I couldn't find it by checking web-archive. So apologies if this is a double-post. About the matchers mentioned by Benoit: I already begun to implement a RemoteAddrMatc

Re: current master branch fails to spool

2019-05-15 Thread cryptearth
org/jira/browse/JAMES-2754 Cheers, On 2019-04-19 14:52, cryptearth wrote: Issue still persist on master-branch from 19.04.2019 11:44 UTC. Here some logs: telnet smtp mail drop vm@vm:~> telnet localhost 25 Trying ::1... Connected to localhost. Escape character is '^]'. 220 vm JAMES SM

Re: events.xml?

2019-05-08 Thread cryptearth
ething to do with Android's new battery savings features so that is another path for us to explore... Marc.. On 4/2/19 4:02 AM, cryptearth wrote: Just checked current git clone with java-mail (that's what most android apps using anyway): IMAPFolder.idle() works fine with curr

Re: current master branch fails to spool

2019-04-26 Thread cryptearth
soon investigate this issue. Regards, Raphaël. Le 2019-04-26 08:16, cryptearth a écrit : Hey Raphael, sorry for my late reply, didn't seen yours for a while and then had other things to-do. I quickly set up a new VM with jdk8 this time - clean package done in just shy 20min without any is

Re: current master branch fails to spool

2019-04-25 Thread cryptearth
es to queue processing bet ween these dates and branches. Matt Am 25.04.2019 um 18:13 schrieb Raphael OUAZANA: Hi Matt, We have good reason to think that James is not working with Java > 8 for now. We are working on it. Can you check with Java 8? Thanks, Raphaël. Le 2019-04-16 17:16, cryp

Re: current master branch fails to spool

2019-04-19 Thread cryptearth
xists. As only the RecipientIsLocal matcher and the LocalDelievery mailet are responsable for this - and the last change was back in April 2018 - I guess something other went wrong ... Matt Am 19.04.2019 um 10:15 schrieb cryptearth: Hey Matthieau Well, it took me a bit, but here's how I found out so

Re: current master branch fails to spool

2019-04-19 Thread cryptearth
Hey Matthieau Well, it took me a bit, but here's how I found out somethings went wrong: I just cloned the mentioned branch, build it, set up the confings as I always do (only disable pop3, replace localhost with my domain and set database parameters), started it up, added a test-user via james

Re: Using James as a relay

2019-04-16 Thread cryptearth
ets.com or sa...@widgets.com (or any other address for that matter). -Mark On Tue, Apr 16, 2019 at 10:07 AM cryptearth wrote: Hey Mark Well, I guess I misunderstand you, and it's a bit hard for me to write it down in words what I try to reply. I still cannot figure out what your role

Re: Using James as a relay

2019-04-16 Thread cryptearth
l for the domain to get the outbound stuff to work. I guess I need to take another look. After I get back into it maybe I will have some more specific config questions related to where I got stuck last time. Thanks again for the quick reply (sorry for the wall of text). -Mark On Tue, Apr 16, 20

Re: Using James as a relay

2019-04-16 Thread cryptearth
Hey Mark Sure, James can be set up this way as any other mail-server. But: Why? Customer management systems (CMS for short) split into two parts: front-end: the interface your staff members uses - and the back-end wich does all the database stuff and outside world communication. So, your bac

current master branch fails to spool

2019-04-16 Thread cryptearth
Hi there, Matt here. I just run a quick test of current master branch (16th April 2019 17:00 UTC+2) - it fails to spool incoming mails correctly. They stuck in activequeue. Current 3.3.x branch works fine. Branches as of tested time: master: last update 3rd April 3.3.x 25th March System: op

Re: events.xml?

2019-04-02 Thread cryptearth
Just checked current git clone with java-mail (that's what most android apps using anyway): IMAPFolder.idle() works fine with current build. Matt Am 02.04.2019 um 01:37 schrieb Garry Hurley: MAILBOX-364 back in December. On Sun, Mar 31, 2019 at 8:15 PM Marc Chamberlin wrote: Hi - I seem t

Re: sqlResources.xml

2019-03-26 Thread cryptearth
oth udp and tcp were occupied, but I didn't see that until I used the command lsof -i -P -n | grep ':110' Turning off portreserver, a program I've never seen before, fixed the issue. Hope that's a reasonable explanation. Again, thanks for help, it's much appreciated.

Re: sqlResources.xml

2019-03-26 Thread cryptearth
e, patience, and in-depth knowledge. Regards, Jeffrey Marans -Original Message- From: cryptearth [mailto:cryptea...@cryptearth.de] Sent: Tuesday, March 26, 2019 1:16 PM To: server-user@james.apache.org Subject: Re: sqlResources.xml Well, the "error" you got is "cannot bind

Re: sqlResources.xml

2019-03-26 Thread cryptearth
elnet nsep1u9254 110 Trying 10.33.117.54... telnet: connect to address 10.33.117.54: Connection refused" This also returns nothing: lsof -i -P -n | grep LISTEN Is the popserver bind code the same in 3.2 and 3.3? I've attached the wrapper log. -Original Message- From: cryptearth [ma

Re: sqlResources.xml

2019-03-26 Thread cryptearth
3server': Invocation of init method failed; nested exception is org.jboss.netty.channel.ChannelException: Failed to bind to: nsep1u9254/10.33.117.54:110 -Original Message- From: cryptearth [mailto:cryptea...@cryptearth.de] Sent: Tuesday, March 26, 2019 8:24 AM To: server-user@jam

Re: sqlResources.xml

2019-03-26 Thread cryptearth
6 08:35:36 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pop3server': Invocation of init method failed; nested exception is org.jboss.netty.channel.ChannelException: Failed to bind to: /0.0.0.0:110 Caused by: java.net.BindException: Address already in use -Original Message--

Re: sqlResources.xml

2019-03-26 Thread cryptearth
2019/03/25 15:01:27 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pop3server': Invocation of init method failed; nested exception is java.lang.ArrayIndexOutOfBoundsException: 1 Jeff. -----Original Message- From: cryptearth [mailto:cryptea...@cryptearth.de] Sent: Tuesday, March 26

Re: sqlResources.xml

2019-03-25 Thread cryptearth
Hey Jeffrey, hey Garry, as I look through the source from 3.4 it seems this is already fixed, at least it was in master-branch as of Feb 28th 08:05 UTC (a quick check: 3.2.x doesn't contain the fix, but the 3.3.x does). Once I encountered a similar issue as I once didn't set database type co

  1   2   >