s/yourisp.com/example.com/g
While I'm here, correct a spelling error in an example email address too.
This commit is contained in:
parent
c74e61edc6
commit
463c7b913d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20265
1 changed files with 4 additions and 4 deletions
|
@ -1332,14 +1332,14 @@ parse returns: $# uucp-dom $@ <replaceable>your.uucp.relay</replaceab
|
||||||
with a four-line file located at
|
with a four-line file located at
|
||||||
<filename>/usr/local/etc/ssmtp/ssmtp.conf</filename>:</para>
|
<filename>/usr/local/etc/ssmtp/ssmtp.conf</filename>:</para>
|
||||||
|
|
||||||
<programlisting>root=yourrealeamil@yourisp.com
|
<programlisting>root=yourrealemail@example.com
|
||||||
mailhub=mail.yourisp.com
|
mailhub=mail.example.com
|
||||||
rewriteDomain=yourisp.com
|
rewriteDomain=example.com
|
||||||
hostname=_HOSTNAME_</programlisting>
|
hostname=_HOSTNAME_</programlisting>
|
||||||
|
|
||||||
<para>Make sure you use your real email address for
|
<para>Make sure you use your real email address for
|
||||||
<username>root</username>. Enter your ISP's outgoing mail relay
|
<username>root</username>. Enter your ISP's outgoing mail relay
|
||||||
in place of <literal>mail.yourisp.com</literal> (some ISPs call
|
in place of <literal>mail.example.com</literal> (some ISPs call
|
||||||
this the <quote>outgoing mail server</quote> or
|
this the <quote>outgoing mail server</quote> or
|
||||||
<quote>smtp server</quote>).</para>
|
<quote>smtp server</quote>).</para>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue