Re: send mail out

2009-12-10 Thread pady-geazy
I did try to telnet and it fails although the port is open in my router. Then comcast has to be closing the port then ? ( although the help desk guy said it is all open )... pady - Original Message - From: "Norman Maurer" To: "James Users List" Sent: Thursda

comcast business account and not able to send mail out...

2009-12-08 Thread pady-geazy
I had a gateway setup to do RemoteDelivery ( mailhop.org ). Now I upgraded to Comcast business and they do not block me sending email out. But when I disable the RemoteDelivery gateway nodes, I do not see email delivered outside. I can send email within my domain. I see this error in "mailet"

send mail out

2009-12-08 Thread pady-geazy
I had a gateway setup to do RemoteDelivery ( mailhop.org ). Now I upgraded to Comcast business and they do not block me sending email out. But when I disable the RemoteDelivery gateway nodes, I do not see email delivered outside. I can send email within my domain. I see this error in "mailet" log

sending mail out...

2009-12-08 Thread pady-geazy
I sent a mail earlier about not being able to send messages out. I got an error email from the mail server as: Hi. This is the James mail server at PRABHA. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work

Re: simple beginner question...

2009-11-13 Thread pady-geazy
I got it to work by setting a name for the sender in commons-email and then setting the "From:" header... email.setFrom("pady at appdomain dot com", "padysrini at gmail dot com" ); email.addHeader("From:", "padysrini at gmail dot com"); MS

Re: simple beginner question...

2009-11-13 Thread pady-geazy
Exception: 503 5.7.1 Incorrect Authentication for Specified Email Address pady - Original Message - From: "Norman Maurer" To: "James Users List" Sent: Friday, November 13, 2009 8:47 PM Subject: Re: simple beginner question... Hi Pady, yeah just use the addr

Re: simple beginner question...

2009-11-13 Thread pady-geazy
end email as 'app at appdomain dot com' but spoof the send address after authentication to 'user at gmail dot com'. pady - Original Message - From: "Stefano Bagnara" To: "James Users List" Sent: Friday, November 13, 2009 1:33 PM Subject: Re: si

Re: simple beginner question...

2009-11-13 Thread pady-geazy
test...most mails i send to this list is getting rejected as mail abuse... pady - To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org For additional commands, e-mail: server-user-h...@james.apache.org

Re: simple beginner question...

2009-11-12 Thread pady-geazy
tmlEmail email = new HtmlEmail(); email.setHostName(info.mailserver); email.setAuthentication(info.username, info.password); email.setSmtpPort(info.smtpport); email.setFrom("padysrini at gmail dot com"); email.addTo("padysrini at hotmail dot com"); email.setSubject(subject); e

simple beginner question...

2009-11-11 Thread pady-geazy
"a at gmail dot com" Can this be done with a mailet ? Thanks pady

Re: sending email from localhost...

2009-10-26 Thread pady-geazy
Hi, It appears that routers should be supporting this loopback. Unfortunately, the router that is given by Comcast does not support this. For now, I have done a software workaround to look at "localhost" if it is this server. Thanks pady - Original Message - From: &

sending email from localhost...

2009-10-25 Thread pady-geazy
ping works. Is this something about the firewall or is it a setting in james ? Thanks pady

confirming smtp setup...

2008-12-21 Thread pady
36 true mydomain.com,127.0.0.0/8 true 0 Thanks -- pady - To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org For additional commands, e-mail: server-user-h