>>> Есть некий мейл сервер. Необходимо сделать так, чтобы когда он
>>> был выключен срабатывал другой мейл сервер и письма не отфутболивались.
>>> Первый мейл сервер - сервер клиента, бек ап сервер - мой
>>> сервер на коммунигейте. Внизу конфиг нс рекордов у меня на ДНС.
>>> Как все это осуществить. 1 - добавлю секондари MX запись. Дальше что?
>> читаете документацию к cgp в месте, где описывается нужная вам feature (relaying).
> Прочитал но , не допонимаю, можете степ бай степ обьяснить. Основной сервер
> мдаемонд( сервак клиента ) , мой сервер коммунигейт, который должен быть
> бекапом. нужно ли на моем сервере создавать домен клиента на сервере
> или нет. Если не трудно опишите по подробней. Спасибо How can I hold all client mail till their servers send ETRN?
If your client has a symmetric dial-on-demand link (i.e. a link that is brought up by the provider when there is any traffic to the client hosts), that client may want:
to get all mail via your server instead of receiving mail directly, when each incoming message brings the connection link up;
to receive mail from your server only when the client software issues the ETRN command, so your server will not bring the link up and try to relay the client mail as soon as it is received.
To serve such a customer (the client.com mail domain), you should:
create a DNS A-record for the mail.client.com name, pointing to the IP address of the client server;
create a DNS MX record for the client.com domain pointing to your CommuniGate Pro server; you should NOT include the mail.client.com name into the MX records for the client.com mail domain.
create a record in the CommuniGate Pro Router:
client.com = mail.client.com.via
include the mail.client.com name into the SMTP module Hold Mail for Domains setting.
Это то что нужно ?