Page MenuHomeDevCentral

Accept incoming mail on devserver role
ClosedPublic

Authored by dereckson on Oct 30 2018, 17:32.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 24, 10:42
Unknown Object (File)
Tue, May 21, 08:52
Unknown Object (File)
Sun, May 19, 12:03
Unknown Object (File)
Sun, May 19, 12:03
Unknown Object (File)
Sun, May 19, 11:31
Unknown Object (File)
Thu, May 16, 11:24
Unknown Object (File)
Thu, May 16, 00:24
Unknown Object (File)
Wed, May 15, 08:46
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.