[26794] in Source-Commits
/svn/athena r25760 - trunk/debathena/config/nmh-config/debian
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Sat Sep 8 15:12:02 2012
Date: Sat, 8 Sep 2012 15:11:55 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201209081911.q88JBtRO013706@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2012-09-08 15:11:55 -0400 (Sat, 08 Sep 2012)
New Revision: 25760
Modified:
trunk/debathena/config/nmh-config/debian/inc.debathena
Log:
Be clearer when telling MH users that they'll lose in Dec 2013.
Modified: trunk/debathena/config/nmh-config/debian/inc.debathena
===================================================================
--- trunk/debathena/config/nmh-config/debian/inc.debathena 2012-09-07 19:53:06 UTC (rev 25759)
+++ trunk/debathena/config/nmh-config/debian/inc.debathena 2012-09-08 19:11:55 UTC (rev 25760)
@@ -4,10 +4,14 @@
fi
if ! [ -e ~/.config/debathena/nmh-cyrus-warned ]; then
+ echo "If you are seeing this message, you are using POP to connect to" >&2
+ echo "MIT's legacy mail (\"Cyrus\") infrastructure." > &2
+ echo >&2
echo "Please note that MIT is planning to retire the Cyrus IMAP/POP" >&2
echo "servers by December 2013. Individual users will be contacted" >&2
echo "regarding migration to MIT's Exchange environment. The Exchange" >&2
- echo "environment does not support POP connections." >&2
+ echo "environment does not support POP connections, and you will" >&2
+ echo "likely need to select a different e-mail client, such as Pine.">&2
echo "If you have questions about this migration, please contact" >&2
echo "cyrus-imap-retirement@mit.edu." >&2
echo >&2