RE: Send Mail HOWTO

2022-12-15 Thread Yishay Weiss
Thanks, I ended up building from source and copy jars from maven repo.

Now I have a log that shows:

15-Dec-2022 13:57:21.741 INFO [smtpserver-executor-19] 
org.apache.james.smtpserver.Sen
dMailHandler.onMessage:74 - Successfully spooled mail 
Mail1671105441674-4799621a-f086-
4dea-abba-aeac4916c939 from 
MaybeSender{mailAddress=Optional[myu...@mydomain.tld]} on
127.0.0.1/127.0.0.1 for [yishayj...@hotmail.com]
15-Dec-2022 13:57:21.871 ERROR [elastic-4] 
org.apache.james.transport.mailets.ToSender
Folder.doService:89 - Local delivery with ToSenderFolder mailet for mail 
Mail167110544
1674-4799621a-f086-4dea-abba-aeac4916c939 with sender myu...@mydomain.tld in 
folder Se
nt
15-Dec-2022 13:57:23.181 INFO [elastic-6] 
org.apache.james.transport.mailets.jsieve.de
livery.SieveExecutor.sieveMessage:131 - Can not locate SIEVE script for user 

15-Dec-2022 13:57:23.523 INFO [elastic-7] 
org.apache.james.transport.mailets.delivery.
SimpleMailStore.lambda$storeMail$0:103 - Local delivered mail 
il1671105441674-4799621a
-f086-4dea-abba-aeac4916c939-to-hotmail.com-!6213669 successfully from <> to 
 in folder INBOX with composedMessageId 
ComposedMessageId{mailboxId=1, mes
sageId=DefaultMessageId{}, uid=MessageUid{uid=2}}
15-Dec-2022 14:03:21.742 INFO [smtpserver-executor-21] 
org.apache.james.protocols.nett
y.BasicChannelUpstreamHandler.channelClosed:190 - Connection closed for 
127.0.0.1

Can you help me understand why I am not seeing mail in my inbox 
(yishayj...@hotmail.com<mailto:yishayj...@hotmail.com>)?

Thanks.

From: Eugen Stan<mailto:stan.ieu...@gmail.com>
Sent: Wednesday, December 14, 2022 11:14 PM
To: server-user@james.apache.org<mailto:server-user@james.apache.org>; 
btell...@apache.org<mailto:btell...@apache.org>
Subject: Re: Send Mail HOWTO

Hi,


You should be able to download the jars from Maven Central and put them
on the classpath (next to the other jars).

https://search.maven.org/

Get the list of jars from the PR link Benoit shared.

Or one of:
* download a james snapshot build with the patch (if exists) and get
jars from that binary

* clone the git repo, build the app and find the jars in the image.


On 14.12.2022 05:04, Benoit TELLIER wrote:
> Hello Yishay Weiss,
>
> For the logging issue, it has been reported and solved here:
> https://github.com/apache/james-project/pull/1335
>
> Cheers,
>
> Benoit
>
>
> On 13/12/2022 19:35, Yishay Weiss wrote:
>> Hi,
>>
>>
>> I have just installed james-server-spring-app-3.7.2 on windows and am
>> trying to send an email to my personal mail account. I am following
>> the getting started guide [1] and in step 7 got the “250 2.6.0 Message
>> received” message but I don’t see an email in my personal mailbox.
>>
>>
>>
>> Any ideas what I could be doing wrong.
>>
>>
>>
>> Also, I see no logs to debug this. I am, however, seeing the following
>> message on startup.
>>
>>
>>
>> C:\dev\james-server-spring-app-3.7.2\bin>run
>>
>> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
>>
>> SLF4J: No SLF4J providers were found.
>>
>>
>>
>> Thanks in advance,
>>
>> Yishay
>>
>> [1] Apache James Server 3.0 - Apache James Server 3 - Quick
>> Start<https://james.apache.org/server/3/quick-start.html>
>>
>
> -
> To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
> For additional commands, e-mail: server-user-h...@james.apache.org
>


-
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org



Re: Send Mail HOWTO

2022-12-14 Thread Eugen Stan

Hi,


You should be able to download the jars from Maven Central and put them 
on the classpath (next to the other jars).


