[26728] in Source-Commits
/svn/athena r25714 - trunk/debathena/config/msmtp-config/debian
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Wed Aug 8 10:27:37 2012
Date: Wed, 8 Aug 2012 10:27:35 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201208081427.q78ERZXP026500@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2012-08-08 10:27:35 -0400 (Wed, 08 Aug 2012)
New Revision: 25714
Modified:
trunk/debathena/config/msmtp-config/debian/changelog
trunk/debathena/config/msmtp-config/debian/debathena-msmtp
trunk/debathena/config/msmtp-config/debian/sendmail.8
Log:
In msmtp-config:
* Man page cleanup
* Remind users how to renew tickets
Modified: trunk/debathena/config/msmtp-config/debian/changelog
===================================================================
--- trunk/debathena/config/msmtp-config/debian/changelog 2012-08-08 14:04:15 UTC (rev 25713)
+++ trunk/debathena/config/msmtp-config/debian/changelog 2012-08-08 14:27:35 UTC (rev 25714)
@@ -1,3 +1,10 @@
+debathena-msmtp-config (1.9.2) unstable; urgency=low
+
+ * Man page cleanup
+ * Remind users how to renew tickets
+
+ -- Jonathan Reed <jdreed@mit.edu> Wed, 08 Aug 2012 10:27:26 -0400
+
debathena-msmtp-config (1.9.1) unstable; urgency=low
* Bump debian/compat to 6
Modified: trunk/debathena/config/msmtp-config/debian/debathena-msmtp
===================================================================
--- trunk/debathena/config/msmtp-config/debian/debathena-msmtp 2012-08-08 14:04:15 UTC (rev 25713)
+++ trunk/debathena/config/msmtp-config/debian/debathena-msmtp 2012-08-08 14:27:35 UTC (rev 25714)
@@ -78,7 +78,7 @@
}
elsif ($want_auth ne 'fallback') {
$! = 1;
- die "Could not find valid ATHENA.MIT.EDU Kerberos tickets.\n";
+ die "Could not find valid ATHENA.MIT.EDU Kerberos tickets.\n(Do you need to run 'renew'?)\n";
}
else {
#send unauth
Modified: trunk/debathena/config/msmtp-config/debian/sendmail.8
===================================================================
--- trunk/debathena/config/msmtp-config/debian/sendmail.8 2012-08-08 14:04:15 UTC (rev 25713)
+++ trunk/debathena/config/msmtp-config/debian/sendmail.8 2012-08-08 14:27:35 UTC (rev 25714)
@@ -1,4 +1,4 @@
-.TH SENDMAIL 8 "11 March 2010" "debathena-msmtp-mta" "Athena Electronic Mail"
+.TH SENDMAIL 8 "8 August 2012" "debathena-msmtp-mta" "Athena Electronic Mail"
.SH NAME
sendmail \- A script which invokes msmtp in order to send mail
.SH SYNOPSIS
@@ -11,8 +11,8 @@
passed to msmtp, which is invoked with the requisite options. The
message is sent authenticated, and will fail if tickets are not
available. Fallback to unauthenticated SMTP can be permitted by setting
-the variable \fIDEBATHENA_SENDMAIL_AUTH\fP to "fallback". If
-authentication is forced, but no valid Kerberos tickets can be found to
+the variable \fIDEBATHENA_SENDMAIL_AUTH\fP to "fallback". If fallback
+mode is not enabled and no valid Kerberos tickets can be found to
authenticate the user, the script will exit with status 1. See mstmp(1)
for possible values for \fIflags\fP.