Настройка smtp server windows server 2012

Вы можете установить SMTP сервер с помощью встроенных средств во всех версиях Windows Server. Такой SMTP сервер внутри организации может работать в качестве почтового релея, который должен принимать и пересылать через себя SMTP сообщения от различных устройств (к примеру, сендеров, сканеров, устройств СКД и пр.) и приложений (веб приложения, SQL Reporting Services, SharePoint), которым необходимо иметь возможность отправлять почту через SMTP сервер. Такой релей может пересылать сообщения на полноценные Exchange сервер или на публичные почтовые сервисы в Интернет типа Gmail, Mail.ru, Office 365 и т.д (ведь не всегда целесообразно разворачивать полноценную внутреннюю почтовую инфраструктуру на базе Microsoft Exchange Server или других почтовых служб).

В этой статье мы покажем, как установить, настроить и протестировать работу SMTP сервера на Windows Server 2012 R2, 2016 и 2019, который будет функционировать в качестве mail релея. Такой SMTP сервер не хранит почтовые сообщения и на нем отсутствуют почтовые ящики, он сможет только отправлять или пересылать почту.

Содержание:

  • Установка службы SMTP на Windows Server 2016/2012 R2
  • Настройка SMTP сервера на Windows Server
  • Автозапуск службы SMTPSVC
  • Проверка работы SMTP сервера на Windows Server

Установка службы SMTP на Windows Server 2016/2012 R2

SMTP сервер – это один из компонентов Windows Server, который можно установить через Server Manager. Для этого откройте консоль Server Manager Dashboard (servermanager.exe), перейдите в режим Add roles and features и на этапе выбора функций отметьте чекбокс у пункта SMTP Server. Для управления службой SMTP нужно установить консоли управления, которые входят в комплект роли Web Server IIS (вам будет предложено установить IIS Management Tools).

smtp сервер на windows server 2012 r2

Оставьте все предлагаемые опции роли Web Server (IIS) и запустите установку.

Компоненты веб сервера IIS

Также вы можете установить компонент SMTP сервера с помощью одной команды PowerShell:

Install-WindowsFeature smtp-server

После окончания установки компонентов может потребоваться перезагрузка системы.

Настройка SMTP сервера на Windows Server

Управляется SMTP сервер консоль управления Internet Information Services (IIS) Manager 6. Открыть эту консоль можно через Server Manager: Tools-> Internet Information Services (IIS) 6.0 Manager или командой inetmgr6.exe.

Консоль Internet Information Services (IIS) Manager 6В консоли IIS 6 Manager разверните ветку с именем сервера, щёлкните ПКМ по SMTP Virtual Server и откройте его свойства.

Свойства SMTP сервераНа вкладке General, если необходимо, выберите IP адрес, на котором должен отвечать SMTP сервер (если у сервера несколько IP адресов), и включите ведение логов Enable logging (чтобы сохранялась информация обо всех полученных письмах).

Адрес SMTP сервераЗатем перейдите на вкладку Access.

Настройки SMTP доступаЗдесь нажмите на кнопку Authentication и убедитесь, что разрешен анонимный доступ (Anonymous access).

SMTP аутентфикация - анонимный доступ

Вернитесь на вкладку Access и нажмите кнопку Connection. Здесь вы можете указать IP адреса устройств, которым разрешено отправлять почту через наш SMTP релей. Нужно выбрать опцию Only the list below и указать список IP адресов, не забыв самого себя (127.0.0.1).

Аналогичным образом настройте список разрешенных IP в настройках Relay (нажмите соответствующую кнопку). В этой секции указано каким IP адресам (или подсетям) можно пересылать почту через ваш SMTP сервер.

Ограничения на отправку через SMTP сервер по IP адресу

Примечание. Как правило, обязательно стоит включать эту опцию, как минимум ограничив список обслуживаемых устройств диапазоном IP адресов. В противном случае ваш SMTP сервер может использоваться спамерами и другими злоумышленниками как открытый релей для массовых почтовых рассылок.

Перейдите на вкладку Messages. Здесь указывается email, на который будут отправляться копии всех NDR отчетов (Send copy of Non-Delivery Report to:). Также здесь можно указать ограничения на максимальный размер писем (Limit message size KB) и количество получателей (Limit number of recepients per message).

