Closed Bug 771462 Opened 12 years ago Closed 12 years ago

Configure email settings for the https://mozillaignite-dev.allizom.org/ instance

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: alfredo, Assigned: cturra)

References

()

Details

As part of the Mozilla Ignite competition there are a few booking reminders that are sent via email.

The email traffic will be very low, since it is only sent to winning submissions.
Assignee: server-ops-webops → cturra
:alfredo - to confirm, are you looking for an email address created for bookings? ideally, what address would you like?
Status: NEW → ASSIGNED
cturra: we are looking to have the mail settings configured. Not sure if the default localhost settings would work.

Cheers!
after some digging, it turns out we have postfix locally on all web nodes. they route mail around internally, so should be able to send with the following simple config change.

  EMAIL_HOST = 'localhost' 
  #EMAIL_HOST_USER = ''
  #EMAIL_HOST_PASSWORD = ''

this has now been applied to -dev.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.