https://search.maven.org/

Get the list of jars from the PR link Benoit shared.

Or one of:
* download a james snapshot build with the patch (if exists) and get 
jars from that binary


* clone the git repo, build the app and find the jars in the image.


On 14.12.2022 05:04, Benoit TELLIER wrote:

Hello Yishay Weiss,

For the logging issue, it has been reported and solved here: 
https://github.com/apache/james-project/pull/1335


Cheers,

Benoit


On 13/12/2022 19:35, Yishay Weiss wrote:

Hi,


I have just installed james-server-spring-app-3.7.2 on windows and am 
trying to send an email to my personal mail account. I am following 
the getting started guide [1] and in step 7 got the “250 2.6.0 Message 
received” message but I don’t see an email in my personal mailbox.




Any ideas what I could be doing wrong.



Also, I see no logs to debug this. I am, however, seeing the following 
message on startup.




C:\dev\james-server-spring-app-3.7.2\bin>run

Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8

SLF4J: No SLF4J providers were found.



Thanks in advance,

Yishay

[1] Apache James Server 3.0 - Apache James Server 3 - Quick 
Start




-
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org




-
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org



RE: Send Mail HOWTO

2022-12-13 Thread Yishay Weiss
Thanks. Are there any workarounds for that in the meantime?

From: Benoit TELLIER<mailto:btell...@apache.org>
Sent: Wednesday, December 14, 2022 5:04 AM
To: server-user@james.apache.org<mailto:server-user@james.apache.org>
Subject: Re: Send Mail HOWTO

Hello Yishay Weiss,

For the logging issue, it has been reported and solved here:
https://github.com/apache/james-project/pull/1335

Cheers,

Benoit


On 13/12/2022 19:35, Yishay Weiss wrote:
> Hi,
>
>
> I have just installed james-server-spring-app-3.7.2 on windows and am trying 
> to send an email to my personal mail account. I am following the getting 
> started guide [1] and in step 7 got the “250 2.6.0 Message received” message 
> but I don’t see an email in my personal mailbox.
>
>
>
> Any ideas what I could be doing wrong.
>
>
>
> Also, I see no logs to debug this. I am, however, seeing the following 
> message on startup.
>
>
>
> C:\dev\james-server-spring-app-3.7.2\bin>run
>
> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
>
> SLF4J: No SLF4J providers were found.
>
>
>
> Thanks in advance,
>
> Yishay
>
> [1] Apache James Server 3.0 - Apache James Server 3 - Quick 
> Start<https://james.apache.org/server/3/quick-start.html>
>

-
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org



Re: Send Mail HOWTO

2022-12-13 Thread Benoit TELLIER

Hello Yishay Weiss,

For the logging issue, it has been reported and solved here: 
https://github.com/apache/james-project/pull/1335


Cheers,

Benoit


On 13/12/2022 19:35, Yishay Weiss wrote:

Hi,


I have just installed james-server-spring-app-3.7.2 on windows and am trying to 
send an email to my personal mail account. I am following the getting started 
guide [1] and in step 7 got the “250 2.6.0 Message received” message but I 
don’t see an email in my personal mailbox.



Any ideas what I could be doing wrong.



Also, I see no logs to debug this. I am, however, seeing the following message 
on startup.



C:\dev\james-server-spring-app-3.7.2\bin>run

Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8

SLF4J: No SLF4J providers were found.



Thanks in advance,

Yishay

[1] Apache James Server 3.0 - Apache James Server 3 - Quick 
Start



-
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org



Send Mail HOWTO

2022-12-13 Thread Yishay Weiss

Hi,


I have just installed james-server-spring-app-3.7.2 on windows and am trying to 
send an email to my personal mail account. I am following the getting started 
guide [1] and in step 7 got the “250 2.6.0 Message received” message but I 
don’t see an email in my personal mailbox.



Any ideas what I could be doing wrong.



Also, I see no logs to debug this. I am, however, seeing the following message 
on startup.



C:\dev\james-server-spring-app-3.7.2\bin>run

Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8

SLF4J: No SLF4J providers were found.



Thanks in advance,

Yishay

[1] Apache James Server 3.0 - Apache James Server 3 - Quick 
Start