diff options
author | Kablersalat <crt@adastra7.net> | 2025-03-19 01:10:02 +0100 |
---|---|---|
committer | Kablersalat <crt@adastra7.net> | 2025-03-19 01:10:02 +0100 |
commit | 427ef022bb5bc9a28a707fbb1efe08a72286b7ab (patch) | |
tree | f422b309aa870c3dde073519fef52f7b600579e5 /config/config.env |
less swearing and first public push
Diffstat (limited to 'config/config.env')
-rw-r--r-- | config/config.env | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/config/config.env b/config/config.env new file mode 100644 index 0000000..44f2099 --- /dev/null +++ b/config/config.env @@ -0,0 +1,20 @@ +EMAILPROXY_EXECUTABLE=/home/crt/.local/bin/emailproxy +EMAILPROXY_LOG_FILE=/home/crt/helper-emailproxy/logs/python/proxy.log +EMAILPROXY_CONFIG_FILE=/home/crt/helper-emailproxy/config/emailproxy.config +EMAILPROXY_AUTH_CONFIG=/home/crt/helper-emailproxy/config/emailproxy-auth.config +COMMAND_PORT=8765 +ALLOWED_DOMAINS=example.com +DEBUG_WEB=true +DEBUG_WEB_LOG_FILE=/home/crt/helper-emailproxy/logs/php/webui.log + +# Mail server settings for client configuration +MAIL_SERVER_NAME=172.16.57.101 +MAIL_IMAP_PORT=1993 +MAIL_SMTP_PORT=1465 +MAIL_IMAP_SSL=false +MAIL_SMTP_SSL=false +MAIL_IMAP_PROTOCOL=IMAP +MAIL_SMTP_PROTOCOL=SMTP + +# Admin contact +SYSADMIN_EMAIL=hostmaster@example.com |