Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sympl
Sympl
Commits
952c0319
Commit
952c0319
authored
Mar 22, 2022
by
Paul Cammish
Browse files
Clean up logging for mail and webmail
parent
ab11a49c
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
952c0319
CHANGELOG
---------
2022-03-22
sympl-mail
* Clean up logging warning in exim main.log
sympl-webmail
* Fix log warnings from Roundcube in user.log
2021-12-13
sympl-core
* Updated workaround for Let's Encrypt cross-signed intermediate
...
...
mail/debian/changelog
View file @
952c0319
sympl-mail (11.20220322.1) stable; urgency=medium
* Clean up logging warning in exim main.log
-- Paul Cammish <sympl@kelduum.net> Tue, 22 Mar 2022 13:26:00 +0000
sympl-mail (11.20210921.1) stable; urgency=medium
* Deal with mail correctly when no mailboxes directory exists, fixes #317
...
...
mail/exim4/sympl.d/00-main/50-tls-options
View file @
952c0319
...
...
@@ -12,7 +12,7 @@ tls_advertise_hosts = *
# Allow localhost to authenticate without TLS, or any TLS connection.
auth_advertise_hosts = localhost : ${if eq{$tls_cipher}{}{
no_matching_
host
s
}{*}}
auth_advertise_hosts = localhost : ${if eq{$tls_cipher}{}{
local
host}{*}}
# Specify the location of the Exim server's TLS certificate and private key.
# The private key must not be encrypted (password protected). You can put
...
...
webmail/conf-available/sympl-webmail.conf
View file @
952c0319
...
...
@@ -4,6 +4,6 @@
Alias
/
webmail
/
var
/
www
/
webmail
<
Directory
/
var
/
www
/
webmail
>
php_admin_value
open_basedir
/
var
/
www
/
webmail
:/
usr
/
share
/
roundcube
:/
var
/
lib
/
roundcube
/:/
usr
/
share
/
php
:/
etc
/
roundcube
/:/
var
/
log
/
roundcube
php_admin_value
open_basedir
/
var
/
www
/
webmail
:/
usr
/
share
/
roundcube
:/
var
/
lib
/
roundcube
/:/
usr
/
share
/
php
:/
etc
/
roundcube
/:/
var
/
log
/
roundcube
:/
usr
/
share
/
nodejs
/
bootstrap
:/
usr
/
share
/
javascript
php_admin_value
upload_tmp_dir
/
var
/
lib
/
roundcube
/
temp
</
Directory
>
webmail/debian/changelog
View file @
952c0319
sympl-webmail (11.20220322.0) stable; urgency=medium
* Fix log warnings from Roundcube in user.log
-- Paul Cammish <sympl@kelduum.net> Tue, 22 Mar 2022 13:27:00 +0000
sympl-webmail (11.20210818.1) stable; urgency=medium
* Debian Bullseye Release
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment