Compare commits
4 Commits
11_0_0-8_e
...
11_0_0-11_
Author | SHA1 | Date | |
---|---|---|---|
359c7cd7ab | |||
847d2286d9 | |||
bebfe041ee | |||
b23ca94b0f |
@@ -150,7 +150,6 @@ event_link("pseudonym-cleanup", $event, "03");
|
||||
foreach $event ( qw(pseudonym-create pseudonym-modify pseudonym-delete) )
|
||||
{
|
||||
event_link("pseudonym-cleanup", $event, "03");
|
||||
safe_symlink("reload-or-restart", "root/etc/e-smith/events/$event/services2adjust/postfix");
|
||||
}
|
||||
|
||||
|
||||
|
@@ -336,20 +336,20 @@ sub change_settings_access
|
||||
$db->set_prop('php',"status", "enabled" );
|
||||
$db->set_prop('mariadb',"status", "enabled" );
|
||||
$db->set_prop('imp',"status", 'enabled' );
|
||||
$cdb->set_prop('roundcube',"status", 'enabled' );
|
||||
$cdb->set_prop('roundcube',"access", "public" );
|
||||
$db->set_prop('roundcube',"status", 'enabled' );
|
||||
$db->set_prop('roundcube',"access", "public" );
|
||||
}
|
||||
|
||||
elsif ( $webmail eq "localnetworkSSL" || $webmail eq "localnetwork" ) {
|
||||
$db->set_prop('php',"status", "enabled" );
|
||||
$db->set_prop('mariadb',"status", "enabled" );
|
||||
$db->set_prop('imp',"status", 'enabled' );
|
||||
$cdb->set_prop('roundcube',"status", 'enabled' );
|
||||
$cdb->set_prop('roundcube',"access", "private" );
|
||||
$db->set_prop('roundcube',"status", 'enabled' );
|
||||
$db->set_prop('roundcube',"access", "private" );
|
||||
}
|
||||
|
||||
else {
|
||||
$cdb->set_prop('roundcube',"status", 'disabled' );
|
||||
$db->set_prop('roundcube',"status", 'disabled' );
|
||||
}
|
||||
|
||||
unless ( system( "/sbin/e-smith/signal-event", "email-update" ) == 0 )
|
||||
@@ -555,7 +555,7 @@ sub get_current_webmail_status {
|
||||
# determine status of webmail
|
||||
my $WebmailStatus = "disabled";
|
||||
|
||||
my $RoundcubeStatus = $cdb->get_prop('roundcube', 'status') || 'disabled';
|
||||
my $RoundcubeStatus = $db->get_prop('roundcube', 'status') || 'disabled';
|
||||
|
||||
my $MysqlStatus = $db->get_prop('mariadb', 'status') || 'disabled';
|
||||
|
||||
|
@@ -4,7 +4,7 @@ Summary: smeserver server and gateway - email module
|
||||
%define name smeserver-email
|
||||
Name: %{name}
|
||||
%define version 11.0.0
|
||||
%define release 8
|
||||
%define release 11
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
License: GPL
|
||||
@@ -76,6 +76,15 @@ fi
|
||||
smeserver server and gateway software - email module.
|
||||
|
||||
%changelog
|
||||
* Wed Feb 12 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-11.sme
|
||||
- fix typo in webmail settings for roundcube [SME: 12743]
|
||||
|
||||
* Wed Jan 08 2025 Brian Read <brianr@koozali.org> 11.0.0-10.sme
|
||||
- Update release due to finger trouble [SME: 12863]
|
||||
|
||||
* Wed Jan 08 2025 Brian Read <brianr@koozali.org> 11.0.0-9.sme
|
||||
- Revert change - reload should be in smeserver-postfix [SME: 12863]
|
||||
|
||||
* Tue Jan 07 2025 Brian Read <brianr@koozali.org> 11.0.0-8.sme
|
||||
- reload-or-restart postfix after pseudonym change [SME: 12863]
|
||||
|
||||
|
Reference in New Issue
Block a user