-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown outgoing mails #290
Comments
Hi, did you ever figure out the issue? I'm facing the same now. I just noticed that the postfix process inside the addy container is sending out emails that have nothing to do with the domain I configured in addy. I had expected that addy would drop any email that was sent to email addresses that was not one of the configured aliases. |
Figured out the issue. The postfix in the container is receiving the emails and sending them to addy. This is done via a virtual transport and anything that doesn't match, gets automatically sent to your relayhost. The fix was more or less simple. You can create a shell script and have it mapped to /etc/cont-init.d which will get automatically picked up on container start. You will need to the recipient_access and transport files for your own situation.
|
Support guidelines
I've found a bug and checked that ...
Description
I'm using Addy as a docker container with AWS SES as SMTP Relay.
As I'm not owning a static IP, I've set up a VPS which is connected via VPN and port 25 is being forwarded to my docker container.
It's working fine, but sometime I see outgoing unknown mails being send.
Sometimes it's a few per day but at some times it's being about hundreds in an hour.
Expected behaviour
No unknown mails are being sent
Actual behaviour
Sometimes unknown mails are being sent.
Steps to reproduce
Don't know
Docker info
Docker Compose config
Logs
The text was updated successfully, but these errors were encountered: