Sample sendmail Configurations: standalone.mc
standalone.mc
Here are the features of this configuration:
- Enforces some recommended security restrictions, such as only
allowing root to see the mail queue and restricting
message size to 10MB to prevent mail bombs
- Uses procmail as local MDA
- Supports /etc/mail/access Access Control Database
Here's what you'll need to do to use this .mc file:
- Uncomment the appropriate OSTYPE() macro for your platform.
- Make any necessary modifications before you generate the
.cf file.
- Optionally, create the /etc/mail/access Access Control
Database using makemap.
- Install procmail.
Make sure it's configured and installed as a local MDA (it may need to
be setuid).
Mark D. Roth <roth@feep.net>