User Tools

Site Tools


сервис_mta

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
сервис_mta [2024/06/19 09:09]
val [Протокол SMTP]
сервис_mta [2026/07/20 16:11] (current)
val [Установка и настройка MTA на обработку почты домена hostname]
Line 7: Line 7:
   * [[https://​www.ndchost.com/​wiki/​mail/​test-smtp-auth-telnet|How to Test SMTP AUTH using Telnet]]   * [[https://​www.ndchost.com/​wiki/​mail/​test-smtp-auth-telnet|How to Test SMTP AUTH using Telnet]]
   * [[Средства программирования shell#​Отправка email с вложениями]] из bash   * [[Средства программирования shell#​Отправка email с вложениями]] из bash
 +  * [[Утилита msmtp#​Утилита mail без mta]]
  
 <​code>​ <​code>​
Line 34: 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
Line 390: Line 395:
 ==== Postfix ==== ==== Postfix ====
 <​code>​ <​code>​
 +# mailq
 +# postqueue -f
 +
 # mailq | grep apache@hoster.bmstu.ru | grep '​*'​ | cut -d'​*'​ -f 1 | postsuper -d - # mailq | grep apache@hoster.bmstu.ru | grep '​*'​ | cut -d'​*'​ -f 1 | postsuper -d -
 </​code>​ </​code>​
  
сервис_mta.1718777380.txt.gz · Last modified: 2024/06/19 09:09 by val