Re[2]: James SMTP

2025-08-17 Thread Терсков Илья Андреевич
«КПС-Технологии» Терсков Илья Андреевич Тел.: +7 (3843) 73-14-42 Моб.: +7 (996) 415-16-29 E-mail: i.ters...@kps-t.ru -- Исходное сообщение -- От "cryptearth" Кому server-user@james.apache.org Дата 17.08.2025 2:34:56 Тема Re: James SMTP Hi everyone, sorry for not being activ

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

2025-04-29 Thread David Matthews
As already said, I cannot help you with your james config ... >>authorizedAddresses>127.0.0.0/8>/authorizedAddresses> >used for 25, 465, and 587 ports. however, that looks wrong to me and also inappropriate if you have the submission ports open and hope to use them; I notice that it's different

Re: James SMTP

2025-04-29 Thread Терсков Илья Андреевич
No no David. My server not open relay. 127.0.0.0/8 used for 25, 465, and 587 ports. i look a little on our reputation. i think mb our IP not much used before and thats reason i try telnet test to this domain servers can you tell me thats means we can send mails but external server not accept

Re: James SMTP

2025-04-29 Thread David Matthews
hi >just i have problem that some domains (mail servers) cant get our mail >with error I can't help you with your james config - I've not used it for several years. I do run my own email though for best part of 20 years, so I'm confident in saying you should not have a machine configured as an

Re: James SMTP

2025-04-29 Thread Терсков Илья Андреевич
Hi David. yeah i check it with this service. a little iproved my config. sorry for too many words here just i have problem that some domains (mail servers) cant get our mail with error /Hi. This is the James mail server at KPST-SRV-JAMES. I'm afraid I wasn't able to deliver your message to

Re: James SMTP

2025-04-29 Thread David Matthews
>so my config for now is good? >can i send full smtp config to u? :) > hi You can confirm Quan's diagnosis at https://mxtoolbox.com/diagnostic.aspx These days (for the last 15 years at least) a mail exchanger configured as an open relay is considered a gross misconfiguration and your domain w

Re: James SMTP

2025-04-29 Thread Терсков Илья Андреевич
so my config for now is good? can i send full smtp config to u? :) 29.04.2025 16:50, Quan tran hong пишет: Hi, You *should not use* 0.0.0.0/0 — this would trust all IP addresses and could turn your server into an *open relay*, which is a serious security risk and will get your domain blockliste

Re: James SMTP

2025-04-29 Thread Quan tran hong
Hi, You *should not use* 0.0.0.0/0 — this would trust all IP addresses and could turn your server into an *open relay*, which is a serious security risk and will get your domain blocklisted. Please improve your domain reputation instead, IMO. Quan On Tue, Apr 29, 2025 at 4:43 PM Терсков Илья Ан

James SMTP

2025-04-29 Thread Терсков Илья Андреевич
Hi there guys :) i checking my config and cant clearly understand one thing 127.0.0.0/8 should i change it to 0.0.0.0/0 because with such config mails goint out and come in but some rare domains cant get our mails and sometimes cant send them to me thanks for any help full config for 25 port

How to configure DSN for Apache James SMTP Server

2019-05-31 Thread Adam Raszkiewicz
I'm looking to set DSN message for unknown/non-existing user on Apache James SMTP server. Now it rejects a message to that kind of user on the FastFail module but for that I can't find any information how to set DSN message with valid Content-Type, DSN Action and DSN Status instead

James SMTP not returning 250 after message received

2016-02-01 Thread David Clark
I'm having an issue where a client is sending many messages to James 3.04b and for no reason I can determine, suddenly James fails to return a 250 code after a particular messages is sent. The connection seems to hang until the client disconnects then re-connects and continues sending. I see no

Re: Apache James SMTP problem

2012-11-06 Thread Vadim Demidov
y config.xml to this letter. Thank you so much From: Vadim Demidov To: "server-u...@apache.org" Sent: Monday, November 5, 2012 8:44 PM Subject: Re: Apache James SMTP problem Hey guys I deploy a new James Apache mail server but the problem is that I

Re: Email message gets corrupted using James SMTP server

2011-08-16 Thread Michael Baessler
Both >>> times in the same way? >>> Where do you store the messages (fule? db? dbfile? what db?) >>> >>> Stefano >>> >>> 2011/8/15 Michael Baessler : >>>> Hi all, >>>> >>>> I'm running into a ser

Re: Email message gets corrupted using James SMTP server

2011-08-16 Thread Stefano Bagnara
t;> Stefano >> >> 2011/8/15 Michael Baessler : >>> Hi all, >>> >>> I'm running into a serious problem with James 2.3.2. >>> >>> When sending a MIME email with a bigger body (around 300k), it seems >>> that the James SMTP rece

