Closed
Bug 781582
Opened 13 years ago
Closed 13 years ago
air-dev.allizom.org email backend change
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tmickel, Assigned: jd)
Details
Hi there,
For the Air Mozilla dev server (air-dev.allizom.org):
Add to settings/local.py:
EMAIL_BACKEND = 'django.core.mail.backends.filebased.EmailBackend'
EMAIL_FROM_ADDRESS = 'air-dev@air.mozilla.org'
EMAIL_FILE_PATH = 'FILL ME IN'
For EMAIL_FILE_PATH, we need a new directory in the air-dev media directory, which is writable. Call it media/emails, and fill in the complete path to EMAIL_FILE_PATH. Also, would it be possible to have this directory index-enabled (i.e., so we can browse to the directory at http://air-dev.allizom.org/media/emails/ and see what files have been written by the server).
Thanks a lot!
Assignee | ||
Comment 1•13 years ago
|
||
Tim,
This has been completed. Please let me know if you have any issues.
Assignee: server-ops-webops → jcrowe
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•13 years ago
|
||
Thanks Jason.
One thing - when visiting https://air-dev.allizom.org/media/emails/ there is a 403 error. Could we get a directory listing instead?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 3•13 years ago
|
||
Tim,
This works now.
Regards
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•