Re: Cannot receive email in my james server (I can send ok)

2005-03-28 Thread Clive Tonge
Juan, Can you telnet into James on your own computer? I will assume that you can. Open port 25 on your firewall. If it isn't open SMTP won't work. I did try to telnet to your server without success. Clive Juan Jose Costello Levien wrote: Clive, Thanks for your answer. My hostname is jcostello.ath

Re: Cannot receive email in my james server (I can send ok)

2005-03-28 Thread Clive Tonge
Hi Juan, We have seen this problem before. Often it is caused by your ISP blocking port 25. Try the following: From your Linux machine check to see if you can telnet into James. telnet localhost 25 You should see a message from James. If you do James is working correctly. You will need to type qu

Re: Urgent: Spam Backdoor in James?

2005-03-14 Thread Clive Tonge
Hi Colin, If the system is sending messages to itself and accepting them; than I would think that, either the joymail.com is listed in the servername of the config.xml or possibly the hostname of the computer has been compromised. You may want to check your computers hostname. Good Luck, Cliv

Re: Urgent: Spam Backdoor in James?

2005-03-13 Thread Clive Tonge
Hi, Dreadful situation there. One thought came to my mine as I read this. Have you tried to turn off the php webmail and / or temporarily shutout the one IP you accept email from. I would think that it would be much more likely to have a trojan of some sort running there rather than though

Re: Running SMTP on 2 ports simultaneously?

2004-11-20 Thread Clive Tonge
J Malcolm wrote: A client's company just shut down outbound port 25 on their firewall, which means this client can no longer get to my SMTP server. I know I could change ports on the SMTP server, but that breaks all the other clients who expect port 25. I need to run an instance of SMTP on 25 and

Re: using mail through JAMES

2004-07-15 Thread Clive Tonge
Bahman Farhanieh wrote: Hei! We are running RH 9, JAMES 2.1.3 We have disabled sendmail in linux in order to utilise JAMES, however, in an application a call is made to 'mail' and no mail is sent out. Hi Bahman, Below is the URL to the archive post I made with the solution that I have been usi

Re: Is it strange?

2004-07-05 Thread Clive Tonge
Stephen Goodey wrote: Bahman This happens to our server alot too, its very annoying. Can't workout what the problem is :( Regards Stephen *From:* Bahman [mailto:[EMAIL PROTECTED] *Sent:* 04 July 2004 17:40 *To:* James *S

Re: Scheduling in James

2004-03-23 Thread Clive Tonge
[EMAIL PROTECTED] wrote: Hi all, I'm looking to send out a series of template-based emails on certian set dates. Is there some sort of scheduler that I can use to prod a certain mailet awake to check the database, and send the email out on that date? On the other hand is there some way I can use

Re: Listserver and Database in 2.2.0axx

2004-03-17 Thread Clive Tonge
Scott Hamilton wrote: On Wed, 17 Mar 2004 17:13, Clive Tonge wrote: How do I setup the user repository in the database?? Can I ? Yes I am doing this with 2.2.0a14 in $JAMES_HOME/app/james/conf this is two files james-listmanager.xml and james-liststores.xml I'm guessing y

Listserver and Database in 2.2.0axx

2004-03-16 Thread Clive Tonge
I finally have the listserver working in version 2.2.0a13 Note to others: If you are having problems with listserve - check and double check the list names and the repository names in your configuration files. While it is up and running I would like to be using it with the database as the user

Re: Sending an email from the server

2004-02-28 Thread Clive Tonge
only 15 k) but the README file covered everything. Two things to note: the README is written with \ (slashes) separating the options, in the examples, they aren't required. And to get the script to run correctly after it is installed, log off and back on. Thanks Danny Angus for your hel

Re: Sending an email from the server

2004-02-28 Thread Clive Tonge
end" it to James What O/S are you using? *nix O/S's have a "mail" command you can use, I think windows makes you wrestle with MAPI providers and suchlikes. d -----Original Message- From: Clive Tonge [mailto:[EMAIL PROTECTED]] Sent: 27 February 2004 22:04 To: 'Ja

Sending an email from the server

