Site Administration Page 8 - Getting Started with Sendmail |
Problem sendmail must be compiled with SASL support before it can be configured to offer the AUTH protocol extension. SolutionCheck the sendmail compiler options. If sendmail was compiled with the SASL flag, it does not need to be recompiled. If sendmail was not compiled with SASL support, add SASL to the -D flags used to specify compiler environment information, add sasl to the -l flags used to select libraries for linking, and recompile sendmail. After recompiling sendmail, reinstall and restart it. DiscussionUse the -d0.1 flag to check the compiler options of the sendmail binary. The SASL flag should be clearly shown in the “Complied with:” list, as in this example: #sendmail -bt -d0.1 If the flag is not displayed, create a site.config.m4 file in the devtools/Site directory that contains the following commands: APPENDDEF(`conf_sendmail_ENVDEF', `-DSASL') Recompile, reinstall, and restart sendmail, as in this example: # cd /usr/local/src/sendmail-8.12.9 See Also Recipes 1.2, 1.3, 1.4, 1.6, and 1.7 provide additional examples of compiling sendmail. Chapter 7 covers SASL and AUTH configuration. The sendmail book covers AUTH configuration in section 10.9 and compiling sendmail in section 2.2. See the sysadmin.html file in the SASL documentation directory for additional information about SASL configuration.
blog comments powered by Disqus |