Puppet: System Administration Automated

Support

Ticket #996 (closed defect: wontfix)

Opened 11 months ago

Last modified 11 months ago

tagmail doesn't like greylisting/no perm rejection

Reported by: jamtur01 Assigned to: community
Priority: lowest Milestone:
Component: server Version: 0.24.1
Severity: trivial Keywords: tagmail greylist 450 smtp
Cc: Triage Stage: Ready for checkin
Attached Patches: None Complexity: Easy

Description

tagmail fails to send reports when it receives a 450 error.

info: Processing reports tagmail for absinthe.lovedthanlost.net
info: Sending report to james@lovedthanlost.net
/usr/lib/ruby/site_ruby/1.8/puppet/reports/tagmail.rb:137:in `send': Could not send report emails through smtp: 450 This mail is temporarily denied (Puppet::Error)
        from /usr/lib/ruby/site_ruby/1.8/puppet/reports/tagmail.rb:124:in `fork'
        from /usr/lib/ruby/site_ruby/1.8/puppet/reports/tagmail.rb:124:in `send'
        from /usr/lib/ruby/site_ruby/1.8/puppet/reports/tagmail.rb:119:in `process'
        from /usr/lib/ruby/site_ruby/1.8/puppet/network/handler/report.rb:66:in `process'
        from /usr/lib/ruby/site_ruby/1.8/puppet/network/handler/report.rb:59:in `each'
        from /usr/lib/ruby/site_ruby/1.8/puppet/network/handler/report.rb:59:in `process'
        from /usr/lib/ruby/site_ruby/1.8/puppet/network/handler/report.rb:33:in `report'
        from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `to_proc'
         ... 26 levels...
        from /usr/lib/ruby/site_ruby/1.8/puppet.rb:334:in `start'
        from /usr/lib/ruby/site_ruby/1.8/puppet.rb:333:in `each'
        from /usr/lib/ruby/site_ruby/1.8/puppet.rb:333:in `start'
        from /usr/bin/puppetmasterd:281

Not sure whether it is worth fixing this error - it being really an SMTP configuration issue - but perhaps some better error handling?

Change History

01/09/08 02:18:20 changed by jamtur01

  • priority changed from normal to lowest.
  • complexity changed from Unknown to Easy.
  • severity changed from normal to trivial.

01/09/08 08:26:46 changed by jamtur01

  • status changed from new to closed.
  • resolution set to wontfix.
  • stage changed from Unreviewed to Accepted.

Actually going to fix this by updating the documentation I think to mention that you need to whitelist the tagmail sender if you're using anti-spam.

01/10/08 04:12:48 changed by jamtur01

  • stage changed from Accepted to Ready for checkin.

Fixed in commit [f15696cd547106b61cd8a9da4b69453ba89dfd18] in branch 0.24.x