sibrad
Goto Top

Mailq

Mail in der Warteschlange

Hallo Zusammen,

mit dem Befehl mailq sehe ich, dass ein Mail seit gestern in der Warteschlange ist.
mit welchem Befehl kann ich es sehen von wem dieses Mail kommt bzw zu wem geschickt werden soll.

Vielen Dank im Voraus
Sibrad

Content-Key: 40175

Url: https://administrator.de/contentid/40175

Printed on: April 26, 2024 at 12:04 o'clock

Member: geTuemII
geTuemII Sep 15, 2006 at 11:43:07 (UTC)
Goto Top
Normalerweise direkt mit mailq.

man mailq:

The first line printed for each message shows the internal identifier used on this host for the message with a possible status character, the size of the message in bytes, the date and time the message was accepted into the queue, and the envelope sender of the message. The second line shows the error message that caused this message to be retained in the queue; it will not be present if the message is being processed for the first time. The status characters are either `*' to indicate the job is being processed; `X' to indicate that the load is too high to process the job; and `-' to indicate that the job is too young to process. The following lines show message recipients, one per line.

http://www.rootr.net/man/man/mailq/8

HTH geTuemII