-
Notifications
You must be signed in to change notification settings - Fork 13
Mail Notes
Charlie Martin edited this page Oct 24, 2017
·
1 revision
We have included dockerhub:todz/postfix as the chords_mta container.
- MY_NETWORKS = 172.0.0.0/8. Thus chords_mta will allow all other docker containers to connect to it without authentication.
- However, gmail is very picky about the IP originating address, and will reject messages addressed to gmail.com. EC2 elastic IPs will mostly be rejected. I found one IP out of five that gmail allows.
- The rejection errors are found in chords_mta/var/log/syslog, and look like:
Grafana alerting will work either when using chords_mta as the mail transfer agent, or going directly to an email service such as gmail. For the latter, a mail server, user and password must be provided. These are included in the smtp settings for Grafana, defined in docker-compose.yml (well, actually in .env). Of course, this should NOT be a personal email account, but rather one that is only used for CHORDS:
GF_SMTP_ENABLED=true
[email protected]
GF_FROM_NAME=CHORDS Grafana
GF_SMTP_HOST=smtp.gmail.com:465
[email protected]
GF_SMTP_PASSWORD=*********
Project Management
- Stakeholders
- Communication
- Use Cases
- Requirements
- Deliverables
- Milestones Associated with a Release
- "Sandbox" Milestones
- Github Workflow
AWS
- AWS Portal Migrations
- Amazon Appliance Workflow
- Overview
- Bringing up a new CHORDS Portal
- Cloud Formation
- EC2 Costing and Memory Constraints
Docker
- Running CHORDS
- Docker on AWS
- Duplicating Docker/Influxdb portals
- Docker on Raspberry Pi
- Docker Details and Tips
- Running CHORDS on Windows 10
Influxdb
Data Formats
Google Maps
Ingest Utilities
Miscellaneous
- Recovery from a full disk
- Github/Dockerhub release scheme
- CHORDS gh-pages and jeykll
- Bootstrap
- CHORDS Portal Web Site
- Dashboard Helper Refactor
- Development Notes
- Heroku
- Meteobridge
- Migrating from mysql to mysql/influxdb portals
- NCAR Wx Stations into CHORDS
- PAWS to CHORDS
- Post Get Query Syntax
- Postgres Testing
- Rails Tips
- Ruby and Rails Resources
- CUAHSI Archive
Historical Archive