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)
Sun, Apr 14, 19:01
Unknown Object (File)
Sat, Apr 13, 02:53
Unknown Object (File)
Sat, Apr 13, 02:53
Unknown Object (File)
Wed, Apr 10, 05:54
Unknown Object (File)
Tue, Apr 9, 10:44
Unknown Object (File)
Sat, Apr 6, 20:00
Unknown Object (File)
Wed, Apr 3, 06:13
Unknown Object (File)
Mon, Apr 1, 14:15
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 Passed
Unit
No Test Coverage
Branch
sendmail (branched from master)
Build Status
Buildable 3077
Build 3325: arc lint + arc unit

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.