Re: Connection refused

2005-04-28 Thread Camron Levanger
It sounds to me like you are using mysql 4.1 or greater. You need to download the connectorj 3.0.9 driver from the mysql site and put it in your lib directory, then you need to go into your datasource and switch the driver from org.gjt.mm.mysql to com.mysql.jdbc.Driver -Cam On Apr 28, 2005,

Re: Connection refused

2005-04-28 Thread Kelly
I am still having a problem getting the database to connect. This is from\m the default log. It happens when I try to access the server. 28/04/05 22:04:27 ERROR database-connections.maildb: Error creating connection: java.sql.SQLException: Cannot connect to MySQL server on boredomhost.com:3306. I

Re: Connection refused

2005-04-28 Thread Kelly
Logs seem very detailed look normal. Any particular one you want me to post? Yes I am running Solaris. I am not sure what 'tail -f *' means. How do I do it? How do I turn on DEBUG for all log types? Noel J. Bergman wrote: OK. What is showing up in the logs? Is this Solaris? Have you don

RE: Connection refused

2005-04-28 Thread Noel J. Bergman
OK. What is showing up in the logs? Is this Solaris? Have you done something like tail -f * in the logs directory, and checked? Have you turned on DEBUG for all of the log types? --- Noel - To unsubscribe, e-mail: [E

Re: Connection refused

2005-04-28 Thread Kelly
I tried it without the SQL string before I put it in. same response. I am desperate! Grasping at straws. Kelly Noel J. Bergman wrote: Why are you passing the SQL string? Just leave it. --- Noel - To unsubscribe, e-mail: [

RE: Connection refused

2005-04-28 Thread Noel J. Bergman
Why are you passing the SQL string? Just leave it. --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Connection refused

2005-04-28 Thread Kelly
I am having a problem with my server connecting via client or via telnet. (see below) Anyone have any ideas? Thanks Kelly ###If I comment out this mailet I can connect to the server via telnet or mail client. If I leave it in the code I cannot connect with either.

JdbcVirtualUserTable

2005-04-28 Thread robert . skubij
Hi! I was lokking posted message about JDBCVirtualUsersTable. Below is my steps to create virtuals domains with aliases one to many users. In my organization is 5 domain, like 80 users and many aliases (over 500!). All mails is checked by SpamAssassin mailet and ClamAV! Work super!!! adomain.co

JdbcVirtualUserTable

2005-04-28 Thread robert . skubij
Hi! I was lokking posted message about JDBCVirtualUsersTable. Below is my steps to create virtuals domains with aliases one to many users. In my organization is 5 domain, like 80 users and many aliases (over 500!). All mails is checked by SpamAssassin mailet and ClamAV! Work super!!! adomain.co

Please Help with James Sending Email Receipt Notifications

2005-04-28 Thread Ignacio Bolivar
Hi, all. If anyone would _please_ help answer this question, I'd _really_ appreciate it. We're already using JDBCVirtualUserTable quite successfully for receipt and delivery of local mail, as well as forwarding to external addresses. What we'd like to do is for a subset of users send an email no

RE: JDBCVirtualUserTable

2005-04-28 Thread Kelly
I think this might have done the trick. I can keep JAMES running without throwing any exceptions anyway. Now I have a dumb question I guess. If I were going to have an email address of '[EMAIL PROTECTED]' how would I set up the VirtualUserTable in MySQL? What do I put in the fields? K > -

Server Hang

2005-04-28 Thread Chris Hane
I had the following 2 error types in my log files a number of times. Any thoughts on what it is or the cause. I went looking for errors because the server was hung and would not send/receive. Once I restarted james, everything seems to work normally. Looking at the errors, I'm not sure they co

RE: JDBCVirtualUserTable

2005-04-28 Thread Kelly
I am running Solaris 9 do you think this will still apply to my OS? I changed the mysql hosts to 'any'. It still gives me an error. K > Original Message > Subject: RE: JDBCVirtualUserTable > From: "Daniel Perry" <[EMAIL PROTECTED]> > Date: Thu, April 28, 2005 4:57 am > To: "Ja

pop3server: Sent: -ERR

2005-04-28 Thread Theodore Watson
An account is not able to fully retrieve its inbox, which is particuarly large. It seems to be producing an error on the same message each time, but I am having trouble narrowing that down. Any ideas what could be causing this? Thanks. Ted Watson 28/04/05 11:41:17 DEBUG pop3server: Sent: +

Re: Telnet on port 25 not works

2005-04-28 Thread apache
> I can't send mail from my mail client located not on the server. > I already use James to send mail from the server, infact on > the server I have a web site with Active Server Pages and it > sends mails correctly. > > I tryed to connect on: telnet 25 from another > PC, and it responds "Con

RE: Telnet on port 25 not works

2005-04-28 Thread Noel J. Bergman
> I have a web site with Active Server Pages and it > sends mails correctly. OK, at least that implies which platform you're using. > I tryed to connect on: telnet 25 from another PC, > and it responds "Connection to host lost." while from the > server it responds properly. You can use netstat

RE: Telnet on port 25 not works

2005-04-28 Thread Jason Webb
I think the server may have a firewall or port blocker installed on the mail server. What server OS are you running? James doesn't block ports in that way so I don't think James is the problem here. Beware of local virus scanners on your PC which may hijack any outgoing port 25 connections. -- Jas

Re: Telnet on port 25 not works

2005-04-28 Thread Serge Knystautas
On Thu, 28 Apr 2005 15:26:51 +0200 "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: I can't send mail from my mail client located not on the server. I already use James to send mail from the server, infact on the server I have a web site with Active Server Pages and it sends mails correctly. I t

Telnet on port 25 not works

2005-04-28 Thread [EMAIL PROTECTED]
I can't send mail from my mail client located not on the server. I already use James to send mail from the server, infact on the server I have a web site with Active Server Pages and it sends mails correctly. I tryed to connect on: telnet 25 from another PC, and it responds "Connection to host

RE: JDBCVirtualUserTable

2005-04-28 Thread Daniel Perry
Btw, one issue i've found under linux is that jdbc appears to be connecting using the full server name, not localhost, so the user should be set up in mysql to to allow myservername.com, not localhost. Daniel. > -Original Message- > From: Noel J. Bergman [mailto:[EMAIL PROTECTED] > Sent:

Re: Cant sen mail

2005-04-28 Thread apache
> I have an dinamic IP, so I cant use the ip to authorize, I > have to use the user autentication. > this is my config.xm snippet > [...] > Wha's the problem? What is the error you are receiving? Does james say that you are not allowed to relay? Can you look in the logs to find out what happens t

Cant sen mail

2005-04-28 Thread [EMAIL PROTECTED]
I have an dinamic IP, so I cant use the ip to authorize, I have to use the user autentication. this is my config.xm snippet true - - <#> 127.0.0.0/8 - - - true Wha's the problem? Regards