Muestra las diferencias entre dos versiones de la página.
Ambos lados, revisión anterior Revisión previa | |||
openbsd:smtpd [2015/07/01 08:44] jherrero |
openbsd:smtpd [2015/07/01 08:45] (actual) jherrero |
||
---|---|---|---|
Línea 21: | Línea 21: | ||
===== smtpctl ===== | ===== smtpctl ===== | ||
+ | <code> | ||
The smtpctl program controls smtpd(8). Commands may be abbreviated to | The smtpctl program controls smtpd(8). Commands may be abbreviated to | ||
the minimum unambiguous prefix; for example, sh s for show stats. | the minimum unambiguous prefix; for example, sh s for show stats. | ||
Línea 36: | Línea 37: | ||
log brief | log brief | ||
Disable verbose debug logging. | Disable verbose debug logging. | ||
+ | | ||
log verbose | log verbose | ||
Enable verbose debug logging. | Enable verbose debug logging. | ||
+ | | ||
monitor | monitor | ||
Display updates of some smtpd(8) internal counters in one second | Display updates of some smtpd(8) internal counters in one second | ||
Línea 46: | Línea 47: | ||
absolute values. The first line reports the current value of | absolute values. The first line reports the current value of | ||
each counter. The fields are: | each counter. The fields are: | ||
+ | | ||
o Current number of active SMTP clients (absolute value). | o Current number of active SMTP clients (absolute value). | ||
o New SMTP clients. | o New SMTP clients. | ||
Línea 60: | Línea 61: | ||
o Envelopes removed by the administrator. | o Envelopes removed by the administrator. | ||
o Generated bounces. | o Generated bounces. | ||
+ | | ||
pause envelope envelope-id | message-id | pause envelope envelope-id | message-id | ||
Temporarily suspend scheduling for the envelope with the given | Temporarily suspend scheduling for the envelope with the given | ||
ID, or all envelopes with the given message ID. | ID, or all envelopes with the given message ID. | ||
+ | | ||
pause mda | pause mda | ||
Temporarily stop deliveries to local users. | Temporarily stop deliveries to local users. | ||
Línea 208: | Línea 209: | ||
For table backends that provide caching, causes smtpd(8) to | For table backends that provide caching, causes smtpd(8) to | ||
update the cache. | update the cache. | ||
+ | </code> |