Re: Test Mail Server 3.0-M2 Open Relay delivering locally *Solved*

2011-02-24 Thread Eric Charles
[norman.mau...@googlemail.com] On Behalf Of Norman Maurer [nor...@apache.org] Sent: Wednesday, 23 February 2011 7:14 PM To: James Users List Subject: Re: Test Mail Server 3.0-M2 Open Relay delivering locally Hi there, I guess only need to set "verifyIdenty" to false in smtpserver.xml

RE: Test Mail Server 3.0-M2 Open Relay delivering locally *Solved*

2011-02-23 Thread Russell Mullens
es Users List Subject: Re: Test Mail Server 3.0-M2 Open Relay delivering locally Hi there, I guess only need to set "verifyIdenty" to false in smtpserver.xml to fix your problem. Anyway how do load your costum "CoreCmdHandlerLoader" ? Bye, Norman 2011/2/23 Russell Mullens

Re: Test Mail Server 3.0-M2 Open Relay delivering locally

2011-02-23 Thread Norman Maurer
Hi there, I guess only need to set "verifyIdenty" to false in smtpserver.xml to fix your problem. Anyway how do load your costum "CoreCmdHandlerLoader" ? Bye, Norman 2011/2/23 Russell Mullens : > Hey guys, > > I have been using 2.3.2 to accept email from anyone and deliver it to a > single Jam

Test Mail Server 3.0-M2 Open Relay delivering locally

2011-02-22 Thread Russell Mullens
Hey guys, I have been using 2.3.2 to accept email from anyone and deliver it to a single James users inbox for testing purposes. But I've recently needed IMAP support. So I downloaded the latest (3.0-M2) and I've been able to configure it to deliver all messages to the one persons inbox via

Re: How to configure james not an open relay?

2010-09-14 Thread Ranjib Dey
> recipients has abc.com domain will be allowed , in other word , > x...@abc.com will be accepted by my mail server , but x...@otheres.com > will be not relay . what can I do it to prevent my mail server from > being considered as an open relay by yahoo and other mail servers? > > > > Thanks > > > > Yours > > Will > >

How to configure james not an open relay?

2010-09-14 Thread Will Zhang
mail server , but x...@otheres.com will be not relay . what can I do it to prevent my mail server from being considered as an open relay by yahoo and other mail servers? Thanks Yours Will

Re: How to secure James from open relay?

2009-07-16 Thread Eric MacAdie
Usually a good idea is to post your config.xml file to the list (removing any passwords) and ask people to take a look at it. I think that one way to stop James from acting as an open relay it is to set James to require authorization to send emails. I think you can find that in config.xml at

How to secure James from open relay?

2009-07-10 Thread Shrinivasan T
Hi, We use James to send mails to users from our application. I am received the following message from my security people: The remote SMTP server is insufficiently protected against relaying. This means that it allows spammers to use your mail server to send their mails to the world, thus wastin

Re: Current abuse of James 2.3.0 as open relay

2008-11-06 Thread David Legg
Hi Tor, I had a few rounds again today with spam relaying and thought I'd be kind enough to relay to you (haha) what happened. The spammer did indeed authenticate and probably managed to find the password of one of my user accounts (with a very common account name) using a dictionary attack.

Re: Current abuse of James 2.3.0 as open relay

2008-11-06 Thread Tor-Einar Jarnbjo
Tor-Einar Jarnbjo schrieb: I'll leave it with that for the moment and "hope" that I'll experience a similar attack soon and get some more information out of the SMTP log. I had a few rounds again today with spam relaying and thought I'd be kind enough to relay to you (haha) what happened. The

Re: Current abuse of James 2.3.0 as open relay

2008-11-03 Thread Tor-Einar Jarnbjo
Stefano Bagnara schrieb: Maybe I found an answer to this looking at source code. AuthCmdHandler logs at INFO level the "AUTH method PLAIN succeded" but only at DEBUG level an "AUTH method LOGIN succeded". So maybe your client is using the LOGIN style to auth. You probably want to increase your l

Re: Current abuse of James 2.3.0 as open relay

2008-11-01 Thread Stefano Bagnara
Tor-Einar Jarnbjo ha scritto: >> As I said earlier I can't see anything wrong. In general, from 3.2 >> onwards if you have turned SMTP authentication on you can be sure that >> any attempt to send a message to a non-local address will require SMTP >> Authentication. > Obviously, it doesn't. If I s

Re: Current abuse of James 2.3.0 as open relay

2008-11-01 Thread David Legg
Tor, * Your smtpserver has 'authorizedAddresses' set to '127.*' which is fine. However, this will allow any process running on your server to send remote email without requiring SMTP authorization. Is it possible you have a web app running on your server which is being used by the spammer t

Re: Current abuse of James 2.3.0 as open relay

2008-11-01 Thread David Legg
I guess the only way to be sure of what is going on is to capture the complete network conversation that goes on when this address connects... but I don't know what tools you could use for that. Switching all the logging to debug would create a lot of unusable output. I presume you have a fi

Re: Current abuse of James 2.3.0 as open relay

2008-11-01 Thread Tor-Einar Jarnbjo
Stefano Bagnara schrieb: Did you get thousands of unathorized "relay" like in June? It was similar. The spammer managed to deliver about 100.000 mails, of which 60.000 were forwarded and 40.000 left in the spool because of the recipients mail server not accepting the mail for some reason.

Re: Current abuse of James 2.3.0 as open relay

2008-11-01 Thread Stefano Bagnara
Tor-Einar Jarnbjo ha scritto: > Stefano Bagnara schrieb: >> Have you tried to reproduce the same FROM/TO in an SMTP conversation >> originated remotely to see if JAMES replies you what you expect? >> > > Hi Stefano, > yes I have. It answers with: > > 530 5.7.1 Authentication Required > > Rega

Re: Current abuse of James 2.3.0 as open relay

2008-11-01 Thread Tor-Einar Jarnbjo
Stefano Bagnara schrieb: Have you tried to reproduce the same FROM/TO in an SMTP conversation originated remotely to see if JAMES replies you what you expect? Hi Stefano, yes I have. It answers with: 530 5.7.1 Authentication Required Regards, Tor

Re: Current abuse of James 2.3.0 as open relay

2008-11-01 Thread Stefano Bagnara
Tor-Einar Jarnbjo ha scritto: > The connections causing the spam hickup this week were _not_ > authenticated, or at least James did not log any authentication attempt: > > 27/10/08 13:14:17 INFO smtpserver: Connection from > wvps212-241-x-y.vps.webfusion.co.uk (212.241.x.y) > 27/10/08 13:14:18 IN

Re: Current abuse of James 2.3.0 as open relay

2008-10-31 Thread Tor-Einar Jarnbjo
David Legg schrieb: I've had a chance to look over your file and didn't find any glaring errors. Here are some suggestions you may like to look into: - * The nntpserver is enabled. Unless you need it, I would disable it. I noticed it myself, but it shouldn't be relevant to my current issue.

Re: Current abuse of James 2.3.0 as open relay

2008-10-31 Thread David Legg
Hi Tor, I've sent you the config file in a private mail with the passwords deleted (I hope :-). I've had a chance to look over your file and didn't find any glaring errors. Here are some suggestions you may like to look into: - * The nntpserver is enabled. Unless you need it, I would disa

Re: Current abuse of James 2.3.0 as open relay

2008-10-30 Thread Tor-Einar Jarnbjo
David Legg schrieb: I'd be happy to give your config.xml file a once-over if you send it to me (sanitized or otherwise). Hi David, I'd appreciate that a lot. I've sent you the config file in a private mail with the passwords deleted (I hope :-). Regards, Tor -

Re: Current abuse of James 2.3.0 as open relay

2008-10-30 Thread David Legg
I'd be happy to give your config.xml file a once-over if you send it to me (sanitized or otherwise). Regards, David Legg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Current abuse of James 2.3.0 as open relay

2008-10-30 Thread Tor-Einar Jarnbjo
Hi David, From the partial smtpserver log you showed I wonder if the spammer is simply trying to send a message containing lots of RCPT commands. If that's the case then turning on tarpitting [1] may help to regulate how quickly the spammer can stuff your machine. That would probably reduce th

Re: Current abuse of James 2.3.0 as open relay

2008-10-29 Thread David Legg
Hi Tor, I'm more or less 100% convinced that my James installation is configured properly, but the last few days, a "spam wave" managed to fill up my spool table again with SMTP connects from a UK IP address. Is there anything I can do to more easily find the reason why James thinks it's ok

Re: Current abuse of James 2.3.0 as open relay

