From 427ef022bb5bc9a28a707fbb1efe08a72286b7ab Mon Sep 17 00:00:00 2001 From: Kablersalat Date: Wed, 19 Mar 2025 01:10:02 +0100 Subject: less swearing and first public push --- config/config.env | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config/config.env (limited to 'config/config.env') 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 -- cgit v1.2.3-70-g09d2