This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
сервис_mta [2026/02/19 11:43] val [Postfix] |
сервис_mta [2026/07/20 16:11] (current) val [Установка и настройка MTA на обработку почты домена hostname] |
||
|---|---|---|---|
| Line 35: | Line 35: | ||
| === Debian/Ubuntu (postfix) === | === Debian/Ubuntu (postfix) === | ||
| <code> | <code> | ||
| + | root@server:~# echo "postfix postfix/main_mailer_type string 'Internet Site'" | debconf-set-selections | ||
| + | или | ||
| root@server:~# debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Internet Site'" | root@server:~# debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Internet Site'" | ||
| root@server:~# debconf-set-selections <<< "postfix postfix/mailname string corpX.un" | root@server:~# debconf-set-selections <<< "postfix postfix/mailname string corpX.un" | ||
| + | |||
| + | root@server:~# debconf-show postfix | ||
| root@server:~# apt install postfix | root@server:~# apt install postfix | ||