Sendmail’s tweakable settings in the sendmail.mc file
- October 24th, 2012
- Posted in Networking
- Write comment
Recently had a question at work about the maximum number of recipients Sendmail would allow thru our in-house server. I wasn’t sure but knew I hadn’t personally configured a hard limit. Did some quick searching and stumbled upon confMAX_RCPT_PER_MESSAGE as the answer. I haven’t set it to anything in our config but didn’t know what the default limit was in Sendmail so I did some digging. Stumbled upon the following links of value (to me at least!)
http://www.sendmail.com/sm/open_source/docs/m4/tweaking_config.html
Answer: infinite number. Sendmail doesn’t have a limit (now it does!)
Also stumbled upon Centos.org’s version 5 Deployment Guide on running the m4 macro command to build a new Sendmail.cf file.
http://www.centos.org/docs/5/html/5.1/Deployment_Guide/s3-email-mta-sendmail-changes.html
NOTE: These are just some of the many settings for your sendmail.mc file!