From 262475d15136acaa6395cde892f9f7f1c34293a3 Mon Sep 17 00:00:00 2001 From: epriestley Date: Mon, 12 Aug 2013 08:58:27 -0700 Subject: [PATCH] Clean up a couple more doc references to the old MetaMTA application Summary: This moved to CLI. Test Plan: Read. Reviewers: btrahan, chad Reviewed By: chad CC: aran Differential Revision: https://secure.phabricator.com/D6724 --- src/docs/configuration/configuring_inbound_email.diviner | 4 ++-- src/docs/userguide/users.diviner | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/docs/configuration/configuring_inbound_email.diviner b/src/docs/configuration/configuring_inbound_email.diviner index a81bf03c96..fc796ae758 100644 --- a/src/docs/configuration/configuring_inbound_email.diviner +++ b/src/docs/configuration/configuring_inbound_email.diviner @@ -139,8 +139,8 @@ inbound email. Provided you have such an account, configure it like this: Differential, or both. That's it! If everything is working properly you should be able to send email -to ##anything@phabricator.example.com## and it should appear in the "Received" -tab of MetaMTA within a few seconds. +to ##anything@phabricator.example.com## and it should appear in +`bin/mail list-inbound` within a few seconds. = Installing Mailparse = diff --git a/src/docs/userguide/users.diviner b/src/docs/userguide/users.diviner index 11b4d9b4f7..3de5958a9e 100644 --- a/src/docs/userguide/users.diviner +++ b/src/docs/userguide/users.diviner @@ -17,9 +17,6 @@ debug and configure Phabricator. For example, they have access to: - **Account Management**: The primary function of administrators is adding, disabling, and managing user accounts. Administrators can create and edit accounts and view access logs. - - **MetaMTA**: Administrators can send test email via MetaMTA. This isn't - available to normal users to prevent Phabricator from serving as a partially - open relay if used by open source projects. - **Repositories**: Administrators can configure repositories. This isn't normally available because it is specialized and complicated to configure.