SES ingress hook
This webhook connects AWS SNS with the mail processing pipeline. A message to this endpoint triggers a cascade that ends with pushing a parsed IMAP-Payload into the unified processing pipeline.
Message handling
The webhook flow to process incomming notifications is always identical and follows these steps:
- Validate request certificate and source ARN
- (Confirm valid subscription verification requests and stop processing)
- Parse Message body
- Fetch raw message from S3
- Parse raw message data
- Hand over to unified processing pipeline
Setup
To use AWS for MailFlow Relay follow the setup guide.