>Доброго времени стуток,
>проблема такого харрактера:
>FreeBSD 4.10 + Sendmail 8.12.11
>
>При подключении по ESMTP к другим почтовым серверам на запрос HELO/EHLO отвечает
>своё локальное имя компьютера вместо доменного имени.
>
>как это исправить? Выдержка из sendmail Configuration README:
+-----------+
| WHO AM I? |
+-----------+
Normally, the $j macro is automatically defined to be your fully
qualified domain name (FQDN). Sendmail does this by getting your
host name using gethostname and then calling gethostbyname on the
result. For example, in some environments gethostname returns
only the root of the host name (such as "foo"); gethostbyname is
supposed to return the FQDN ("foo.bar.com"). In some (fairly rare)
cases, gethostbyname may fail to return the FQDN. In this case
you MUST define confDOMAIN_NAME to be your fully qualified domain
name. This is usually done using:
Dmbar.com
define(`confDOMAIN_NAME', `$w.$m')dnl