anonaddy / docker

AnonAddy Docker image
MIT License
519 stars 56 forks source link

Feature request: Allow configuring external mailserver #291

Open mod20388 opened 4 months ago

mod20388 commented 4 months ago

Description

If I understand correctly, right now the image is bundled with Postfix integrated. This makes sense if you are running Anonaddy as a standalone mailserver. However, it is not optimal if you already have a mailserver up and running (on the same host) and just want to add Anonaddy as a service on a subdomain.

This is a feature request to add options to allow for configuring Anonaddy to talk to an external mailserver.

EDIT: OK, nevermind, I think what I described can be implemented by forwarding back and forth between Anonaddy's mailserver and the actual mailserver. Feel free to close this issue.