Re: Errors while starting James 3.5 (Sieve)

2017-01-23 Thread cryptearth
[INFO] Apache James :: Server :: Mailets Integration Testing FAILURE [ 49.600 s] >... [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19:test (default-test) on project james-server-mailets-integration-testing: There are test failures. [ERROR] [ERROR] Please

Re: Errors while starting James 3.5 (Sieve)

2017-01-18 Thread cryptearth
Well, unfortunately I wasn't able to compile the current commit either. It fails on cassandra. As I said: wait a day or two for the next commit, re-clone the repo and try it again. It should work on at least one of the next 5 - 10 commits to get a working one. If you want I can do the

Re: Training SpamAssassin with JAMES

2017-07-10 Thread cryptearth
Hey Jerry, this may not really help you, but I want to give a reply. I'm running James 3-RC2 with Amavis, ClamAV and SpamAssassin on openSUSE Tumbleweed and anything works fine. As I use my server for personal purpose only I don't get any spam (even my domain-name is really widespread). I

AW: Re: Apache James Relay from Office 365 not working

2017-07-21 Thread cryptearth
any issue with it? > >- >Bhaswanth G > > > >On Fri, Jul 21, 2017 at 9:46 PM cryptearth <cryptea...@cryptearth.de> wrote: > >> Hey Bhaswanth, >> >> I can't really tell wich end is closing the connection, but seems its >> reset before the wh

Re: Apache James Relay from Office 365 not working

2017-07-21 Thread cryptearth
Hey Bhaswanth, I can't really tell wich end is closing the connection, but seems its reset before the whole message is transfered. Use some like Wireshark to see wich connections go from wich to where and who is closing it. Could be your client but also M$ caused by incompatabilities. Try

Re: failed to compile from source - again

2017-06-08 Thread cryptearth
>Regards, >Raphaël Ouazana. > >Le 2017-06-08 01:07, cryptearth a écrit : >> Hey there, >> >> sorry for me to taking so long to reply - but it happend again: as I >> was preparing to set up some VMs for testing - I failed again the >> cursed game of luck to downl

Re: James 3.0 RC1, Thunderbird failing to find settings for socketTLS in imap and smtp conf

2017-06-22 Thread cryptearth
Hey Michael, socketTLS is for SMTPS on TCP/465 and is encrypted all the time. startTLS is, as the name says, for STARTTLS command starting a plain, unencrypted connection on TCP/578 and upgrading it to an TLSencrypted one. So depending on what you enable you have to correctly configure the port

AW: Re: James 3.0 RC1, Thunderbird failing to find settings for socketTLS in imap and smtp conf

2017-06-22 Thread cryptearth
Sorry, I failed: of course its TCP/587 - small mistake. Matt cryptearth schrieb >Hey Michael, > >socketTLS is for SMTPS on TCP/465 and is encrypted all the time. >startTLS is, as the name says, for STARTTLS command starting a plain, >unencrypted connection on TCP/57

failed to compile from source - again

2017-06-05 Thread cryptearth
So, to start this of with a meme: One does not simply - compile Apache James from source. Idk if and what I'm doin wrong here, but either its my hardware screwing up everything I've learned about Java (would explain random crashes in GTA5 tho) or I'm just to stupid to correctly setup the needed

Re: failed to compile from source - again

2017-06-07 Thread cryptearth
in Vietnam https://twitter.com/AwesomePaaS https://medium.com/linagora-engineering Le 05/06/2017 à 16:00, cryptearth a écrit : So, to start this of with a meme: One does not simply - compile Apache James from source. Idk if and what I'm doin wrong here, but either its my hardware screwing up everything

AW: Re: failed to compile from source - again

2017-06-08 Thread cryptearth
mplete. Is there any other way to get a full stack for such errors? Maybe I'm able to figure out what's wrong when I get the line causing the fail. Matt Benoit Tellier schrieb >Hi, > >My answers inlined... > >Cheers, > >Le 08/06/2017 à 16:16, cryptearth a é

Re: James 3.0 RC1, failed to run james, unable to load indexer, spring config

2017-06-17 Thread cryptearth
Hey Mike, when you compile from source the conf-folder only contains sample configs - most named something "template". In order to get James running you need to enable at least a few configs needed. I did it by just re-tryin until I got it ruunin. Sure someone could point out the needed

Re: socketTLS port 465 smtp not working

2017-09-06 Thread cryptearth
command handler for command: DATA DEBUG 10:28:19,776 | james.smtpserver | Id='154440174' User='' org.apache.james.smtpserver.JamesDataCmdHandler: [354 Ok Send data ending with .] thanks, Michael Lepore michael.lepore.w...@gmail.com On 09/05/2017 03:02 AM, cryptearth wrote: Hey Mike, I still can'

Re: socketTLS port 465 smtp not working

2017-09-05 Thread cryptearth
chael.lepore.w...@gmail.com On 09/02/2017 12:36 AM, cryptearth wrote: Hello Mike, this doesn't look like an TLS-based error to me because the connection gets established and you can get somd commands to work. If this issue would be related to anything on the secure layer most likely the conn

Re: question: is it possible to have SMTP server respond to both port 25 and port 465?

2017-09-06 Thread cryptearth
- all run by ONE james instance? I don't thing Java nor this project is capable of such multi-heavy load. Matt Am 06.09.2017 um 22:38 schrieb cryptearth: This should be added to http://james.apache.org/server/3/config-smtp-lmtp.html as it shows only a stub titled "Configure multiple

Re: question: is it possible to have SMTP server respond to both port 25 and port 465?

2017-09-06 Thread cryptearth
Funny, I've asked the very same question a few months ago. Short and simple awnser: No, you can't! A bit more: afaik James currently opens one port for SMTP, default on TCP/25 w/o any encryption. If you set SMTP port to TCP/465 w/ socketTLS enabled you'll only be able to enqueue mails from

AW: socketTLS port 465 smtp not working

2017-09-01 Thread cryptearth
Hello Mike, this doesn't look like an TLS-based error to me because the connection gets established and you can get somd commands to work. If this issue would be related to anything on the secure layer most likely the connection wouldn't established at all. Did you already tried if it works

Re: James MPT SMTP Core fails skipping tests

2017-12-04 Thread cryptearth
and crashes during compiling. So possible fix would be: add 3.1.0 of james-server-util-java8 with current class version should do it. hope this information helps to fix this issue so long Matt Am 04.12.2017 um 22:49 schrieb cryptearth: Hey Benoit, thanks for your reply. Here're my current build

Re: James MPT SMTP Core fails skipping tests

2017-12-04 Thread cryptearth
va JDK + version/maven version? - Share some errors you get on the mvn clean install ? Thanks, Cheers Le 03/12/2017 à 07:09, cryptearth a écrit : Hey there all, as one of you told me long ago to skip tests to get a working package fast the current build somewhat fails to "skip" the

Re: James MPT SMTP Core fails skipping tests

2017-12-05 Thread cryptearth
That was it, package get created w/o any error. Thank you for your advice. Matt Am 05.12.2017 um 08:54 schrieb Benoit Tellier: Hi. Could you please remove the -Dmaven.test.skip=true part of your command? Le 05/12/2017 à 04:49, cryptearth a écrit : Hey Benoit, thanks for your reply

James MPT SMTP Core fails skipping tests

2017-12-02 Thread cryptearth
Hey there all, as one of you told me long ago to skip tests to get a working package fast the current build somewhat fails to "skip" the tests. ~/james-project/mpt/impl/smtp/core/src/main/java/org/apache/james/mpt/smtp contains two test-classes: ForwardSmtpTest.java and

Re: James Server no longer compatible with MySQL/MariaDB since 3.1.0?

2019-01-07 Thread cryptearth
also worth noting that once the tables are created, you need not worry s much, except for putting records in where the data exceeds the size of the field Sent from my iPad On Jan 7, 2019, at 7:17 AM, cryptearth wrote: Hello Benoit, as always you're such a great help. It took me a bit to get Ma

Re: James Server no longer compatible with MySQL/MariaDB since 3.1.0?

2019-01-07 Thread cryptearth
you can give this a try. Cheers, On 1/7/19 2:24 PM, cryptearth wrote: Hey there all, I'm having issues getting James up and running with MySQL/MariaDB since v3.1.0. The main exception it all comes down to is: org.apache.openjpa.lib.jdbc.ReportingSQLException: Specified key was too long; max key

Re: James Server no longer compatible with MySQL/MariaDB since 3.1.0?

2019-01-07 Thread cryptearth
to anyone. greetings, Matt Am 07.01.2019 um 16:25 schrieb cryptearth: I'm with you, and also tried that - but for some reason there is a change between the last working snapshot from june 3rd 2018 wich causes a table structure alteration even if a working setup was created before with th

James Server no longer compatible with MySQL/MariaDB since 3.1.0?

2019-01-06 Thread cryptearth
64k of logs would be way to much for a mail: https://cryptearth.de/~cryptearth/james-server.txt https://cryptearth.de/~cryptearth/wrapper.txt Branches worked: 3.0.1-RC and master-3.0.x Starting with 3.1.0 and later it fails with exception above. I already asked google about this issue - and many

james and sendmail - wildcard alias for local users

2019-01-26 Thread cryptearth
Hey there, Matt here. So I got sendmail working with james now (tried postfix, but it always complains forwarding to localhost isn't supported as there is no option to ignore false loopback detection), and when used from apache with additional -f parameter all works good. But as there're other

Re: james and sendmail - wildcard alias for local users

2019-01-26 Thread cryptearth
to >get the processing you want. > >Sent from my iPhone > >> On Jan 26, 2019, at 9:36 AM, cryptearth wrote: >> >> Hey there, Matt here. >> >> So I got sendmail working with james now (tried postfix, but it always >> complains forwarding to loca

Re: james and sendmail - wildcard alias for local users

2019-01-27 Thread cryptearth
anything that comes from local and is for local, but isn't in localUserList, is re-written to whatever address I want. I'll report back when I found the lines to alter. Matt Am 26.01.2019 um 22:57 schrieb cryptearth: Currently I'm just using out-of-the-box after clean build. I'll have a look

Re: james and sendmail - wildcard alias for local users

2019-01-27 Thread cryptearth
good, but I don't understand the command parameters: AddRegexMapping Can someone get me some hint how to use this command? Or where/how I can setup the recipient-rewrite before RecipientIsLocal is checked? Thanks in advance, Matt Am 27.01.2019 um 15:20 schrieb cryptearth: So, as far as I

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

Re: sqlResources.xml

2019-03-26 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

Re: sqlResources.xml

2019-03-26 Thread cryptearth
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@james.apache.org S

Re: sqlResources.xml

2019-03-26 Thread cryptearth
| 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, 2019 2:13 AM To: server-user

Re: sqlResources.xml

2019-03-26 Thread cryptearth
| 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- From: cryptearth

Re: sqlResources.xml

2019-03-26 Thread cryptearth
d 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 - address alrea

Re: sqlResources.xml

2019-03-26 Thread cryptearth
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. Jeffrey Marans. -Original Message- From:

Re: sqlResources.xml

2019-03-26 Thread cryptearth
4 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 [mailto:cryptea...@cryp

Re: MalformedURLException: unknown protocol: classpath SOLVED

2019-02-20 Thread cryptearth
Evening all, Matt here. Marc, let's look at the doc: "This is an anti-relay matcher/mailet combination Emails sent from servers not in the network list are rejected as spam. This is one method of preventing your server from being used as an open relay.  Make sure you understand how to

Re: Multiple domains and security certificates

2019-02-23 Thread cryptearth
Hey Marc, as I shown in my setup - use DNS-challenge to get wildcard certificates. Although Javas implementation of TLS in fact does support SNI (Server Name Indication ), I guess most of mail clients won't - altough it's not that unusual nowadays that there multiple logics hosts on one

Re: MalformedURLException: unknown protocol: classpath SOLVED

2019-02-22 Thread cryptearth
to be working OK for James as well..     Marc  On 02/20/2019 01:23 PM, cryptearth wrote: Hey Marc, glad to hear to great news. After your explanation I know can understand your hassle. As said, for me james is just running fully external on my root-server at OVH - and my backup is really just

Re: Migration from James 2.3

2019-03-19 Thread cryptearth
Hey Amichai, I can't tell you about upgrading, but as there're some 3.x builds (3.0, 3.1, 3.2, there's also a 3.3 tag on github, but it isn't its own branch), as long as you use one of those "final stable" builds, yea, it's final and stable. Changes are only to be expected if you keep follow

Re: Disable TLS1.0 for STARTTLS

2019-03-12 Thread cryptearth
Hey there, another Matt here =D. Although changing some policy might do the trick, the issue lies way deeper: At those lines where the SSLContext is created and initialized only standard values are used. As far as I dug through the source there is no config yet to tell the init method wich

Re: MalformedURLException: unknown protocol: classpath

2019-02-17 Thread cryptearth
Hey Marc, Matt here. The provided stack only says that you given "classpath" to some parameter wich expectes a url in some config file. So I guess it could help if you also show the config where you set "classpath" so one can figure out, if "classpath" is a legal input for the setting you set

Re: MalformedURLException: unknown protocol: classpath

2019-02-18 Thread cryptearth
epting connections or doing the various tasks that the service should be doing and my goal at this point is to resolve any and all exceptions that are occurring such as this one.     Marc... On 02/17/2019 06:01 AM, cryptearth wrote: Hey Marc, Matt here. The provided stack only says that you given "

Re: james and sendmail - wildcard alias for local users

2019-02-13 Thread cryptearth
n of the sender) > - You can already do some matching on the IP of the sender using >RemoteAddrInNetwork. Assuming you have well defined IPs, that you can >configure in XML, this would do 100% the job you tried to hack. > >Best regards, > >Benoit TELLIER > >On 2/4/19 1:55

Re: MalformedURLException: unknown protocol: classpath

2019-02-19 Thread cryptearth
t version of James did not fix the log file problems I reported earlier.    Marc.. On 02/18/2019 11:12 AM, cryptearth wrote: Well, for me, I just added "@reboot /path/to/james/bin/james start" to my root crontab - no need for init.d/systemd. As the issue arised after you let systemc

Re: how to resubmit failed messages

2019-02-19 Thread cryptearth
Hey Jeffrey, this awnser could be wrong as I don't now for sure, but I guess once a mail is filtered into one of the error-directories - it's out of the queue. But I could be wrong because the mails stored as serialized java objects - wich also should be able to be read in back again for

Re: james and sendmail - wildcard alias for local users

2019-01-30 Thread cryptearth
Maybe you are interested by domain rewrites? Or do you want that all mail received, whatever the recipient, goes to the same mailbox? Cheers, Benoit TELLIER On 1/28/19 9:57 AM, cryptearth wrote: Hey there, Matt here again. So, I think a found a possible solution without any source-file mods but o

Re: james and sendmail - wildcard alias for local users

2019-02-03 Thread cryptearth
be possible as one could configure more or less complex rules via XML - wich then just had to be parsed into corresponding ruleset handling the Mail and decide if and how to modify it. Thanks so far, Matt Am 31.01.2019 um 10:32 schrieb cryptearth: Hello Benoit, thanks for your enormous

Re: james and sendmail - wildcard alias for local users

2019-02-03 Thread cryptearth
Hey there, Matt here. So, I wrote a test matcher to see what the different methods return. I got three results: - mail from localhost for localuser - mail from localhost for external target - mail from external source for localuser I user InetAddress.getByName and as I set up sendmail as

Re: james and sendmail - wildcard alias for local users

2019-01-31 Thread cryptearth
erstand your main need would be: ``` WHEN I send an email THEN it is stored in *myMagicRecipient* INBOX Regardless of original recipients ``` Quite surprisingly such a "Overwrite envelop" feature is missing... Here is the JIRA: https://issues.apache.org/jira/browse/MAILET-163 Don't hesitate

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:

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

Re: Using James as a relay

2019-04-16 Thread cryptearth
ork. 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, 2019 at 9:06 AM cryptearth wrote: Hey Mark Sure,

Re: Using James as a relay

2019-04-16 Thread cryptearth
gets.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 is in this scenario. D

Re: james and sendmail - wildcard alias for local users

2019-05-27 Thread cryptearth
‘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 in a VM so far - but after I upgraded my

Re: james and sendmail - wildcard alias for local users

2019-05-27 Thread cryptearth
it 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: Re: james and sendmail - wildcard alias for local users

2019-05-26 Thread cryptearth
| 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-28 Thread cryptearth
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 Intel(R) 82583V Gigabit Network

Re: james and sendmail - wildcard alias for local users

2019-05-28 Thread cryptearth
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 finally as done. Matt Am 28.05.2019 um 23:48 schrieb

Re: james and sendmail - wildcard alias for local users

2019-05-28 Thread cryptearth
, 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 is composed in the f

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

Re: james and sendmail - wildcard alias for local users

2019-05-23 Thread cryptearth
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 RemoteAddrMatcher myself as I couldn't

Re: events.xml?

2019-05-08 Thread cryptearth
'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 current build. Matt Am 02.04.2019 um

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

Re: current master branch fails to spool

2019-04-19 Thread cryptearth
nly 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 somethings went wrong:

Re: current master branch fails to spool

2019-04-26 Thread cryptearth
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 issues

Re: About Custom Mailet Configuration

2019-07-05 Thread cryptearth
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 yourself - when you look through smtpserver.xml

Re: About Custom Mailet Configuration

2019-07-05 Thread cryptearth
: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, July 4, 2019 4:44 PM To: server-user@james.apache.org S

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

2019-06-27 Thread cryptearth
ot; 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 first aske

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

2019-06-28 Thread cryptearth
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, 2019 8:52 PM

Re: Applying JDKIM and SPF to the Mailets

2019-07-12 Thread cryptearth
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're try to us

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

Re: Applying JDKIM and SPF to the Mailets

2019-07-15 Thread cryptearth
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 domain is: pc.107.jp

Re: current master branch fails to spool

2019-04-26 Thread cryptearth
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, cryptea

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

2019-06-27 Thread cryptearth
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@james.apache.org

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

Re: Android email apps seem unhappy with James

2019-07-02 Thread cryptearth
oth 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 strangs, at least I never seen such wired behaviour. I'm

RE: About database Clustering on james server

2019-08-02 Thread cryptearth
. 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 word . > >Sincer

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

Re: Seeking clarification of behaviour with authRequired set to false

2019-08-05 Thread cryptearth
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 be open to the world

Re: Applying JDKIM and SPF to the Mailets

2019-07-17 Thread cryptearth
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 Hey Jason, I don't know about Go

Re: Applying JDKIM and SPF to the Mailets

2019-07-17 Thread cryptearth
e. 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: Wednesday, July 17,

Re: Applying JDKIM and SPF to the Mailets

2019-07-16 Thread cryptearth
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, glad

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: 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

Re: Applying JDKIM and SPF to the Mailets

2019-07-10 Thread cryptearth
w (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 for the help and sorry for any wrong word. Sincerely, Jason Sent from Mail for Windows 10 From: crypte

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 -

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

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

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

2020-03-05 Thread cryptearth
, 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/mail/ directories i

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

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

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
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 14:06, cryptearth wro

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

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-05 Thread cryptearth
eved 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 Console wrapper  | L

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: Running James without docker: broken link

2020-03-01 Thread cryptearth
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). Best regards, Rene. On 0

  1   2   >