• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: JavaMail/JMTA help request
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: JavaMail/JMTA help request


  • Subject: Re: JavaMail/JMTA help request
  • From: Zak Burke <email@hidden>
  • Date: Tue, 26 Oct 2004 19:41:59 -0400

To slurp an Exception's stacktrace into a String, do this:

	import java.io.StringWriter;
	import java.io.PrintWriter;
	...
	Exception e = new Exception("bad things");
	StringWriter sw = new StringWriter();
	e.printStackTrace(new PrintWriter(sw));
	String stackTrace = sw.toString();

zak.




Nathan Dumar wrote on 10/26/04 5:36 PM:
Once again, you're right. I was sending mail to myself (which will eventually include the stack trace, when I figure out how to do that). My ISP was blocking the incoming mail, not blocking the SMTP server. So, I just send to my yahoo address, and problem solved.

Thanks yet again.

Nathan

On Oct 26, 2004, at 4:53 PM, Petite Abeille wrote:

It works now ... or it would, but my ISP has decided to block it.  This
appeared in my System.out:

Oct 26, 2004 4:23:56 PM alt.dev.jmta.JMTA sendMessage
WARNING: 550 5.7.1 Mail Refused - 68.202.63 - See
http://security.rr.com/mail_blocks.htm#security - 20031206

Nice. I guess they don't allow any smtp servers that aren't their own.


I don't think this is it.... is 68.202.63 your current IP address? Is it static?

It would appear not:

NetRange:   68.200.0.0 - 68.207.255.255
CIDR:       68.200.0.0/13
NetName:    RR-SOUTHEAST-BLK3
NetHandle:  NET-68-200-0-0-1
Parent:     NET-68-0-0-0-0
NetType:    Direct Allocation

Wild guess: are you trying to send an email to yourself from your home machine?

If so, the receiving ISP's SMTP server is most likely not accepting
inbound SMTP traffic from dynamic IP addresses in a futile attempt to
reduce spam.

PA.


_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: JavaMail/JMTA help request
      • From: Nathan Dumar <email@hidden>
References: 
 >JavaMail/JMTA help request (From: Nathan Dumar <email@hidden>)
 >Re: JavaMail/JMTA help request (From: Petite Abeille <email@hidden>)
 >Re: JavaMail/JMTA help request (From: Nathan Dumar <email@hidden>)
 >Re: JavaMail/JMTA help request (From: Petite Abeille <email@hidden>)
 >Re: JavaMail/JMTA help request (From: Nathan Dumar <email@hidden>)

  • Prev by Date: Re: CSS Integration and SubComponents (Partial components?)
  • Next by Date: Re: JavaMail/JMTA help request
  • Previous by thread: Re: JavaMail/JMTA help request
  • Next by thread: Re: JavaMail/JMTA help request
  • Index(es):
    • Date
    • Thread