Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 266539 Details for
Bug 359525
Improve email config for production
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch from Robin
robbat2-outgoing-email.patch (text/plain), 2.65 KB, created by
Petteri Räty (RETIRED)
on 2011-03-19 15:49:12 UTC
(
hide
)
Description:
Patch from Robin
Filename:
MIME Type:
Creator:
Petteri Räty (RETIRED)
Created:
2011-03-19 15:49:12 UTC
Size:
2.65 KB
patch
obsolete
>Return-Path: <robbat2@gentoo.org> >X-Original-To: Betelgeuse@gentoo.org >Delivered-To: Betelgeuse@gentoo.org >Received: from localhost (localhost [127.0.0.1]) > by smtp.gentoo.org (Postfix) with ESMTP id B18801B4029 > for <Betelgeuse@gentoo.org>; Sat, 12 Mar 2011 21:10:25 +0000 (UTC) >X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org >X-Spam-Score: -2.225 >X-Spam-Level: >X-Spam-Status: No, score=-2.225 required=5.5 tests=[AWL=0.374, > BAYES_00=-2.599] >Received: from smtp.gentoo.org ([127.0.0.1]) > by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) > with ESMTP id vR3w+5END+nx for <Betelgeuse@gentoo.org>; > Sat, 12 Mar 2011 21:10:19 +0000 (UTC) >Received: from mail.as30085.net (mail.isohunt.com [208.95.172.20]) > by smtp.gentoo.org (Postfix) with ESMTP id EF1211B41E5 > for <Betelgeuse@gentoo.org>; Sat, 12 Mar 2011 21:10:18 +0000 (UTC) >Received: (qmail 26286 invoked from network); 12 Mar 2011 21:10:17 -0000 >Received: from tsi-static.orbis-terrarum.net (HELO grubbs.orbis-terrarum.net) (76.10.188.108) > by mail.as30085.net (qpsmtpd/0.33-dev on beta01) with (AES256-SHA encrypted) ESMTPS; Sat, 12 Mar 2011 21:10:17 +0000 >Received: (qmail 1235 invoked by uid 0); 12 Mar 2011 21:10:15 -0000 >From: robbat2@gentoo.org >To: jbartosik@gmail.com >Cc: Betelgeuse@gentoo.org, "Robin H. Johnson" <robbat2@gentoo.org> >Subject: [PATCH] Set up production outgoing mail delivery. >Date: Sat, 12 Mar 2011 21:10:10 +0000 >Message-Id: <1299964210-1147-1-git-send-email-robbat2@gentoo.org> >X-Mailer: git-send-email 1.7.4.1 > >From: Robin H. Johnson <robbat2@gentoo.org> > >Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> >--- > config/environments/production.rb | 14 +++++++++++++- > 1 files changed, 13 insertions(+), 1 deletions(-) > >diff --git a/config/environments/production.rb b/config/environments/production.rb >index 27119d2..86e8d41 100644 >--- a/config/environments/production.rb >+++ b/config/environments/production.rb >@@ -24,5 +24,17 @@ config.action_view.cache_template_loading = true > # Disable delivery errors, bad email addresses will be ignored > # config.action_mailer.raise_delivery_errors = false > >+# We care about email errors >+config.action_mailer.raise_delivery_errors = true >+config.action_mailer.delivery_method = :sendmail >+bounce_address = 'recruiters@gentoo.org' >+config.action_mailer.sendmail_settings = { >+ :location => '/usr/sbin/sendmail', >+ :arguments => '-i -t -f '+bounce_address, >+} >+ >+# Real hosting location >+config.action_mailer.default_url_options = { :host => 'recruiting.gentoo.org' } >+ > # Enable threaded mode >-# config.threadsafe! >\ No newline at end of file >+# config.threadsafe! >-- >1.7.4.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 359525
: 266539