LINUX.ORG.RU
ФорумAdmin

exim и отправка почты с определенного ип


0

0

Всем привет.

Проблема такая. Стоит exim работает на ура... на машине поднято 8 алиасов на сетевке, так этот exim берет последний ип из этого списка, у которого соответственно нет не днс записи не ptr, из-за чего многие письма просто не уходят.

Собственно вопрос, какая директива в конфиге заставляет его использовать для ОТПРАВКИ определенный ип ?

Заранее спасибо.


man www.exim.org


http://www.exim.org/exim-html-3.00/doc/html/spec_18.html

interface (smtp) option

Option: interface
Type: string
Default: unset

This option specifies which interface to bind to when making an outgoing SMTP call. The string must be an IP address, for example:

interface = 123.123.123.123

If `interface' is not set, the system's IP functions choose which interface to use if there is more than one. In an IPv6 system, the type of interface specified must be of the same kind as the address to which the call is being made. If not, it is ignored.

anonymous
()
Ответ на: комментарий от anonymous

случайно на v3 дал, ну да оно не изменилось

http://www.exim.org/exim-html-4.10/doc/html/spec_29.html

interface
Type: string list, expanded
Default: unset

This option specifies which interface to bind to when making an outgoing SMTP call. The variables $host and $host_address refer to the host to which a connection is about to be made during the expansion of the string. Forced expansion failure, or an empty string result causes the option to be ignored. Otherwise, after expansion, the string must be a colon-separated list of IP addresses, for example:

interface = <; 192.168.123.123 ; 3ffe:ffff:836f::fe86:a061

The first interface of the correct type (IPv4 or IPv6) is used for the outgoing connection. If none of them are the correct type, the option is ignored. If interface is not set, or is ignored, the system's IP functions choose which interface to use if the host has more than one.

anonymous
()
Ответ на: комментарий от PUZO

попробуй в тот транспорт, который занимается отдачей во внешний мир

в исходном конфиге это remote_smtp, который подрывается из роутера dnslookup

anonymous
()
Ответ на: комментарий от anonymous

один фиг. всеравно шлет с одного а принимает на другой

PUZO
() автор топика
Ответ на: комментарий от anonymous

Сразу не понял доки, но теперь разобрался и все работает, огромное спасибо.

если кому надо то в транспорте ищем

remote_smtp:

и туда вставляем строчку с интерфейсом

PUZO
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.