| Summary: | Existing rc.sendmail in -STABLE doesn't allow to load mail filters before sendmail | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Oleg V. Naumann <oleg> | ||||
| Component: | conf | Assignee: | Gregory Neil Shapiro <gshapiro> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.6-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Oleg V. Naumann
2002-07-02 22:20:07 UTC
Responsible Changed From-To: freebsd-bugs->gshapiro Over to Mr. Sendmail. State Changed From-To: open->feedback Your method could break post-boot rc.sendmail calls (e.g., using `/etc/rc.sendmail restart` would run rc.sendmail.early every time). Instead, I suggest putting this in your /etc/rc.conf: mta_start_script="/etc/rc.mta" # (or pick a different name) Then create /etc/rc.mta which starts your filters and at the end, runs /etc/rc.sendmail to start sendmail. State Changed From-To: feedback->closed Submitter accepted solution. |