summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3a7df5f)
raw | patch | inline | side by side (parent: 3a7df5f)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 7 Apr 2010 14:59:05 +0000 (14:59 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 7 Apr 2010 14:59:05 +0000 (14:59 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17528 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/client/events/mailqueue.pm | patch | blob | history |
index 5845a047f614f6bfc59dab3cb7ea93cfe6dd7bf7..c5ee3dd4c048d129760f8b36e21d263de4a44ca5 100644 (file)
my $out_hash;
my $out_msg;
- &main::daemon_log("DEBUG: run /usr/bin/mailq\n", 7);
- # my $result = qx("/usr/bin/mailq");
- my $result = qx("cat /tmp/test-mailq");
+ &main::daemon_log("DEBUG: run /usr/bin/mailq\n", 7);
+ my $result = qx("/usr/bin/mailq");
my @result_l = split(/([0-9A-Z]{10,12})/, $result);
if (length($result) == 0) {