Лимиты SMTP сообщенийПерейдите на вкладку Delivery:

Настройки параметров доставки

Затем нажмите на кнопку Outbound Security. Здесь указывается, как нужно авторизоваться на почтовом сервере, на который ваш SMTP-сервере будет пересылать (relay) всю почту. К примеру, если вся почта будет отправляться на почтовый сервер Gmail и уже с него пересылаться адресатам, вам нужно выбрать тип аутентификации Basic authentication, указав в качестве пользователя и пароля данные для доступа к почтовому ящику на сервисе Gmail (в настройках аккаунта Google нужно разрешить отправку через smtp сервера gmail).

Параметры аутентифкации на внешних системах

Затем нажмите на кнопку Advanced.

Advanced DeliveryЗдесь указывается FQDN имя вашего SMTP сервера. Нажмите кнопку Check DNS, чтобы проверить корректность записи в DNS.

The domain name is valid

Если сервер должен пересылать почту внешнему smtp серверу, нужно указать его имя в поле Smart host (к примеру smtp.gmail.com или smtp.office365.com).

Некоторые внешние почтовые сервера принимает почту только при использовании защищенного SMTP соединения с помощью TLS Encryption (используется порт TCP 587). Это настраивается в разделе Delivery-> Outbound Security и Outbound Connections. Ознакомитесь с документацией вашего почтового провайдера.

Сохраните настройки SMTP сервера и перезапустите ваш виртуальный SMTP сервер для применения изменений.

Примечание.

  1. Настройки DNS критичны с точки зрения работоспособности почтовой системы. Если ваш SMTP сервер не может корректно разрешить DNS имена доменов, на которые он пытается отправить письма, доставка не удастся.
  2. Если ваш сервер сам будет отправлять почту в другие домены, важно, чтобы для вашего адреса была сформирована правильная PTR запись для разрешения обратных DNS запросов. PTR запись для белого IP адреса должна указывать на FQDN имя. В противном случае большинство внешних smtp серверов не будут принимать от вас почту, считая ваш сервер спамерским.

Автозапуск службы SMTPSVC

Осталось настроить автозапуск службы SMTP сервера. Быстрее всего это сделать из командной строки PowerShell:

set-service smtpsvc -StartupType Automatic

Запустим службу:

start-service smtpsvc

Проверим, что запущена служба SMTPSVC :

get-service smtpsvc

Status Name DisplayName
—— —- ————
Running smtpsvc Simple Mail Transfer Protocol (SMTP)

set-service smtpsvc - управление службой SMTP

Проверка работы SMTP сервера на Windows Server

Ну и последнее, что осталось сделать, проверить работу созданного SMTP сервера. Проще всего это сделать, создав на рабочем столе текстовый файл smtp-test-email.txt и скопировав в него следующий текст, заменив имя отправителя и получателя на ваши.

From: [email protected]
To: [email protected]
Subject: Email test

This is the test email

Тестирование отправки smtp сообщений

Скопируйте файл smtp-test-email.txt в каталог C:\inetpub\mailroot\Pickup. SMTP сервер следит за появлением файлов в этой каталоге и при обнаружении файла прочтет его содержимое и попытается отправить письмо с данной темой и текстом адресату, указанному в разделе To:.

Проверьте ящик получателя, в него должно прийти такое письмо.

Тестовое письмо

Совет. Протестировать работу SMTP сервера можно и из командой строки telnet, скрипта vbs или PowerShell:

Send-MailMessage -SMTPServer localhost -To [email protected] -From [email protected] -Subject "Email test" -Body "This is the test email sent via PowerShell"

Если вы хотите, чтобы вы включили Basic Authentication (Обычная проверка подлинности) для авторизации всех ваших SMTP клиентов (вместо анонимной аутентификации), вы можете отправить письмо с smtp-аутентификацией через telnet следующим образом.

Также убедитесь, что на вашем SMTP сервере не блокируется порт TCP 25 при удаленном подключении (локальным файерволом, антивирусом или межсетевым экраном). Проще всего это сделать с компьютера Windows, IP адрес которого добавлен в разрешенные. Проверку доступности порта можно выполнить с помощью командлета Test-NetConnection:

Test-NetConnection smtpsrv1.name.local –port 25

Если 25 порт блокируется, проверьте настройки Windows Firewall, антивируса и аппаратных межсетевых экранов.

Итак, вы настроили собственный почтовый SMTP релей на Windows Server 2016/2012 R2 и протестировали отправку писем через него.

You can install an SMTP server using built-in tools in all versions of Windows Server. This SMTP server can work as a mail relay service that should receive and send SMTP emails from various devices in the organization (for example, senders, scanners, access control devices, etc.) and applications (web apps, SQL Reporting Services, SharePoint), which should be able to send mail using the SMTP protocol. Such a relay can send messages to your Exchange servers or to public email services such as Gmail, Yahoo, Office 365 (outlook.com), etc. (since it is not always advisable to deploy a full-featured internal email infrastructure based on Microsoft Exchange Server or other email services).

In this article we’ll show how to install, configure and test the SMTP server on Windows Server 2012 R2, 2016 and 2019 serving as a mail relay. This SMTP server can only send or forward emails, and there are no user mailboxes on it.

Contents:

  • How to Install SMTP Service on Windows Server 2016 / 2012 R2?
  • Configuring SMTP Server on Windows Server
  • SMTPSVC Service Auto-Start
  • Testing the SMTP Server on Windows

How to Install SMTP Service on Windows Server 2016 / 2012 R2?

SMTP service is one of the built-in features of Windows Server that can be installed through Server Manager. To do it, open the Server Manager Dashboard (servermanager.exe), go to Add roles and features and check SMTP Server when selecting the features to install. To manage the SMTP service, install the management consoles, being a part of Web Server (IIS) role, so you will be prompted to install some IIS components.

SMTP server feature on Windows Server 2012 R2

Leave all the suggested options of the Web Server (IIS) role and run installation.

IIS 6 Managment Tools

You can also install the SMTP server role using the PowerShell command:

Install-WindowsFeature smtp-server

After the components are installed, you may need to restart your server.

Configuring SMTP Server on Windows Server

The SMTP server is still managed using the old school management console Internet Information Services (IIS) Manager 6. You can open this console from the Server Manager: Tools-> Internet Information Services (IIS) 6.0 Manager or with the command inetmgr6.exe.

console Internet Information Services (IIS) Manager 6 console

Expand the branch with your server name in the IIS 6 Manager, right-click SMTP Virtual Server and open its properties.

SMTP Server properties

On the General tab, if necessary, select the IP address on which the SMTP server should respond (if the server has multiple IP addresses), and check the option Enable logging (in order to save information about all received emails to text log files).

SMTP Virtual Server Settings

Then go to the Access tab.

smtp access tab

Here click the Authentication button and make sure that the Anonymous access is enabled.

SMTP Authentication Settings: Anonymous access

Go back to the Access tab and click the Connection button. Here you can specify the IP addresses of devices that are allowed to send emails through your SMTP relay. To do it, check the Only the list below and specify the list of IP addresses (subnets), don’t forget about yourself (127.0.0.1).

Configure the same way the list of allowed IPs in the Relay settings (click the corresponding button). This section indicates which IP addresses (or subnets) can relay email through your SMTP server.

smtp allow ip list

Note. As a general rule, it’s worth to check this options and limit the list of accepted devices with the range of IP addresses. Otherwise, your SMTP server may be used by spammers and other attackers as an open relay for mass mailings.

Go to the Messages tab. Here the administrative e-mail address is specified, to which the copies of all NDR messages will be send (Send copy of Non-Delivery Report to:). Also here you can specify the restrictions on the maximum message size (Limit message size KB) and the maximum number of recipients (Limit number of recipients per message).

messages limits

Go to the Delivery tab.

delivery options

Then click Outbound Security. Here you specify the way of authentication on the external mail server to which your SMTP server will send (relay) all email messages. For example, if all emails will be forward to Gmail mail server and then sent to the recipients, you need to check the Basic authentication and specify your Gmail mailbox credentials (you must allow to send email via Gmail SMTP in the Google account settings).

Outbound security: anonymous access

Then click Advanced.

Advanced delivery options

Here you specify the FQDN name of your SMTP server. Click the Check DNS button to make sure that the DNS record is valid.