2008-10-29 Thread Tor-Einar Jarnbjo
Tor-Einar Jarnbjo schrieb: I didn't notice until I realized that outgoing mails seemed to "hang" somewhere, but obviously someone has been able to use my James server as an open relay a few days ago and my outgoing spool repository was filled up with undeliverable mails. Aft

Re: open relay

2008-09-20 Thread Norman Maurer
er to make sure it isn't an open-relay. > The reason it is tricky for me is that I have a VirtualUsersTable that > has target_addresses outside of our network that I would like > forwarded. > > Several of the relay checkers report it is not an open relay. > > Some are re

open relay

2008-09-18 Thread Mark Hale
All, I am working on my mail sever to make sure it isn't an open-relay. The reason it is tricky for me is that I have a VirtualUsersTable that has target_addresses outside of our network that I would like forwarded. Several of the relay checkers report it is not an open relay. Som

Re: Current abuse of James 2.3.0 as open relay

2008-06-26 Thread David Legg
ECTED]> OK >>> RCPT TO: <"test%spam.com"> <<< 250 2.1.5 Recipient <"test%spam.com"@localhost> OK Host is an open relay ! Why? JAMES is not delivering the mail to [EMAIL PROTECTED], it instead will deliver it to the local user "test%

Re: Current abuse of James 2.3.0 as open relay

2008-06-25 Thread Don Smith
needs a little more tightening for these >> edge cases. >> >> Test 18/28 >> >> >>> RSET >> <<< 250 2.0.0 OK >> >>> MAIL FROM: <[EMAIL PROTECTED]> >> <<< 250 2.1.0 Sender <[EMAIL PROTECTED]> OK >&

Re: Current abuse of James 2.3.0 as open relay

2008-06-25 Thread Stefano Bagnara
CTED]> <<< 250 2.1.0 Sender <[EMAIL PROTECTED]> OK >>> RCPT TO: <"test%spam.com"> <<< 250 2.1.5 Recipient <"test%spam.com"@localhost> OK Host is an open relay ! Why? JAMES is not delivering the mail to [EMAIL PROTECTED],

Re: Current abuse of James 2.3.0 as open relay

2008-06-25 Thread David Legg
OK >>> RCPT TO: <"[EMAIL PROTECTED]"> <<< 553 5.1.3 Syntax error in recipient address Test 18/28 >>> RSET <<< 250 2.0.0 OK >>> MAIL FROM: <[EMAIL PROTECTED]> <<< 250 2.1.0 Sender <[EMAIL PROTECTED]> OK >>> RCPT TO: <"test%spam.com"> <<< 250 2.1.5 Recipient <"test%spam.com"@localhost> OK Host is an open relay ! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Current abuse of James 2.3.0 as open relay

2008-06-25 Thread David Legg
Don Smith wrote: Yikes, my server failed test 15, too. It says I'm an open relay! I'm not sure what to change in my config, which is pretty much default. Any ideas? Don't worry too much. I tried this test a while ago and it also failed at around test 15. I think the autho

Re: Current abuse of James 2.3.0 as open relay

2008-06-25 Thread Tor-Einar Jarnbjo
Ole Ersoy schrieb: Is it discarding it or trying to notify the sender that the mail can't be delivered, but the sender is rejecting the notification? With the default configuration, James is indeed discarding the mail. It seems as if James is not interpreting the "%" in addresses like "[E

Re: Current abuse of James 2.3.0 as open relay

2008-06-25 Thread Ole Ersoy
my server failed test 15, too. It says I'm an open relay! I'm not sure what to change in my config, which is pretty much default. Any ideas? Actually it's not, or at least not because of the test result. As I wrote, for some reason, James is accepting the mail, but then fails to

Re: Current abuse of James 2.3.0 as open relay

2008-06-25 Thread Don Smith
ailed test 15, too. It says I'm an open relay! I'm not >> sure what to change in my config, which is pretty much default. Any ideas? >> >> > Actually it's not, or at least not because of the test result. As I wrote, > for some reason, James is accepting the mail

Re: Current abuse of James 2.3.0 as open relay

2008-06-25 Thread Tor-Einar Jarnbjo
Don Smith schrieb: Yikes, my server failed test 15, too. It says I'm an open relay! I'm not sure what to change in my config, which is pretty much default. Any ideas? Actually it's not, or at least not because of the test result. As I wrote, for some reason, James is acceptin

Re: Current abuse of James 2.3.0 as open relay

2008-06-25 Thread Don Smith
Yikes, my server failed test 15, too. It says I'm an open relay! I'm not sure what to change in my config, which is pretty much default. Any ideas? Thanks, Don On Wed, Jun 25, 2008 at 1:00 PM, Tor-Einar Jarnbjo <[EMAIL PROTECTED]> wrote: > David Legg schrieb: > >&g

Re: Current abuse of James 2.3.0 as open relay

2008-06-25 Thread Tor-Einar Jarnbjo
id, thank you for that suggestion. I've run a few other tests tools on my installation to make sure that everything is ok, but even after updating to James 2.3.1, the test site you referred to reports my James installation to be an open relay. It fails on test 15: Test 15/28 >>&g

Re: Current abuse of James 2.3.0 as open relay

2008-06-25 Thread David Legg
I don't know if this will help but in the past I've used this public SMTP testing web site [1] before and found it very useful. It attempts more and more devious tests on your server and reports what it found. David Legg [1] http://www.test-smtp.com/

Re: Current abuse of James 2.3.0 as open relay

2008-06-25 Thread Tor-Einar Jarnbjo
Stefano Bagnara schrieb: WHy did you deleted the list of non-local addresses from the log? Maybe its content is useful. I assume that at least some of the addresses are real, so I didn't want to list them here. The first mail was sent to 45 addresses in the following domains: fiaip.it, katama

Re: Current abuse of James 2.3.0 as open relay

2008-06-24 Thread Stefano Bagnara
Tor-Einar Jarnbjo ha scritto: Hi! I didn't notice until I realized that outgoing mails seemed to "hang" somewhere, but obviously someone has been able to use my James server as an open relay a few days ago and my outgoing spool repository was filled up with undeliverab

Current abuse of James 2.3.0 as open relay

2008-06-24 Thread Tor-Einar Jarnbjo
Hi! I didn't notice until I realized that outgoing mails seemed to "hang" somewhere, but obviously someone has been able to use my James server as an open relay a few days ago and my outgoing spool repository was filled up with undeliverable mails. After deleting the mails

Re: what is the best way to secure an open relay server without restricting senders

2006-02-14 Thread Amarish Khopkar
Hi Stefano, Thanks a lot for your help. I will try that and let you know. Amarish On 2/13/06, Stefano Bagnara <[EMAIL PROTECTED]> wrote: > > Amarish Khopkar wrote: > > Thanks for your suggestion. > > > > Sorry about this but I'm going to ask a novice question as I'm a > beginner to > > James.

Re: what is the best way to secure an open relay server without restricting senders

2006-02-13 Thread Norman Maurer
Just but mydomain in the config.xml bye Am Montag, den 13.02.2006, 15:19 -0500 schrieb Amarish Khopkar: > en relay server fo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: what is the best way to secure an open relay server without restricting senders

2006-02-13 Thread Stefano Bagnara
Amarish Khopkar wrote: Thanks for your suggestion. Sorry about this but I'm going to ask a novice question as I'm a beginner to James. I would like to try your suggestion. How do I 'flag' a rewritten mail so that it doesn't get processed by the relaying denied processor? I don't actually see

RE: what is the best way to secure an open relay server without restricting senders

2006-02-13 Thread Kyle W. Cartmell
PROTECTED] Sent: Monday, February 13, 2006 4:20 PM To: James Users List Subject: Re: what is the best way to secure an open relay server without restricting senders Thanks for your suggestion. Sorry about this but I'm going to ask a novice question as I'm a beginner to James. I would li

Re: what is the best way to secure an open relay server without restricting senders

2006-02-13 Thread Amarish Khopkar
ctually see a mailet that does flagging in the docs. Amarish On 2/13/06, Stefano Bagnara <[EMAIL PROTECTED]> wrote: > > Amarish Khopkar wrote: > > My question is how do I know secure my James server such that it doesn't > get > > used as an open relay server for spam, b

Re: what is the best way to secure an open relay server without restricting senders

2006-02-13 Thread Stefano Bagnara
Amarish Khopkar wrote: My question is how do I know secure my James server such that it doesn't get used as an open relay server for spam, but still keep this functionality intact. What I'm looking for is being able to accept all incoming mail from anybody only as long as they are

what is the best way to secure an open relay server without restricting senders

2006-02-13 Thread Amarish Khopkar
ROTECTED] However, I had to disable the smtp security feature as well as the relay denied security feature (to prevent the relay-denied 550 error). My question is how do I know secure my James server such that it doesn't get used as an open relay server for spam, but still keep this functi

