git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] Documentation: git-send-email: fix submission port number
@ 2009-07-30 23:08 Wesley J. Landaker
  2009-07-30 23:08 ` [PATCH 2/2] Documentation: git-send-email: correct statement about standard ports Wesley J. Landaker
  0 siblings, 1 reply; 6+ messages in thread
From: Wesley J. Landaker @ 2009-07-30 23:08 UTC (permalink / raw)
  To: git, Junio C Hamano; +Cc: Wesley J. Landaker

The current documentation confuses non-standard SSL smtp port 465 with
submission port 587 (RFC 4406). This patch just changes the referenced
number.

Signed-off-by: Wesley J. Landaker <wjl@icecavern.net>
---
 Documentation/git-send-email.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
index d6b192b..1c94351 100644
--- a/Documentation/git-send-email.txt
+++ b/Documentation/git-send-email.txt
@@ -143,7 +143,7 @@ user is prompted for a password while the input is masked for privacy.
 --smtp-server-port=<port>::
 	Specifies a port different from the default port (SMTP
 	servers typically listen to smtp port 25 and ssmtp port
-	465); symbolic port names (e.g. "submission" instead of 465)
+	465); symbolic port names (e.g. "submission" instead of 587)
 	are also accepted. The port can also be set with the
 	'sendemail.smtpserverport' configuration variable.
 
-- 
1.6.3.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-08-05 22:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-30 23:08 [PATCH 1/2] Documentation: git-send-email: fix submission port number Wesley J. Landaker
2009-07-30 23:08 ` [PATCH 2/2] Documentation: git-send-email: correct statement about standard ports Wesley J. Landaker
2009-07-31 16:04   ` Junio C Hamano
2009-07-31 17:45     ` [PATCHv2 " Wesley J. Landaker
2009-07-31 18:19       ` Junio C Hamano
2009-08-05 22:40     ` [PATCH " Tony Finch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).