|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Part I Network Services Topics Part II Accessing Network File Systems Topics 4. Managing Network File Systems (Overview) 5. Network File System Administration (Tasks) 6. Accessing Network File Systems (Reference) 8. Planning and Enabling SLP (Tasks) 10. Incorporating Legacy Services Software and Hardware Components of Mail Services Mail Service Programs and Files Mail Addresses and Mail Routing Interactions of sendmail With Name Services Changes in Version 8.13 of sendmail Changes From Version 8.12 of sendmail Part V Serial Networking Topics 15. Solaris PPP 4.0 (Overview) 16. Planning for the PPP Link (Tasks) 17. Setting Up a Dial-up PPP Link (Tasks) 18. Setting Up a Leased-Line PPP Link (Tasks) 19. Setting Up PPP Authentication (Tasks) 20. Setting Up a PPPoE Tunnel (Tasks) 21. Fixing Common PPP Problems (Tasks) 22. Solaris PPP 4.0 (Reference) 23. Migrating From Asynchronous Solaris PPP to Solaris PPP 4.0 (Tasks) 25. Administering UUCP (Tasks) Part VI Working With Remote Systems Topics 27. Working With Remote Systems (Overview) 28. Administering the FTP Server (Tasks) 29. Accessing Remote Systems (Tasks) Part VII Monitoring Network Services Topics |
Solaris Version of sendmailThis section, which includes the following topics, describes some of the differences in the Solaris version of sendmail as compared to the generic Berkeley version. Flags Used and Not Used to Compile sendmailStarting in the Solaris 10 release, the following flags are used to compile sendmail. If your configuration requires other flags, you need to download the source and recompile the binary. You can find information about this process at http://www.sendmail.org. Table 14-1 General sendmail Flags
Table 14-2 Maps and Database Types
Table 14-3 Solaris Flags
The following table lists generic flags that are not used to compile the version of sendmail that is delivered with the Solaris 10 release. Table 14-4 Generic Flags Not Used in the Solaris Version of sendmail
To see a list of the flags that are used to compile sendmail, use the following command. % /usr/lib/sendmail -bt -d0.10 < /dev/null Note - The preceding command does not list the flags that are specific to Sun. MILTER, Mail Filter API for sendmailMILTER, sendmail's Mail Filter API, enables third-party programs to access mail messages as they are being processed to filter meta-information and content. You do not need to build the filter and configure sendmail to use it. This API is enabled by default in version 8.13 of sendmail. For more details, see the following: Alternative sendmail CommandsThe Solaris release does not include all of the command synonyms that are provided in the generic release from sendmail.org. This table includes a complete list of the command aliases. The table also lists whether the commands are included in the Solaris release and how to generate the same behavior by using sendmail. Table 14-5 Alternate sendmail Commands
Versions of the Configuration FileStarting in the Solaris 10 release, sendmail includes a configuration option that enables you to define the version of the sendmail.cf file. This option enables older configuration files to be used with the current version of sendmail. You can set the version level to values between 0 and 10. You can also define the vendor. Either Berkeley or Sun is a valid vendor option. If a version level is specified but no vendor is defined, Sun is used as the default vendor setting. The following table lists some of the valid options. Table 14-6 Version Values for the Configuration File
Note - You are urged not to use V1/Sun. For more information, refer to http://www.sendmail.org/vendor/sun/differences.html#4. For task information, refer to Building the sendmail.cf Configuration File in Chapter 13, Mail Services (Tasks). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|