Open relay?? again

2005-12-16 Thread Jay Lowe
Stefano and Vicenzo - thank you both for your help. I should have figured that out. I was more concerned with the possibility of being a relay than thinking about what that portion of the config was telling me. Jay >The "local-address-error" processor is configured to bounce any mail >address

Re: Open relay?? again

2005-12-16 Thread Jay Lowe
Stefano Bagnara wrote: The "local-address-error" processor is configured to bounce any mail addressed to not available users, to notify the postmaster and to put them in the address-error repository. Your logs, as Vincenzo already recognized, just tell the same thing. If you don't want to see th

Re: Open relay?? again

2005-12-16 Thread Stefano Bagnara
The "local-address-error" processor is configured to bounce any mail addressed to not available users, to notify the postmaster and to put them in the address-error repository. Your logs, as Vincenzo already recognized, just tell the same thing. If you don't want to see the bounce mail after the i

Re: Open relay?? again

2005-12-15 Thread Jay Lowe
Stefano Bagnara wrote: Jay Lowe wrote: Sorry to repeat this question.. I've never seen a simple answer to this problem (if it is a problem). It looks like I'm an open relay. I have my config.xml set for true and 192.168.1.3/255.255.255.0, my.fixed ip.address (my.fixed.ip.address rep

Re: Open relay?? again

2005-12-15 Thread Vincenzo Gianferrari Pini
The first case shown in your log looks like there was a message sent to a wrong address, hence stored in "db://maildb/deadletter/address-error" and after that bounced back to "[EMAIL PROTECTED]". Could it be? It would not be an open relay but normal operations. Also the s

Re: Open relay?? again

2005-12-15 Thread Stefano Bagnara
Jay Lowe wrote: > Sorry to repeat this question.. I've never seen a simple answer to this > problem (if it is a problem). It looks like I'm an open relay. > I have my config.xml set for true > and 192.168.1.3/255.255.255.0, my.fixed > ip.address (my.fixed.ip.address

Open relay?? again

2005-12-15 Thread Jay Lowe
Sorry to repeat this question.. I've never seen a simple answer to this problem (if it is a problem). It looks like I'm an open relay. I have my config.xml set for true and 192.168.1.3/255.255.255.0, my.fixed ip.address (my.fixed.ip.address replaced with the real address) mailet

Re: Am I an open relay?

2005-07-08 Thread Vincenzo Gianferrari Pini
When you test yourself, you should send to a recipient *outside* your domain. Only in this case SMTP AUTH is enforced by James. Vincenzo Ivan Jouikov wrote: Basically I didn't configure the server to be an open relay. I have it using SMTP Auth and it allows a couple local address to

Re: Am I an open relay?

2005-07-08 Thread Stefano Bagnara
> The reason I have a concern is because when doing tests from > my outlook, it seems that I'm able to send a test message > without using SMTP auth. > > However, I cannot send normal messages without SMTP auth - > only the test one. What are the differences between the test message and the "

Am I an open relay?

2005-07-08 Thread Ivan Jouikov
Basically I didn't configure the server to be an open relay. I have it using SMTP Auth and it allows a couple local address to relay openly. If I try using http://members.iinet.net.au/~remmie/relay/ , the log says that SMTP AUTH denied the message for like 10 times, but then it fi

returned mail headers - open relay???

2005-02-18 Thread Daniel Perry
I often receive returned messages that have been sent with from addresses at our mail severs. I received one such message today from aol, with an attachement, which from what i can work out are the headers of the origional message: The message starts: The original message was received at Fri, 18

Re: Open relay

2004-06-04 Thread crystal
TECTED]> > >Reply-To: "James Users List" <[EMAIL PROTECTED]> > >To: James Users List <[EMAIL PROTECTED]> > >Subject: Re: Open relay > >Date: Wed, 02 Jun 2004 16:02:25 -0700 > > > >last i checked, james was not configured as an open relay by defaul

Re: Open relay

2004-06-03 Thread Stephen Gaines
List <[EMAIL PROTECTED]> Subject: Re: Open relay Date: Wed, 02 Jun 2004 16:02:25 -0700 last i checked, james was not configured as an open relay by default. ask your isp to show you the e-mail that they successfully relayed through it--me thinks they are confusing *accepting* a message with

Re: Open relay

2004-06-02 Thread bill
last i checked, james was not configured as an open relay by default. ask your isp to show you the e-mail that they successfully relayed through it--me thinks they are confusing *accepting* a message with *relaying* a message--james accepts everything, but only passes on what makes it through

Open relay

2004-06-02 Thread Rupert Young
My ISP won't unblock port 25 for SMTP because they say my amil server, James 2.1.3, is an open relay. How do I re-configure James to not be open relay? Any help appreciated. Regards, Rupert Young - To unsubscribe, e

RE: "Open-Relay" Problem - ORDB, MAPS etc.

2004-03-23 Thread bill page
ne ip (which is a natted private IP). Given that you can put up James in 1/2 hour, give it a try. hope that helps bill page > -Original Message- > From: Lahu [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 23, 2004 9:42 AM > To: [EMAIL PROTECTED] > Subject: "Open-Relay&

RE: "Open-Relay" Problem - ORDB, MAPS etc.

2004-03-23 Thread Noel J. Bergman
> > However, I see a growing concern amongst my peers for > > the "open-relay" thing. I want to inquire that, can > > JAMES be possibly listed in the blacklists (ORDB, MAPS > > etc.). > > > I m asking because JAMES accepts the messages from ANY >

Re: "Open-Relay" Problem - ORDB, MAPS etc.

2004-03-23 Thread bill parducci
m a pretty satisfied JAMES user. So far, JAMES has pleased me on almost every account. (Though, I helped catch a service-level (i.e. SMTP, NNTP, POP) "connectionLimit" bug) However, I see a growing concern amongst my peers for the "open-relay" thing. I want to inquire that, ca

"Open-Relay" Problem - ORDB, MAPS etc.

2004-03-23 Thread Lahu
Hi eveybody, I m a pretty satisfied JAMES user. So far, JAMES has pleased me on almost every account. (Though, I helped catch a service-level (i.e. SMTP, NNTP, POP) "connectionLimit" bug) However, I see a growing concern amongst my peers for the "open-relay" thing. I want

RE: Configuring James to avoid spam open-relay

2003-11-28 Thread Noel J. Bergman
> I use James to serve 2 domains. The email clients doesn't > use the James SMTP server directly but rather their own > ISP smtp. > Is there a way to configure it to reject mails that are not > for my 2 domains without loosing the email notification to > sender on the error processor ? If you con

RE: Configuring James to avoid spam open-relay

2003-11-20 Thread Noel J. Bergman
> I've still not found how to allow delivering mails only for > local accounts and for external address for mails generated > during the root processor. Hence the 127.0.0.1. --- Noel - To unsubscribe, e-mail: [EMAIL PROT

Re: Configuring James to avoid spam open-relay

2003-11-20 Thread Carl
Thanks for your response, I'm still looking on he docs but still get lost. I'm sorry it's seems to be a very simple questionn I feel stupid to bother you... Sure that all incoming mails are for local consumption, but for things like email noitifications or redirect to an external email, the tr

RE: Configuring James to avoid spam open-relay

2003-11-20 Thread Noel J. Bergman
> for the RemoteAddrNotInNetwork=127.0.0.1, if I enable this, many > of good emails will be dropped : the users use their own ISP smtp > server and not the james one... If users use their ISP smtp server, then the only e-mail impacting James will be mail intended for local consumption. The Remote

Re: Configuring James to avoid spam open-relay

2003-11-20 Thread Carl
56 PM Subject: Configuring James to avoid spam open-relay Hi, I use James to serve 2 domains. The email clients doesn't use the James SMTP server directly but rather their own ISP smtp. I use the out of the box James 2.1.3 confi.xml (with very little change) and looking at the spool, I see

Re: Configuring James to avoid spam open-relay

2003-11-19 Thread Fox Sterling
; <[EMAIL PROTECTED]> Sent: Tuesday, November 18, 2003 7:56 PM Subject: Configuring James to avoid spam open-relay > Hi, > > I use James to serve 2 domains. The email clients doesn't use the James > SMTP server directly but rather their own ISP smtp. > > I use the out of

Configuring James to avoid spam open-relay

2003-11-18 Thread Carl
Hi, I use James to serve 2 domains. The email clients doesn't use the James SMTP server directly but rather their own ISP smtp. I use the out of the box James 2.1.3 confi.xml (with very little change) and looking at the spool, I see that some people use my server as an open relay to