Page MenuHomeDevCentral

Accept incoming mail on devserver role
ClosedPublic

Authored by dereckson on Oct 30 2018, 17:32.
Tags
None
Referenced Files
F30478777: D1976.diff
Sat, May 23, 23:15
Unknown Object (File)
Fri, May 22, 10:44
Unknown Object (File)
Mon, May 18, 07:43
Unknown Object (File)
Mon, May 18, 05:09
Unknown Object (File)
Mon, May 18, 05:01
Unknown Object (File)
Sat, May 16, 18:13
Unknown Object (File)
Fri, May 15, 15:53
Unknown Object (File)
Fri, May 15, 13:08
Subscribers
None

Details

Summary

On FreeBSD, by default, sendmail is configured to only send mail, not receive:

/etc/defaults/rc.conf
sendmail_enable="NO"    # Run the sendmail inbound daemon (YES/NO).

To get a simple incoming working configuration, to enable the inbound daemon is enough.

Fixes T1317.

Test Plan

Send mails from nc, see T1317 last comments.

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
dereckson edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Oct 30 2018, 17:35
This revision was automatically updated to reflect the committed changes.