nightmorph 06/05/15 12:40:47 Modified: guide-to-mutt.xml Log: Fixed prompts for bug 105024
Revision Changes Path 1.16 xml/htdocs/doc/en/guide-to-mutt.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-to-mutt.xml?rev=1.16&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-to-mutt.xml?rev=1.16&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-to-mutt.xml.diff?r1=1.15&r2=1.16&cvsroot=gentoo Index: guide-to-mutt.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- guide-to-mutt.xml 1 Jul 2005 04:28:56 -0000 1.15 +++ guide-to-mutt.xml 15 May 2006 12:40:47 -0000 1.16 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml,v 1.15 2005/07/01 04:28:56 fox2mike Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml,v 1.16 2006/05/15 12:40:47 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/guide-to-mutt.xml"> @@ -23,8 +23,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.4</version> -<date>2005-07-01</date> +<version>1.5</version> +<date>2006-05-15</date> <chapter> <title>Introduction to E-Mail</title> @@ -105,7 +105,7 @@ </p> <pre caption="Changing Permissions"> -# <i>chmod 600 .fetchmailrc</i> +$ <i>chmod 600 .fetchmailrc</i> </pre> <p> @@ -123,7 +123,7 @@ </p> <pre caption="Fetchmail test #1"> -# <i>fetchmail -akv -m "/usr/bin/procmail -d %T"</i> +$ <i>fetchmail -akv -m "/usr/bin/procmail -d %T"</i> </pre> <p> @@ -245,7 +245,7 @@ <pre caption="Procmail test #1"> -# <i>fetchmail -akv -m "/usr/bin/procmail -d %T"</i> +$ <i>fetchmail -akv -m "/usr/bin/procmail -d %T"</i> </pre> <p> @@ -405,11 +405,11 @@ </p> <p> -You are now ready to test your <path>.muttrc</path> +You are now ready to test your <path>.muttrc</path>. </p> <pre caption="Testing .muttrc"> -# <i>mutt -y</i> +$ <i>mutt -y</i> </pre> <p> @@ -451,7 +451,7 @@ </p> <pre caption="Adding SMTP support"> -# <i>nano -w .muttrc</i> +$ <i>nano -w .muttrc</i> set sendmail="/usr/bin/nbsmtp -d isp.net -h smtp.isp.net -f [EMAIL PROTECTED]" </pre> @@ -544,12 +544,13 @@ </pre> <p> -Configure msmtp by creating a <path>~/.msmtprc</path> file, filling in your -SMTP server's information. Remember to set the permissions to a secure value! +Now login as a normal user and configure msmtp by creating a +<path>~/.msmtprc</path> file, filling in your SMTP server's information. +Remember to set the permissions to a secure value! </p> <pre caption="Configuring msmtp"> -# <i>nano -w .msmtprc</i> +$ <i>nano -w .msmtprc</i> account default host <i>smtp.your_provider.net</i> from <i>[EMAIL PROTECTED]</i> @@ -566,7 +567,7 @@ </p> <pre caption="Setting the permissions for the configuration file"> -# <i>chmod 600 .msmtprc</i> +$ <i>chmod 600 .msmtprc</i> </pre> <p> @@ -574,7 +575,7 @@ </p> <pre caption="Using msmtp with Mutt"> -# <i>nano -w .muttrc</i> +$ <i>nano -w .muttrc</i> set sendmail="/usr/bin/msmtp" </pre> -- [email protected] mailing list
