From 5d7477c4941526cf39714c8783af704acce0fff0 Mon Sep 17 00:00:00 2001 From: oesi Date: Tue, 5 Dec 2017 17:01:11 +0100 Subject: [PATCH] =?UTF-8?q?=C3=96ffnen=20von=20gesperrten=20Verteiler=20?= =?UTF-8?q?=C3=BCberarbeitet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cis/private/open_grp.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cis/private/open_grp.php b/cis/private/open_grp.php index 9b9bd2038..db526c396 100644 --- a/cis/private/open_grp.php +++ b/cis/private/open_grp.php @@ -104,8 +104,8 @@ if(isset($_REQUEST['token']) && isset($_REQUEST['grp'])) /* Generate an random String */ $mail_id=mail_id_generator(); - /* call the shellpart at polyxena */ - $command = "ssh -p 22022 root@polyxena sudo /root/bin/mlistin.sh " . $_REQUEST['grp'] . " " . $mail_id . " 2>&1"; + /* Command to unlock Mailgroup */ + $command = "ssh -i /etc/apache2/id_mail_provisioning mailadmins@bifrost2 ".$_REQUEST['grp'] . " " . $mail_id; exec($command); /* ffe, 20051020 - do a little logging */