<html> <b>NAME</b><br> LocalHostName - slow.conf configuration item <p> <b>SYNOPSIS</b><br> <code><ul> LocalHostName = hostname </ul></code> <p> <b>DESCRIPTION</b><br> The LocalHostName slow.conf configuration item defines the host name to use in place of the one found by calling <i>gethostname</i>. <p> When <b>slowmilt</b> first starts to run, it looks up the MX records for the local host. It does this so that it can detect if a message was from one of its MX servers. Unless told to do otherwise, <b>slowmilt</b> finds the local host name by calling <i>gethostname</i> and using that result. But on some systems (such as Solaris) that host name is not canonical, and on others, that host name may refer to the wrong interface. In such instances, you may cause <i>gethostname</i> to be skipped by defining this LocalHostName item. <p> When this LocalHostName item is defined, the host name defined by this item has its MX records looked up in place of the default host name. <p> If you are in doubt about whether to use the default or to define your own, you can run <b>slowmilt</b> by hand like this: <code><ul> % slowmilt -Dmx </ul></code> This command will cause the result of the MX lookup to be printed to the standard output. Both host names and IP numbers found are printed. It the list is wrong, consider defining this LocalHostName item to fix the problem. <p> </body> </html>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 3998 | bryan_costales |
Brought the whole distribution up to V0.9 Added a huge abount of documentation. Added slowedit find Created startup scripts to launch for testing Fixed numerous bugs. Fixed a few portablity issues. Installed hooks for whitelisting and IP aliases. |