Re: Email message gets corrupted using James SMTP server

2011-08-16 Thread Michael Baessler
15 Michael Baessler : >> Hi all, >> >> I'm running into a serious problem with James 2.3.2. >> >> When sending a MIME email with a bigger body (around 300k), it seems >> that the James SMTP receiver manipulates the body of the email and add a >> fragm

Re: Email message gets corrupted using James SMTP server

2011-08-16 Thread Stefano Bagnara
?) Stefano 2011/8/15 Michael Baessler : > Hi all, > > I'm running into a serious problem with James 2.3.2. > > When sending a MIME email with a bigger body (around 300k), it seems > that the James SMTP receiver manipulates the body of the email and add a > fragment of the bo

Email message gets corrupted using James SMTP server

2011-08-15 Thread Michael Baessler
Hi all, I'm running into a serious problem with James 2.3.2. When sending a MIME email with a bigger body (around 300k), it seems that the James SMTP receiver manipulates the body of the email and add a fragment of the body again at the end of the original body. Try to let me explain

Re: telnet james smtp problem

2008-11-13 Thread Stefano Bagnara
Michael Weissenbacher ha scritto: > Hi, > IIRC the correct command is: > MAIL FROM: <[EMAIL PROTECTED]> That format works on most mail servers too. BUT the correct format specified in the RFC is MAIL FROM: The portion of the first or only argument contains the source mailbox (between "<" an

Re: telnet james smtp problem

2008-11-13 Thread Stefano Bagnara
duvan ha scritto: > Tried without space also. > > Like: > > mail from:<[EMAIL PROTECTED]> > (hope CAPITAL letters do not matter) > > Still get reply > > 501 5.5.4 mail from sender usage : MAIL FROM: Your telnet client has problems. Or you are using backspace to fix what you are typing... SMTP

Re: telnet james smtp problem

2008-11-13 Thread Michael Weissenbacher
Hi, IIRC the correct command is: MAIL FROM: <[EMAIL PROTECTED]> that works here, Michael -Ursprüngliche Nachricht- Von: duvan Gesendet: 13.11.2008 15:30 > Tried without space also. > > Like: > > mail from:<[EMAIL PROTECTED]> > (hope CAPITAL letters do not matter) > > Still get rep

Re: telnet james smtp problem

2008-11-13 Thread duvan
Tried without space also. Like: mail from:<[EMAIL PROTECTED]> (hope CAPITAL letters do not matter) Still get reply 501 5.5.4 mail from sender usage : MAIL FROM: -- View this message in context: http://www.nabble.com/telnet-james-smtp-problem-tp20479104p20481621.html Sent from the

Re: telnet james smtp problem

2008-11-13 Thread Stefano Bagnara
> Never get the: > > 250 Sender OK > > STUCK > > Copy from my Telnet window(email altered): > > > 220 crm SMTP Server (JAMES SMTP Server 2.3.1) ready Thu, 13 Nov 2008 > 18:28:20 +0 &

telnet james smtp problem

2008-11-13 Thread duvan
just get the reply: 501 5.5.4 mail from sender usage : MAIL FROM: Does not matter what combo I use. Never get the: 250 Sender OK STUCK Copy from my Telnet window(email altered): 220 crm SMTP Server (JAMES SMTP Server 2.3.1) ready Thu, 13 Nov 2008 18:28:20 +0 700 (ICT) helo crm 250 crm Hello

Re: james SMTP authentication enforcement

2006-03-09 Thread Ken Lin
Stefano: Thanks! I tested the configuration and found that it works. Maybe this method of "spoofing" users has been overlooked. Even if James has SMTP turned on, I can impersonate any user of the server and send another user an email without any authentication. In a way, it seems to be a se

RE: james SMTP authentication enforcement

2006-03-08 Thread Noel J. Bergman
See also the "Secure Mailing List using S/MIME" discussion from January. There are some comments in there from Stefano that could apply. --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Re: james SMTP authentication enforcement

2006-03-08 Thread Stefano Bagnara
Ken Lin wrote: Stefano: Here is the actual scenario I try to prevent: Let's say I use james email server at corporation xyz.com. A hacker/email worm program telnet to SMTP port (inside or outside the corporate firewall), uses one of the employees' email address as "from" address (say [EMA

Re: james SMTP authentication enforcement

2006-03-07 Thread Ken Lin
Stefano: Here is the actual scenario I try to prevent: Let's say I use james email server at corporation xyz.com. A hacker/email worm program telnet to SMTP port (inside or outside the corporate firewall), uses one of the employees' email address as "from" address (say [EMAIL PROTECTED])

Re: james SMTP authentication enforcement

2006-03-07 Thread Stefano Bagnara
SMTP Authentication is defined in the SMTP rfc and is not related with the from address. If you are authenticated james does not perform relay checks. If you are not authenticated then messages destinated (SMTP RCPT TO: command argument) to domains included in "" will be accepted while messag

james SMTP authentication enforcement

2006-03-07 Thread Ken Lin
Hi: I installed the james mail server behind a firewall, and exposed its SMTP port through firewall tunneling. Because of the firewall, I cannot do any IP based authentication because all incoming connection shows the internal address of the firewall (192.0.something) I turned on t

Re: Linux support for Apache James SMTP server

2005-09-14 Thread Stefano Bagnara
> I am using Apache James 2.2.0 SMTP server on a windows > machine. I am searching weather James support Linux OS or not? > > It would be gr8 if someone can provide the information > regarding Linux support of James. I could not find the > platforms which James support. I and many other users

Linux support for Apache James SMTP server

2005-09-14 Thread Gaurav Handa
Hi, I am using Apache James 2.2.0 SMTP server on a windows machine. I am searching weather James support Linux OS or not? It would be gr8 if someone can provide the information regarding Linux support of James. I could not find the platforms which James support. Does it support Solaris also?

RE: James SMTP Auth Question

2005-08-16 Thread David Erickson
And there is our authoritative answer, thanks =) -David > -Original Message- > From: Stefano Bagnara [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 16, 2005 4:56 PM > To: 'James Users List' > Subject: Re: James SMTP Auth Question > > Look at "SMTP

Re: James SMTP Auth Question

2005-08-16 Thread Stefano Bagnara
Look at "SMTPAuthSuccessful" matcher. It does a lookup of the "org.apache.james.SMTPAuthUser" attribute in the mail. The attribute is either null or a String containing the username authenticated. Stefano > Hmm I am not sure, if I were you I'd look it up in the James > API and see what propertie

RE: James SMTP Auth Question

2005-08-16 Thread Ivan Jouikov
ge- >From: David Erickson [mailto:[EMAIL PROTECTED] >Sent: Tuesday, August 16, 2005 3:46 PM >To: 'James Users List' >Subject: RE: James SMTP Auth Question > >Right I know that too. But as a mail message is cruising through the >pipeline, is there some kind of tag or s

RE: James SMTP Auth Question

2005-08-16 Thread David Erickson
t; From: Ivan Jouikov [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 16, 2005 4:43 PM > To: 'James Users List' > Subject: RE: James SMTP Auth Question > > It's been a while since I set it up, but as far as I remember, SMTP auth > wasn't a mailet, it was set up

RE: James SMTP Auth Question

2005-08-16 Thread Ivan Jouikov
ECTED] >Sent: Tuesday, August 16, 2005 3:41 PM >To: 'James Users List' >Subject: RE: James SMTP Auth Question > >That is what I figured, but where at in the mailets is that defined? I >mean >all mail goes through the same processing pipeline, so how does James know

RE: James SMTP Auth Question

2005-08-16 Thread David Erickson
ginal Message- > From: Ivan Jouikov [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 16, 2005 4:37 PM > To: 'James Users List' > Subject: RE: James SMTP Auth Question > > You kind of confused me there a bit, but here's my knowledge: > > When Auth is

RE: James SMTP Auth Question

2005-08-16 Thread Ivan Jouikov
lears things up. >-Original Message- >From: David Erickson [mailto:[EMAIL PROTECTED] >Sent: Tuesday, August 16, 2005 12:29 PM >To: 'James Users List' >Subject: RE: James SMTP Auth Question > >Yes but when you turn SMTP auth on, what is it really doing to the >p

RE: James SMTP Auth Question

2005-08-16 Thread David Erickson
> From: Ivan Jouikov [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 16, 2005 11:16 AM > To: 'James Users List' > Subject: RE: James SMTP Auth Question > > Umm, it doesn't. > > All the messages that arrive from "another mail server" could onl

RE: James SMTP Auth Question

2005-08-16 Thread Ivan Jouikov
ng to relay thru you (probably spammers). This is where you don't want to be an open relay which's why you have your SMTP auth. >-Original Message- >From: David Erickson [mailto:[EMAIL PROTECTED] >Sent: Tuesday, August 16, 2005 9:21 AM >To: 'James Users List&#x

James SMTP Auth Question

2005-08-16 Thread David Erickson
Just curious but how does James know the difference between mail sent in from an authenticated user for remote delivery, from mail sent in from another email server where the host is not local and needs remote delivery? Thanks, David --

Re: James SMTP routing

2005-06-02 Thread Stefano Bagnara
> We will have to handle up to 220.000 mails/hour, 11 time more > than you do then. 22 mails/hour are a lot of mails you should try to set-up a test environment to find out the best configuration and the throughput of your server. Take a look at this test: http://wiki.apache.org/james/JamesB

RE: James SMTP routing

2005-06-02 Thread Noel J. Bergman
> We will have to handle up to 220.000 mails/hour Please see: http://wiki.apache.org/james/JamesV3/HighVolume. One of the Summer of Code projects may be clustering, which would allow you to run multiple backend servers that have RemoteDelivery mailets in them. Other projects would address improve

RE: James SMTP routing

2005-06-02 Thread Vincent.Bourdaraud
We will have to handle up to 220.000 mails/hour, 11 time more than you do then. > -Original Message- > From: ext Stefano Bagnara [mailto:[EMAIL PROTECTED] > Sent: Thursday 2 June 2005 14:16 > To: 'James Users List' > Subject: Re: James SMTP routing > >

Re: James SMTP routing

2005-06-02 Thread Stefano Bagnara
> We'll implement this this solution (a RemoteDelivery mailet > per routing rule). > > Do you have any experience regarding the optimum number of > threads per RemoteDelivery mailet and maximum number of > global RemoteDelivery threads for production usage? How many mails is your server going

RE: James SMTP routing

2005-06-02 Thread Vincent.Bourdaraud
ncent. > -Original Message- > From: Stefano Bagnara [mailto:[EMAIL PROTECTED] Behalf Of ext > Sent: Thursday 26 May 2005 15:09 > To: 'James Users List' > Subject: Re: James SMTP routing > > > > I would like to setup james so that it relays incoming >

RE: James SMTP routing

2005-05-26 Thread Vincent.Bourdaraud
7;ll give it a try and check the performance impact :) Thanks a lot for your time. Best regards, Vincent. > -Original Message- > From: Stefano Bagnara [mailto:[EMAIL PROTECTED] Behalf Of ext > Sent: Thursday 26 May 2005 15:09 > To: 'James Users List' > Subject: R

Re: James SMTP routing

2005-05-26 Thread apache
> I would like to setup james so that it relays incoming > messages according to the recipient. I also need a default > rule to relay messages to unknown domains to a default relay. > > I can't find documenttion about this. Any idea? Hi Vincent, Can you provide better information? Do you need

James SMTP routing

2005-05-26 Thread Vincent.Bourdaraud
Hi all, I would like to setup james so that it relays incoming messages according to the recipient. I also need a default rule to relay messages to unknown domains to a default relay. I can't find documenttion about this. Any idea? Thanks lot in advance, Vincent. -

RE: James SMTP can't find target domain; Other SMTP servers can

2003-10-01 Thread Noel J. Bergman
> I have forwarded the failure info to sysadmin for the recpient. But no > surprise... no response. Any news, yet? > 1) Is there any way to turn on more debug so I can get a better idea of the > steps James is taking and precisely what step is failing? >From what you showed, the "step" was the

Re: James SMTP can't find target domain; Other SMTP servers can

2003-09-30 Thread J Malcolm
Noel, Thanks for the info. You are correct. roadrunner business class, fixed ip. I have forwarded the failure info to sysadmin for the recpient. But no surprise... no response. A few brief questions 1) Is there any way to turn on more debug so I can get a better idea of the steps James i

Re: James SMTP can't find target domain; Other SMTP servers can

2003-09-30 Thread Soeren Hilmer
Which James version are you using? If you are on a standard 2.1.3, the dnsjava used will not expire its internal dnscache. This means that if the mcd-co.com has changed their DNS entry James continues to use the old entry. If this is the problem a restart of James, should solve it. --Søren On

RE: James SMTP can't find target domain; Other SMTP servers can

2003-09-29 Thread Noel J. Bergman
> RemoteDelivery: Attempting delivery of Mail1064496684018-556-to-mcd-co.com to host inbound.registeredsite.com. to addresses [EMAIL PROTECTED] >nslookup > set q=mx > mcd-co.com Non-authoritative answer: mcd-co.com MX preference = 5, mail exchanger = inbound.registeredsite.com mcd-co.c

James SMTP can't find target domain; Other SMTP servers can

2003-09-25 Thread J Malcolm
I'm fairly new to James so bear with me. My James server has been up and running, both inbound and outbound for a couple of weeks, and traffic appears to be flowing without problem until today. I received a bounce of one particular email. Here is the maillet log entry: 25/09/03 08:31:24