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
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"
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
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
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
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
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
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
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
"a at gmail dot com"
Can this be done with a mailet ?
Thanks
pady
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: &
ping works. Is this something about the
firewall or is it a setting in james ?
Thanks
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
13 matches
Mail list logo