the domain name is valid

If your server sends mail to an external SMTP server, specify its name in the Smart host field (for example, smtp.gmail.com or smtp.office365.com).

Some public mail servers accept email only when using a secure SMTP connection using TLS Encryption (TCP port 587). You can configure this setting in the section Delivery -> Outbound Security and Outbound Connections. Read the documentation of your email provider.

Save the SMTP server settings and restart your SMTP virtual service to apply the changes.

Note.

  1. The DNS settings are critical from the point of view of email system health. If your SMTP server cannot correctly resolve DNS names of domains to which it is trying to send email, the delivery will fail.
  2. If your server sends mail to other domains, it is important that the correct PTR record is created for your IP address in order to resolve reverse DNS lookups. The PTR record for your public IP address should point to your server FQDN name. Otherwise, most external SMTP servers won’t accept email from you, considering your server a spammer one.

SMTPSVC Service Auto-Start

It remains to configure the automatic startup of SMTP service on your Windows Server. You can do it quickly using the PowerShell command prompt:

set-service smtpsvc -StartupType Automatic

Start the service:

start-service smtpsvc

Make sure that the SMTPSVC service is running:

get-service smtpsvc

Status   Name               DisplayName
——   —-               ————
Running smtpsvc           Simple Mail Transfer Protocol (SMTP)

Start smtpsvc service

Testing the SMTP Server on Windows

The last thing you have to do is to make sure that your SMTP server is working. It is easier to do it by creating a plain-text file smtp-test-email.txt on your desktop and copying the following text to it. Don’t forget to change the sender and recipient names to yours.

From: [email protected]
To: [email protected]
Subject: Email test
This is the test email

smtp test email

Copy the file smtp-test-email.txt to the C:\inetpub\mailroot\Pickup folder. The Windows SMTP server monitors new files appearing in this folder, and if a file is found it will read it contents and try to send an email with the given subject and body to the recipient specified in the To: line.

Check the recipient mailbox, and you will see this e-mail.

test email in outlook

Tip. You can test your SMTP server using the telnet command, VBS script or PowerShell:

Send-MailMessage -SMTPServer localhost -To [email protected] -From [email protected] -Subject "Email test" -Body "This is the test email from PowerShell"

If you have enabled Basic Authentication to authenticate all your SMTP clients (instead of anonymous authentication), you can send an email with the smtp authentication via telnet as follows.

Also, make sure that TCP 25 port is not blocked on your SMTP server by the local firewall or anti-virus software. The easiest way to do this is from a Windows-based computer whose IP address has been added to the allowed connection list. Check availability of port 25 using the Test-NetConnection cmdlet:

Test-NetConnection smtprelay.woshub.com –port 25

If port 25 is blocked, check the settings of Windows Firewall, antivirus and hardware firewalls.

So, you have configured your own SMTP mail relay on Windows Server 2016 / 2012 R2 and tested sending emails through it.

Many services and apps require some kind of email server in order to send you email notifications, warnings, errors. Windows Server 2012 doesn`t pack Exchange Server with it, but there is simple solution for sending emails from Windows Server 2012 and here is the tutorial for setting it up.

Prerequisite for this tutorial is installed IIS with IIS 6.0 Management Tools

Search | Server Manager | click on Server Manager

server_smtp_1

Click on Manage | Add Roles and Features |Next

server_smtp_2

Role-based of feature-based installation | Next

server_smtp_3

Select server | Next

server_smtp_4

Next | (Select Web Server and all under Management tools if you don`t already have IIS installed)

server_smtp_5

Select SMTP Server under Features

server_smtp_6

New Window will pop-up |Add Features

server_smtp_7

Next

server_smtp_8

Install

server_smtp_9

Success | Close

server_smtp_10

Back to search – enter IIS and then click on Internet Information Services (IIS) 6.0 Manager

server_smtp_11

Expand your local server and right click on SMTP | click on Properties

server_smtp_12

General tab |IP address – select local machine IP address and enable logging |Apply

server_smtp_13

Access Tab | click on Connection button

server_smtp_14

Click on Only the list below |Add

server_smtp_15

Enter IP of the computer you want to be able to access to SMTP service (you will define all local IPs here that you want to access your SMTP)

