This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
сервис_mta [2024/05/15 10:23] val [Сокрытие названия сервиса] |
сервис_mta [2026/02/19 11:43] (current) val [Postfix] |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| * [[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 | ||
| + | * [[Утилита msmtp#Утилита mail без mta]] | ||
| <code> | <code> | ||
| Line 389: | Line 391: | ||
| ==== 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> | ||