सभी 14 पथों के साथ पूरा कामो लोगो एसवीजी जोड़ें
आंशिक पथ के बजाय सीधे पूर्ण एसवीजी सामग्री को एम्बेड करें
कामो लोगो के लिए सीएसएस-केवल दृष्टिकोण का उपयोग करें
सीएसएस पृष्ठभूमि-छवि का उपयोग करके टूटी हुई SVG फ़ाइल माउंट को हटा दिया गया सीधे #logo तत्व पर बाहरी लोगो लोड करने के लिए
बाहरी कामो लोगो URL को संदर्भित करने के लिए लोगो को ठीक करें।
इसके बजाय बाहरी लोगो को एम्बेड करने के लिए SVG छवि तत्व का उपयोग करें टूटे हुए बदलाव के साथ जटिल पथ
Kamo लोगो SVG के साथ Roundcube लोगो.svg बदलें
माउंट कस्टम लोगो.svg to ********** राउंडक्यूब वॉटरमार्क / बैकग्राउंड लोगो को बदलने के लिए
कस्टम सीएसएस फ़ाइल को ओवरराइड करने के लिए जोड़ें राउंडक्यूब वॉटरमार्क लोगो
- वॉटरमार्क ओवरराइड के साथ कस्टम.css बनाया गया - माउंट सीएसएस फ़ाइल to /var/www/html/custom.css - अतिरिक्त शैली शीट लोड करने के लिए राउंडक्यूब को कॉन्फ़िगर करें
कामो लोगो के साथ सभी राउंडक्यूब लोगो को वॉटरमार्क सहित बदलें
अद्यतन किया गया skin logo विन्यास करने के लिए सरणी प्रारूप को कवर: मुख्य शीर्षलेख लोगो - छोटे ढहने वाला हेडर लोगो Inbox watermark/background लोगो
ऑटो-cert SUBDOMAINS सूची में मेल सबडोमेन जोड़ें
मेल.kamocrm.com के लिए स्वचालित एसएसएल प्रमाणपत्र निर्माण सक्षम करता है
Merge pull request #3834 from ****************
Bump jws from 3.2.2 to 3.2.3
इनबाउंड मेल के लिए होस्टपोर्ट के माध्यम से पोस्टफिक्स पोर्ट 25 और 587 को उजागर करें
K1M1 पर बाह्य SMTP कनेक्शन प्राप्त करने के लिए आवश्यक है
सीधे मेलगन SMTP का उपयोग करने के लिए राउंडक्यूब को कॉन्फ़िगर करें
बाहर जाने वाले मेल के लिए स्थानीय पोस्टफिक्स को बायपास करना, सीधे कनेक्ट करना smtp.mailgun.org पोर्ट 587 पर TLS के साथ
Switch Postfix to Alpine-based deployment with MySQL support
Similar to Dovecot, using Alpine 3.18 with postfix-mysql package installed at runtime for reliable MySQL virtual maps support
Fix postfix command to use apt-get instead of apk
boky/postfix is Debian-based, not Alpine
Add postfix-mysql support for MySQL virtual maps
Installed postfix-mysql package at container startup to enable MySQL dictionary lookups for virtual domains/users/aliases
Add auth debugging and ensure MySQL driver packages for Dovecot
- Enable auth_debug, auth_debug_passwords, auth_verbose - Add dovecot-mysql package for proper SQL support - Add mariadb-connector-c for MySQL protocol compatib...
Add MySQL auth fix job for MariaDB client compatibility
Changes kamo user from caching_sha2_password to mysql_native_password Required for Dovecot (Alpine/MariaDB) to connect to MySQL 8
Replace Roundcube logo with Kamo logo
Added skin_logo config pointing to **************** Updated deployment annotation to trigger pod restart
Fix MySQL auth: change kamo user to mysql_native_password
Alpine's MariaDB client doesn't support caching_sha2_password plugin This prevents Dovecot from connecting to MySQL for authentication
Force Roundcube pod restart to pick up ConfigMap change
Added annotation to trigger pod recreation since ConfigMap with subPath doesn't auto-update in running pods
Fix Roundcube redirect loop - disable force_https
Traefik handles TLS termination, so internal traffic is HTTP Setting force_https=true caused Roundcube to redirect to HTTPS internally creating an infinite redi...
Reference kamocrm.com wildcard cert in mail IngressRoute
The certificate secret is in kamo namespace, copied to mail namespace tls.secretName explicitly references wildcard-kamocrm-com
Fix mail IngressRoute to use auto-cert service
Changed tls from certResolver: letsencrypt to tls: {} This allows the auto-cert service to automatically generate certs when mail.kamocrm.com is accessed
Fix Roundcube readiness probe - use TCP socket instead of HTTP
Roundcube redirects / to login page (302), failing HTTP readiness probe TCP socket check on port 80 works correctly
Switch to Alpine 3.18 with Dovecot 2.3.20 for stable SQL auth
Dovecot 2.4 has incompatible configuration changes without clear docs Alpine 3.18 has Dovecot 2.3.20 which uses traditional well-documented syntax - mail_locati...
Remove address setting from inet_listener - not valid in Dovecot 2.4.2
The listen = * at top level handles binding to all interfaces
Dovecot 2.4.2 विन्यास को ठीक करें: Mail location का नाम mail path है
Dovecot 2.4.2 में: - मेल लोकेशन अब मेल पैथ (टॉप-लेवल सेटिंग, नो ब्लॉक) है। जोड़ा गया dovecot storage version = 2.4.2 (आवश्यक) - अद्यतन SQL user query मेल के बजा...
Dovecot 2.4 विन्यास syntax को ठीक करें - मेल{} और ssl{} ब्लॉक का उपयोग करें
- मेल { } ब्लॉक (Dovecot 2.4 आवश्यकता) के अंदर मेल location, uid, gid सेटिंग्स रखो - Ssl { } ब्लॉक के अंदर ssl सेटिंग्स रखो - सही अनुमतियों के साथ मेजबान पथ पर ...
Go back to args with external SQL config file - mysql blocks don't work
The mysql { } block syntax causes 'Unknown section name: mysql' error Use passdb sql { driver = sql; args = **************** } External file has correct format:...
Use Dovecot 2.4.2 format: mysql connection block + named sections with query
Found in actual examples: - sql_driver = mysql - mysql hostname { user, password, dbname } connection block - passdb sql { query = ... } with named sections - u...
Remove named sections - try passdb/userdb without names, use args
Error said 'Unknown section name: mysql' - the mysql block was wrong Try passdb/userdb WITHOUT names (just passdb { and userdb {) Use args = **************** Ex...
Try sql_host, sql_user, sql_password, sql_db instead of connect or args
Based on error suggesting passdb_sql_args - maybe SQL settings use sql_ prefix - Named sections: passdb sql { and userdb sql { - driver = sql with sql_driver = ...
Use args parameter with named sections - external SQL config file
Based on examples found: Dovecot 2.4 allows args with named sections - Named sections: passdb sql { and userdb sql { - driver = sql - args = **************** (r...
Try using args parameter with named sections in Dovecot 2.4
- Use 'passdb sql {' and 'userdb sql {' (named sections required) - Use 'driver = sql' with 'args = **************** - Maybe args works with named sections even...
Add names to passdb/userdb sections (required in Dovecot 2.4)
- Use 'passdb sql {' and 'userdb sql {' with named sections - Keep SQL settings inline (no args parameter) - Both requirements: named sections AND inline SQL se...
जैसा कि आप शिपिंग देखते हैं?
इन अद्यतनों में से प्रत्येक स्वचालित रूप से अपने कार्यक्षेत्र में उतरता है। प्रारंभ करें और सप्ताह के बाद इसे सप्ताह के अंत में देखें।.