Page MenuHomeFreeBSD

add instructions for SMTP access setup
ClosedPublic

Authored by danger on Jan 1 2019, 11:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 29, 10:53 AM
Unknown Object (File)
Fri, Mar 29, 10:02 AM
Unknown Object (File)
Dec 20 2023, 8:30 AM
Unknown Object (File)
Nov 30 2023, 9:14 AM
Unknown Object (File)
Nov 27 2023, 10:00 AM
Unknown Object (File)
Nov 26 2023, 11:08 PM
Unknown Object (File)
Nov 25 2023, 11:55 AM
Unknown Object (File)
Nov 10 2023, 10:49 AM

Details

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Noticed only one thing, otherwise it looks good to me.

article.xml
2330

There's an errant double-space here.

Thank you for working on this

article.xml
2300

Should explain more about the /mail principal, and how to set it

article.xml
2300

From my understanding, it should be created automatically during the referenced process at xref=kerberos-ldap

ygy added a subscriber: ygy.

resolved items pointed out in the reviews

article.xml
2277

should there be the FreeBSD.org infrastructure?

bcr added a subscriber: bcr.

OK to be added to the committers guide. Thanks!

This revision is now accepted and ready to land.Jan 8 2019, 9:04 AM
mat added inline comments.
article.xml
96–97
<literal><systemitem class="fqdomainname">smtp.FreeBSD.org</systemitem>:587</literal>
2283–2284
<literal><systemitem class="fqdomainname">smtp.FreeBSD.org</systemitem>:587</literal>
2292
<literal>From:</literal>
2293
<literal><replaceable>yourusername</replaceable>@FreeBSD.org</literal>
2299–2300
<literal><replaceable>yourusername</replaceable>/mail</literal>
2305
<literal>@FreeBSD.org</literal>
2317
<literal><replaceable>yourusername</replaceable>@FreeBSD.org</literal>
2324–2325
(<literal>Authenticated sender: <replaceable>username</replaceable></literal>)
bcr requested changes to this revision.Jan 8 2019, 1:35 PM

@mat: Ah, those are good additions to have. I should have noticed. I'm un-approving... ;-)

This revision now requires changes to proceed.Jan 8 2019, 1:35 PM

I added those <literal> tags, but am getting the following errors, any ideas?

doc/en_US.ISO8859-1/articles/committers-guide/article.xml:97: element literal: validity error : Element systemitem is not declared in literal list of possible children

class="fqdomainname">smtp.FreeBSD.org</systemitem>:587</literal>
  • add the literal tags around the FQDNs

I think it fulfills the criteria for integration into the document. Approved!

This revision is now accepted and ready to land.Jan 11 2019, 8:10 PM
This revision was automatically updated to reflect the committed changes.