2004-02-27 Thread Clive Tonge
How do I generate a email from a script on the server to James. I would like my backup script to inform me if it worked or not each night. An example would be greatly appreciated. Thanks Clive - To unsubscribe, e-mail: [EMAIL P

Re: Listserver setup in 2.2.0.ax

2004-02-16 Thread Clive Tonge
Steve Brewin wrote: Clive Tonge wrote: I was wondering if I also had to uncomment the ENTITY entries in config.xml? There aren't any instructions that they should be changed, so I have left them alone. Don't know anything about listServer, but I do know that the config.xml

Listserver setup in 2.2.0.ax

2004-02-16 Thread Clive Tonge
I know that the setup of listserve has changed with the 2.2 versions of James. Are there any clear step by step instructions? I haven't had much success yet. I have made changes to the james-listmanager.xml and the james-liststores.xml. I have uncommented &listserverConfig and &listserver

Re: Relay not allowed?

2003-11-03 Thread Clive Tonge
Thank you for the help. I already have RemoteDelivery setup with a gate to my ISP. Is there anything else that can be done to stop emails that are forwarded to Hotmail from bouncing? Thanks, Clive Noel J. Bergman wrote: Yes. In all probabolity, you are being denied service because many mail

Re: Relay not allowed?

2003-10-29 Thread Clive Tonge
Yes, in fact I am. I take it this makes a difference? Noel J. Bergman wrote: Remote mail server told me: 550 relaying mail to hotmail.com is not allowed Are you in a dynamic IP pool? --- Noel - To unsubscribe, e-mail: [E

Relay not allowed?

2003-10-28 Thread Clive Tonge
Hope that you can help. I have one James account that is forwarded to a Hotmail account. James returns the email with the following error. Remote mail server told me: 550 relaying mail to hotmail.com is not allowed Is there anything that I can do to stop this? Thanks for your help, Clive

Help I can't send / forward email

2003-09-15 Thread Clive Tonge
I have most of James working including fetchpop and SMTP on port 2525. I have also cloned SMTP as per the instructions for ssl. http://nagoya.apache.org/wiki/apachewiki.cgi?James/UsingSSL? But I still can't get forwarding to forward. Any email that should forward goes to the address-error folde

Re: James Isn't Picking Up Messages. SMTP error? Solved.

2003-08-27 Thread Clive Tonge
Thanks Noel for all of your help in particular. I have finally solved the problem with not being able to receive email through James SMTP. Port 25 is turned off by my ISP. I could telnet into port 25 because I was an internal part of the domain. I have bypassed that by having all of my email se

Re: James Isn't Picking Up Messages. SMTP error?

2003-08-14 Thread Clive Tonge
There only one address [EMAIL PROTECTED] Thanks Noel Noel J. Bergman wrote: While I can get the server (James ) to accept an email if I telnet into it and do it manually. I can't get the server (james) to accept the emails from any other source. So I can't get emails that are sent to me. W

Re: James Isn't Picking Up Messages. SMTP error?

2003-08-14 Thread Clive Tonge
Sorry I am not being clear. While I can get the server (James ) to accept an email if I telnet into it and do it manually. I can't get the server (james) to accept the emails from any other source. So I can't get emails that are sent to me. Everything else seems to working perfectly. Clive

Re: James Isn't Picking Up Messages. SMTP error?

2003-08-14 Thread Clive Tonge
Hi all, It has been a week and a half of trying everything I can think of to get James to pick up, or accept the mail. I am finally making a bit of progress. Maybe from this information you can help me fix whatever is wrong. I can telnet to the server and pass James a message manually. Below i

Re: James Isn't Picking Up Messages. SMTP error?

2003-08-14 Thread Clive Tonge
Thanks Noel, I have turned on the debug for both the spoolmanager and the smtpserver. I have also shutoff the secondary MX. for the time being. Noel J. Bergman wrote: Did you turn on DEBUG for the spool manager to trace the message flow? The following is the Spoolmanager log. I can only see

Re: James Isn't Picking Up Messages. SMTP error?

2003-08-14 Thread Clive Tonge
The following is the smtpserver log. for the same period as the spoolmanger log that I just sent. Note: arts-council.ca is virtually hosted at tonge.ca. I notice that it is using the IP address of the card itself not the IP address that is asighned to it by ADSL /PPP. Would that have any bearing

Re: James Isn't Picking Up Messages. SMTP error?

2003-08-14 Thread Clive Tonge
The following is the smtpserver log. for the same period as the spoolmanager log that I just sent. Note: arts-council.ca is virtually hosted at tonge.ca. I notice that it is using the IP address of the card itself not the IP address that is asighned to it by ADSL /PPP. Would that have any bearin

Re: James Isn't Picking Up Messages. SMTP error?

2003-08-09 Thread Clive Tonge
y way to get a fresh copy of config.xml? or can I convince one of the experts on the maillist to have a look at it? Maybe someone can see my error right off? See below for a copy of config.xml. Regards, Clive Tonge Noel J. Bergman wrote: That means whomever the mail was for wasn't rec

James Isn't Picking Up Messages. SMTP error?

2003-08-03 Thread Clive Tonge
Hello, I am still relatively new to Linux / Unix but, I have spent years beating up DOS and Windows Machines. I have just spent two days trying to get James to run correctly. I have read the documentation and reread it. I have reviewed the FAQ. I have search the Archives and read many of the p

How to setup Aliases for Tom Holmes

2003-08-03 Thread Clive Tonge
Hi Tom, I am very new to James so it seems odd to be answering a James question. Heck, I don't even have James working correctly. Of course that may be why I saw the answer to your question. To set up aliases as you described: Log into the Remote Manager use telnet at a command prompt on Win