Barry Warsaw pushed to branch master at mailman / Mailman Core

Commits:
f8b8111f by Marcel at 2017-09-14T10:33:28+00:00
Fix argument swap in documentation for qmail 
- - - - -
1c50b573 by Barry Warsaw at 2017-09-28T16:40:12+00:00
Merge branch 'patch-1' into 'master'

Fix argument swap in documentation for qmail

See merge request mailman/mailman!317
- - - - -


1 changed file:

- src/mailman/docs/mta.rst


Changes:

=====================================
src/mailman/docs/mta.rst
=====================================
--- a/src/mailman/docs/mta.rst
+++ b/src/mailman/docs/mta.rst
@@ -376,7 +376,7 @@ specifies the LMTP port of Mailman.  Long story short, as 
user mailman:
 ::
 
     % chmod +t "$HOME"
-    % echo '|qmail-lmtp 1 8042' > .qmail # put appropriate values here
+    % echo '|qmail-lmtp 8042 1' > .qmail # put appropriate values here
     % ln -sf .qmail .qmail-default
     % chmod -t "$HOME"
 



View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/d6619577b863170474188e2a904102511ca657cb...1c50b57385fed95fc8c132f164fb73f897ba87eb

---
View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/d6619577b863170474188e2a904102511ca657cb...1c50b57385fed95fc8c132f164fb73f897ba87eb
You're receiving this email because of your account on gitlab.com.
_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to