blongmon
Results
1
issues of
blongmon
Hi! I'm hosting my own mailserver with whitelist for relaying mails. The enviroment in docker-compose.yml looks like this: environment: - WG_CONF_DIR=/data - WG_INTERFACE_NAME=wg0.conf - SMTP_HOST=mailserver.internal - SMTP_PORT=25 - SMTP_FROM=WgGenWeb Following...