Anonymous | Login | 2024-12-22 00:12 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000211 | ClearOS | app-flexshare - Flexshares | public | 2010-11-18 12:56 | 2013-02-01 15:14 | ||||
Reporter | bchambers | ||||||||
Assigned To | bchambers | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | suspended | ||||||
Platform | OS | OS Version | |||||||
Product Version | 5.2-SP1 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0000211: Enabling Flexshare's Email Access without having Mail SMTP module installed breaks Flexshare config page | ||||||||
Description | It's possible to define a Flexshare and configure Email attachment upload *without* having installed the Mail - SMTP module. We're currently only looking for the Cyrus class, but we should look at both Cyrus and Postfix as a requirement to enabling this type of access. | ||||||||
Additional Information | Fix: /var/webconfig/htdocs/admin Function: GetEmailEdit() Modify to: if (!file_exists("../../api/Cyrus.class.php") || !file_exists("../../api/Postfix.class.php")) { $hint = "<p style='padding:20px 0px 20px 0px; text-align: center'>" . WEB_LANG_MODULE_MISSING_SMTP . " <a target='_blank' href='" . $_SESSION['system_online_help'] . "/" . $_SESSION['system_locale'] . (file_exists("../../api/Cyrus.class.php") ? "/admin/mail-smtp.php" : "/admin/mail-pop-imap.php") . "'>" . WEB_LANG_MORE_INFO . "</a>"; return $hint; } | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Issue History | |||
Date Modified | Username | Field | Change |
2010-11-18 12:56 | bchambers | New Issue | |
2010-11-18 13:23 | bchambers | Assigned To | => bchambers |
2010-11-18 13:23 | bchambers | Status | new => confirmed |
2010-11-18 13:23 | bchambers | Additional Information Updated | |
2013-02-01 15:14 | user2 | Status | confirmed => closed |
2013-02-01 15:14 | user2 | Resolution | open => suspended |