The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]




Версия для распечатки Пред. тема | След. тема
Новые ответы [ Отслеживать ]
Есть два какнала, !*! tt, 22-Ноя-05, 20:21  [смотреть все]
  • Есть два какнала, !*! gr, 21:37 , 22-Ноя-05 (1)
    >Два интерфейса смотрят наружу дапустим eth2 и eth1
    >так вот хочется сделать следующие что бы через eth2 проходил http ftp
    >и др
    >а через eth1 только smtp так вот все сделал для этого. Теперь
    >почта при получении проходит через eth1 как и хотел . Но

    Это можно сделать с помощью policy routing, а можно и так:

    ----
    inet_interfaces (default: all)

    The network interface addresses that this mail system receives mail on. Specify "all" to receive mail on all network interfaces (default), and "loopback-only" to receive mail on loopback network interfaces only (Postfix 2.2 and later). The parameter also controls delivery of mail to user@[ip.address].

    Note 1: you need to stop and start Postfix when this parameter changes.

    Note 2: address information may be enclosed inside [], but this form is not recommended here.

    When inet_interfaces specifies just one IPv4 and/or IPv6 address that is not a loopback address, the Postfix SMTP client will use this address as the IP source address for outbound mail. Support for IPv6 is available in Postfix version 2.2 and later.

    On a multi-homed firewall with separate Postfix instances listening on the "inside" and "outside" interfaces, this can prevent each instance from being able to reach servers on the "other side" of the firewall. Setting smtp_bind_address to 0.0.0.0 avoids the potential problem for IPv4, and setting smtp_bind_address6 to :: solves the problem for IPv6.

    A better solution for multi-homed firewalls is to leave inet_interfaces at the default value and instead use explicit IP addresses in the master.cf SMTP server definitions. This preserves the SMTP client's loop detection, by ensuring that each side of the firewall knows that the other IP address is still the same host. Setting $inet_interfaces to a single IPv4 and/or IPV6 address is primarily useful with virtual hosting of domains on secondary IP addresses, when each IP address serves a different domain (and has a different $myhostname setting).

    See also the proxy_interfaces parameter, for network addresses that are forwarded to Postfix by way of a proxy or address translator.
    ------


    transport:
    --------------------

    # EXAMPLES
    #        In  order to deliver internal mail directly, while using a
    #        mail relay for all other mail, specify a  null  entry  for
    #        internal  destinations  (do not change the delivery trans-
    #        port or the nexthop information) and  specify  a  wildcard
    #        for all other destinations.
    #
    #             my.domain    :
    #             .my.domain   :
    #             *            smtp:outbound-relay.my.domain




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2024 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру