- Поисковые системы
- Практика оптимизации
- Трафик для сайтов
- Монетизация сайтов
- Сайтостроение
- Социальный Маркетинг
- Общение профессионалов
- Биржа и продажа
- Финансовые объявления
- Работа на постоянной основе
- Сайты - покупка, продажа
- Соцсети: страницы, группы, приложения
- Сайты без доменов
- Трафик, тизерная и баннерная реклама
- Продажа, оценка, регистрация доменов
- Ссылки - обмен, покупка, продажа
- Программы и скрипты
- Размещение статей
- Инфопродукты
- Прочие цифровые товары
- Работа и услуги для вебмастера
- Оптимизация, продвижение и аудит
- Ведение рекламных кампаний
- Услуги в области SMM
- Программирование
- Администрирование серверов и сайтов
- Прокси, ВПН, анонимайзеры, IP
- Платное обучение, вебинары
- Регистрация в каталогах
- Копирайтинг, переводы
- Дизайн
- Usability: консультации и аудит
- Изготовление сайтов
- Наполнение сайтов
- Прочие услуги
- Не про работу
Авторизуйтесь или зарегистрируйтесь, чтобы оставить комментарий
Доброго времени суток!
Сегодня получили письмо от Netdirekt DC, от содержания которого я в шоке:
The Netdirekt DC has taken the decision to block all outgoing connections to port 25 from the servers under them as a precaution, to make sure that no spam emails are being sent out.
So to ensure mail delivery please enable Smarthost in your servers to get the mails relayed through the DC's SMTP-Relay server.
To enable Smarthost, please follow the steps given below:
==========================================
For cPanel servers.
==========================================
1. Login to WHM : http://aa.bb.cc.dd:2086/
2. Access "Service Configuration" => "Exim Configuration Editor" => "Advanced Editor Instructions" and click on the button "Advance Editor"
3. Search for "ROUTERS CONFIGURATION" and add the following lines in the space provided.
+-+-+-+
smart_route:
driver = manualroute
domains = !+local_domains
transport = remote_smtp
route_list = * 188.72.233.234::125
+-+-+-+
4. Click on the button "Save"
==========================================
For Directadmin Servers.
==========================================
1. Login to the server using SSH.
2. Open Exim configuration : /etc/exim.conf
3. Find "ROUTERS CONFIGURATION" and add the following lines below 'begin routers' and save it.
+-+-+-+
smart_route:
driver = manualroute
domains = *
transport = remote_smtp
route_list = 188.72.233.234::125
+-+-+-+
4. Restart Exim : (service exim restart)
==========================================
For Plesk Servers.
==========================================
1. Login to the server using SSH.
2. Create a file 'smtproutes' under folder '/var/qmail/control'
3. Open it /var/qmail/control/smtproutes and add the following line save it.
+-+-+-+
:188.72.233.234:125
+-+-+-+
4. Restart Qmail : (service qmail restart)
==========================================
For Webmin or any server + Postfix server.
==========================================
1. Login to the server using SSH.
2. Open Postfix configuration : /etc/postfix/main.cf
3. Find 'INTERNET OR INTRANET' and add the following line below it and save the file.
+-+-+-+
relayhost = 188.72.233.234:125
+-+-+-+
4. Restart Postfix : (service postfix restart)
==========================================
For Webmin or any server + Sendmail server.
==========================================
1. Login to the server using SSH.
2. Edit Sendmail configuration : /etc/mail/sendmail.mc
3. Find SMART_HOST and replace it with the following lines and save it.
+-+-+-+
define(`SMART_HOST',`relay:relay.robomail.biz')dnl
define(`RELAY_MAILER',`esmtp')dnl
define(`RELAY_MAILER_ARGS', `TCP $h 125')dnl
+-+-+-+
4. Update Sendmail config : m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf
5. Restart Sendmail : (service sendmail restart)
==========================================
Please get back to us if you need any further clarification in this regard.
Thank you.
Regards,
Chinnu,
Dedicated Support Team,
Rustelekom LLC.
Это что теперь нормальная практика? Вот так порты закрывать?!
Теперь один проспамился - все в Spamhause :D
Как я уже понял у техников Netdirekt последнее время крыша начала ехать.
Так что не удивительно.
А в других ДЦ европы такое бывает, чтобы вот так без предупреждения порты закрывали бы всем?
У меня тоже
Hello,
The Netdirekt DC has taken the decision to block all outgoing connections to port 25 from the servers under them as a precaution, to make sure that no spam emails are being sent out.
So to ensure mail delivery please enable Smarthost in your servers to get the mails relayed through the DC's SMTP-Relay server.
To enable Smarthost, please follow the steps given below:
==========================================
For cPanel servers.
==========================================
1. Login to WHM : http://aa.bb.cc.dd:2086/
2. Access "Service Configuration" => "Exim Configuration Editor" => "Advanced Editor Instructions" and click on the button "Advance Editor"
3. Search for "ROUTERS CONFIGURATION" and add the following lines in the space provided.
+-+-+-+
smart_route:
driver = manualroute
domains = !+local_domains
transport = remote_smtp
route_list = * 188.72.233.234::125
+-+-+-+
4. Click on the button "Save"
==========================================
For Directadmin Servers.
==========================================
1. Login to the server using SSH.
2. Open Exim configuration : /etc/exim.conf
3. Find "ROUTERS CONFIGURATION" and add the following lines below 'begin routers' and save it.
+-+-+-+
smart_route:
driver = manualroute
domains = *
transport = remote_smtp
route_list = 188.72.233.234::125
+-+-+-+
4. Restart Exim : (service exim restart)
==========================================
For Plesk Servers.
==========================================
1. Login to the server using SSH.
2. Create a file 'smtproutes' under folder '/var/qmail/control'
3. Open it /var/qmail/control/smtproutes and add the following line save it.
+-+-+-+
:188.72.233.234:125
+-+-+-+
4. Restart Qmail : (service qmail restart)
==========================================
For Webmin or any server + Postfix server.
==========================================
1. Login to the server using SSH.
2. Open Postfix configuration : /etc/postfix/main.cf
3. Find 'INTERNET OR INTRANET' and add the following line below it and save the file.
+-+-+-+
relayhost = 188.72.233.234:125
+-+-+-+
4. Restart Postfix : (service postfix restart)
==========================================
For Webmin or any server + Sendmail server.
==========================================
1. Login to the server using SSH.
2. Edit Sendmail configuration : /etc/mail/sendmail.mc
3. Find SMART_HOST and replace it with the following lines and save it.
+-+-+-+
define(`SMART_HOST',`relay:relay.robomail.biz')dnl
define(`RELAY_MAILER',`esmtp')dnl
define(`RELAY_MAILER_ARGS', `TCP $h 125')dnl
+-+-+-+
4. Update Sendmail config : m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf
5. Restart Sendmail : (service sendmail restart)
==========================================
Please get back to us if you need any further clarification in this regard.
Thank you.
Regards,
Chinnu,
Dedicated Support Team,
Rustelekom LLC.
Народ у меня такая же тема что делать сейчас похоже судом не обойдётся буду вынужден подать
Техники Нетдирект уже за***ли в прямом смысле этого слова. Каждый месяц устраивают какой то сюрприз, неуспеваю мигрировать сервера на другие датацентры. Был хороший датацентр, но к сожелению на данный момент не поварачивается язык чтобы про них сказать что то хорошее...
SMTP-Relay для почты не самое плохое что они натворили, лучше так чем блокировки....
Договор/правила надо смотреть... какой суд? Из России с Германским ДЦ?
Договор/правила надо смотреть... какой суд? Из России с Германским ДЦ?
Я гражданин Эстонии и имею право на это
Надо завтра к юристу обратится всем извините за русский
Я гражданин Эстонии и имею право на это
Надо завтра к юристу обратится всем извините за русский
Не смешите и нет тратьте сил и средств. Суде с немцами проиграете, они имеют больше денег на юристы.....
Поделитесь информацией, что скажет юрист?
Смартхост не настроен, чтоли? Мне выдает Relay access denied если я пытаюсь через него что-то отправить с сервера в НетДиректе.