server_smtp_16

OK

server_smtp_19

Now, back to Access tab | click on Relay button

server_smtp_18

Same procedure as for Connection |OK |Apply

server_smtp_17

Delivery tab |click on Advanced button

server_smtp_20

Under fully-qualified domain name enter name of external mail server. If you have the need – you`ll also enter smart host name. After you’re done – OK |Apply |OK

server_smtp_21

Last stop is the firewall

Enter Firewall in search |select Windows Firewall with Advanced Security

server_smtp_22

!In some scenarios, you`ll also have to define Outbound Firewall Rule (same procedure as described here for inbound rule)

Right click on Inbound Rules | New Rule

server_smtp_23

Select Port | Next

server_smtp_24

TCP | Specific Local ports: enter 25 | Next

server_smtp_25

Allow the connection | Next

server_smtp_26

I`ll open my SMTP port to all instances, Public interface is not recommended, so choose wisely and think about what you want to achieve. This is my test lab, so I don`t have any security issues with it and want to test some scenarios. Next

server_smtp_27

Write the Name and description for your rule | Finish

server_smtp_28

Rule is created

server_smtp_29

Go to Control Panel | Administrative Tools | Services | find Simple Mail Transfer Protocol (SMTP) and set startup to Automatic (right click on it – Properties – Startup Type – Automatic)

server_smtp_30

Restart service (or even better – server is you can) and test your SMTP with application or service you want notifications from.

Disclaimer

You are here: Home / How To / How to Install SMTP Server on Windows Server 2012 R2

The internal SMTP server feature is deprecated but not removed on Microsoft Windows Server 2012, so when moving legacy applications from an older server, you can still install the internal SMTP under IIS 6 on Windows Server 2012 R2 to avoid using a separate Exchange Server. Here are the steps to install it.

Steps

  1. Launch Server Manager.

  2. On the Dashboard, click Add roles and features on the right pane.

    Server Manager Dashboard on Windows Server 2012 R2

  3. Click Next > button to go to Installation Type (on left) and select Role-based or feature-based installation on the right and click Features on the left.

  4. In a box under the heading Features, check SMTP Server. There will be a pop-out screen to add more services or features. Just click the Add Features button.

    Add SMTP features on Windows Server 2012 R2

    Add features required for SMTP on Windows Server 2012 R2

  5. You will be shown a confirmation screen. Click the Install button. Click Close button when finished.

  6. You can find the IIS 6 by going to the tile menu and pick the icon with the purple background as pictured.

    IIS 6 on Windows Server 2012 R2

  7. Launch the IIS 6 Manager to configure the SMTP server.

    IIS 6 Manager on Windows Server 2012 R2

The default location of your SMTP folders will be in C:\inetpub\mailroot. You can move these default directories to a different drive.

Further Reading

Features Removed or Deprecated in Windows Server 2012 R2
How to Fix SMTP 550 5.7.1 Unable to Relay Error on Windows Server 2012 R2
Mastering Windows Server 2012 R2
Windows Server 2012 R2 Inside Out Volume 1: Configuration, Storage, & Essentials
Windows Server 2012 R2 Inside Out Volume 2: Services, Security, & Infrastructure
Training Guide Installing and Configuring Windows Server 2012 R2 (MCSA)

How to set up an internal SMTP service for windows server 2012

IF you want to have network devices to send emails that do not support the encryption or authentication protocols required by WorldPosta
The solution is to set up a mail rely server, and configure it to accept email inside the network either anonymously or with basic authentication over unencrypted connection and then to the email onward via WorldPosta servers.
The idea is to enable SMTP service that is built into Windows Server 2012

How to install the SMTP service

