Sửa bố trí kiểu chì: Đem thông tin về cột trái, địa chỉ / thẻ sang cột bên phải, tích hợp văn bản đã hỗ trợ trong hộp chọn điện thoại
Nâng cấp lên kế tiếp.js 16.0.7 và phản ứng 19,2.0 để sửa đổi khai thác
Nâng cấp lên kế tiếp.js 16.0.7 và phản ứng 19,2.0 để sửa đổi khai thác
Nâng cấp để vá lại.js 15.5.7 và phản ứng 19.2.0 để sửa đổi khai thác
Thêm biểu tượng Kamo đầy đủ SVG với tất cả 14 đường
Đính toàn bộ nội dung SVG trực tiếp thay vì các đường dẫn bộ phận
Dùng biểu tượng Kamo chỉ dùng cách tiếp cận CSS
Đã gỡ bỏ gắn kết tập tin SVG bị hỏng, dùng ảnh nền của CN để tải biểu tượng bên ngoài trực tiếp trên #logo yếu tố
Sửa biểu tượng.svg để tham khảo biểu tượng của Kamo
Dùng yếu tố ảnh SVG để nhúng biểu tượng bên ngoài thay vì những con đường phức tạp với những biến đổi bị hỏng
Thay thế biểu tượng hình tròn.svg với logo Kamo SVG
Kết nối để thay thế biểu tượng hình tròn
Tự chọn
- Tạo ra các công ty tự chọn với quyền ghi đè - Lắp tập tin CSS vào /var/www/html/custom.css - Cấu hình Roundcube để tải các mẫu tinh tế bổ sung
Mẫu
Cập nhật định dạng da logo để bao gồm: - logo đầu trang chính - logo tiêu đề nhỏ - logo mạch nước/mặt sau
Thêm tiểu dụng thư vào danh sách tự động ký tự
Bật tạo chứng nhận SSL tự động cho thư.kamocram.com
Merge pull request #3834 from ****************
Bump jws from 3.2.2 to 3.2.3
Name
Qua Postfix cục bộ để gửi thư đi, kết nối trực tiếp tới smtp.mailgun.org với TLS trên cổng 587
Chuyển đổi Postfix sang việc triển khai dựa trên Alpine với khả năng mã hoá mã định dạng
Tương tự như Dovecot, sử dụng Alpine 3.18 với gói postfix-mysql đã cài đặt vào lúc chạy để hỗ trợ bản đồ ảo ICC đáng tin cậy
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
Sửa đổi Dovecot 2. 4. 2 conig: mail di chuyển được đổi tên thành mail avert
Ở Dovecot 2.4. 2. - Thao tác khôi phục thư mục bây giờ là đường dẫn (trên cấp , không có khối) - Thêm dovecot storage version = 2. 4. 2 (đã yêu cầu) - Đã cập ...
Fix Dovecot 2.4 config syntax - use mail{} and ssl{} blocks
- Put mail_location, uid, gid settings inside mail { } block (Dovecot 2.4 requirement) - Put ssl settings inside ssl { } block - Add initContainer to create mai...
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...
Như những gì anh thấy vận chuyển?
Mỗi một bản cập nhật này đều được tự động cập nhật trong không gian làm việc của bạn. Bắt đầu tự do và xem nó lớn lên tuần này qua tuần khác.