Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 317823 Details for
Bug 464208
NEW sosreport plugin for dovecot.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
dovecot plugin for sos
dovecot.py (text/plain), 1.21 KB, created by
Eric Sammons
on 2008-09-26 18:15:14 UTC
(
hide
)
Description:
dovecot plugin for sos
Filename:
MIME Type:
Creator:
Eric Sammons
Created:
2008-09-26 18:15:14 UTC
Size:
1.21 KB
patch
obsolete
>### This program is free software; you can redistribute it and/or modify >## it under the terms of the GNU General Public License as published by >## the Free Software Foundation; either version 2 of the License, or >## (at your option) any later version. > >## This program is distributed in the hope that it will be useful, >## but WITHOUT ANY WARRANTY; without even the implied warranty of >## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >## GNU General Public License for more details. > >## You should have received a copy of the GNU General Public License >## along with this program; if not, write to the Free Software >## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. > >import sos.plugintools >import os > >class dovecot(sos.plugintools.PluginBase): > """dovecot server related information > """ > def setup(self): > if os.path.exists("/etc/dovecot.conf"): > # > # Lets collect all dovecot files, > # hopefully if they have any ldap configs > # they used naming examples from docs. > # > self.addCopySpec("/etc/dovecot*") > # > # Lets make sure the configuration is good > # This will check syntax etc... > # > self.collectExtOutput("/usr/sbin/dovecot -n") > return >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 464208
: 317823