1. Launch the Server Manager.
2. Select Manage > Add Roles and Features from the upper right menu. A wizard will start.
Select the installation type
3. Click Next, then select Role-based or feature-based installation
http://blog.powerbiz.net.au/wp-content/uploads/2013/04/041813_0636_Howtosetupa3.png
4. Select the Essentials Server (highlighted by default).
http://blog.powerbiz.net.au/wp-content/uploads/2013/04/041813_0636_Howtosetupa4.png
5. Click Next to bypass the Server Roles selections.
6. In the feature part, scroll down and check SMTP Server.
http://blog.powerbiz.net.au/wp-content/uploads/2013/04/041813_0636_Howtosetupa6.png
7. A new window will appear to inform you that other services will also be installed.
http://blog.powerbiz.net.au/wp-content/uploads/2013/04/041813_0636_Howtosetupa7.png
8. Click Install to complete the installation
http://blog.powerbiz.net.au/wp-content/uploads/2013/04/041813_0636_Howtosetupa9.png
9. When the installation finishes, click Close.

Configuring Microsoft SMTP Server

Next step we need to configure the SMTP server. Notice that one of the dependencies installed is (IIS 6 management tools)
1. Open search then type IIS, run Internet Information Services (IIS) 6.0 manager.
http://blog.powerbiz.net.au/wp-content/uploads/2013/04/041813_0636_Howtosetupa10.png
2. Click Yes to User Account Control prompt.
http://blog.powerbiz.net.au/wp-content/uploads/2013/04/041813_0636_Howtosetupa11.png
3. Expand the SMTP Virtual Server, Then right-click and select Properties.
http://blog.powerbiz.net.au/wp-content/uploads/2013/04/041813_0636_Howtosetupa12.png
4. In General Tab, under IP Address, set the IP address to the server’s IP Address.
http://blog.powerbiz.net.au/wp-content/uploads/2013/04/041813_0636_Howtosetupa13.png
Note: You can also enable logging is required.
5. In the Access tab, set the IP for the internal devices in the connection button.
http://blog.powerbiz.net.au/wp-content/uploads/2013/04/041813_0636_Howtosetupa14.png
6. Add the same IP to the Relay list.
http://blog.powerbiz.net.au/wp-content/uploads/2013/04/041813_0636_Howtosetupa15.png
7. In the Delivery tab, set an external domain > Advanced…
In fully qualified domain name type: servername.example.com
In smart host type smtpapp.worldposta.com

 

Next, open the Outbound Security window. Enter details of an account that is authorized to send through the server configured on the “Advanced Delivery” page – I’d recommend setting up an account specifically for this purpose with your email provider. You’ll also need to tick the “TLS encryption” checkbox, or we’ll be trying to authenticate in-the-plain against the provider’s server putting us right back to square one!
C:\Users\dell\AppData\Local\Temp\SNAGHTML3723e4f.PNG
8. From Search, Type Firewall to locate to run Windows Firewall.
9. Add a new Inbound Rule. (Right-click on Inbound Rule, and select New Rule)
http://blog.powerbiz.net.au/wp-content/uploads/2013/04/041813_0636_Howtosetupa18.png
10. Select Port.
http://blog.powerbiz.net.au/wp-content/uploads/2013/04/041813_0636_Howtosetupa19.png
11. Type in 25 as the local port.
http://blog.powerbiz.net.au/wp-content/uploads/2013/04/041813_0636_Howtosetupa20.png
12. Click Next > Allow the Connection.
http://blog.powerbiz.net.au/wp-content/uploads/2013/04/041813_0636_Howtosetupa21.png
13. Uncheck Public to prevent external access to the server.
http://blog.powerbiz.net.au/wp-content/uploads/2013/04/041813_0636_Howtosetupa22.png
14. Give the rule a name and click Finish.
http://blog.powerbiz.net.au/wp-content/uploads/2013/04/041813_0636_Howtosetupa23.png
15. You should now see a new rule enabled in the firewall management console.
http://blog.powerbiz.net.au/wp-content/uploads/2013/04/041813_0636_Howtosetupa24.png
16. Restart the SMTP Service and set the service for Automatic Start.
17. Open up the Services Management Console.
18. Double-click on the Simple Mail Transfer Protocol service.
19. Stop and then Start the service, then Set the Startup type to Automatic.

Testing

To test the setup, simply:
1. Go to https://mxtoolbox.com/diagnostic.aspx
2. Enter the device IP in the Mail Server field, and then click Test Email Server.
 

  • Настройка ssd диска для windows 10 в ноутбуке
  • Настройка snmp на windows 2012
  • Настройка smartscreen в windows 10
  • Настройка snmp windows server 2019
  • Настройка sftp сервера на windows 10