On 2/10/08 20:42, Andrew Shafer wrote:
> 
> Last night I started getting these when I try to send patches using git 
> and my DSL from home:
> 
> <[email protected] <mailto:[email protected]>>: host 
> gmr-smtp-in.l.google.com <http://gmr-smtp-in.l.google.com>[74.125.45.14 
> <http://74.125.45.14>]
>     said: 550-5.7.1 [75.169.76.93 <http://75.169.76.93>] The IP you're 
> using to send mail is not
>     authorized 550-5.7.1 to send email directly to our servers. Please 
> use the
>     SMTP 550-5.7.1 relay at your service provider instead. Learn more at
>     550 5.7.1 http://mail.google.com/support/bin/answer.py?answer=10336
>     22si1631654yxr.1 (in reply to end of DATA command)
> 
> 
> Anyone know a work around?

Do you use git send-email in sendmail mode, or do you point it to a SMTP 
server?

In sendmail mode, it will do whatever your local MTA is configured to do 
(and I bet it is direct delivery). Direct delivery from a residential 
access is IMHO not a Good Thing(tm). There are plenty of MTA admin (like 
me) who on purpose blocks ISPs residential subnets to prevent spam.

 From there, you have two choices:
  * relay through a known MTA you control (SASL authentification). I use 
my work MTA for this (we allow authentified relay).

or
  * relay from your ISP SMTP server.

Hope that helps,
-- 
Brice Figureau
Days of Wonder
http://www.daysofwonder.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to