ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Serge Skorokhodov <suralis@pisem.net>
To: mandrake-russian@altlinux.ru
Subject: Re: [mdk-re] Почтовая очередь
Date: Mon Aug  6 22:38:00 2001
Message-ID: <20010806185625.BD5DD4655@ser-linux.ffyud> (raw)
In-Reply-To: <20010806115612.36ee134c.xbow@bryansk.elektra.ru>

On Mon, 6 Aug 2001 11:56:12 +0400
Alex Savvin <xbow@bryansk.elektra.ru> wrote:

> Как удалить сообщение из почтовой очереди?
> Здаю, что должна быть такая команда, но никак
> на нее не выйду :(
> 

Я чищу вот такой командой (не сам придумал, в этом списке
посоветовали, к стыду не помню, кто:(

#! /bin/sh

defer=`find /var/spool/postfix/defer -type f -print`
deferred=`find /var/spool/postfix/deferred -type f -print`
for i in "$defer $deferred" ; do
    rm -f $i
done

Говорят, это не очень корректно, но когда из-за обратного адреса
письма зависают, помогают восстановить душевное равновесие:)

-- 
Serge Skorokhodov aka suralis
mailto:suralis@pisem.net



  parent reply	other threads:[~2001-08-06 22:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-06 11:39 Alex Savvin
2001-08-06 13:12 ` [mdk-re] " S. Budnevitch
2001-08-06 22:38 ` Serge Skorokhodov [this message]
2001-08-07 10:32   ` Vyt
2001-08-07 13:01     ` Alex Savvin
2001-08-07 13:03       ` Vyt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010806185625.BD5DD4655@ser-linux.ffyud \
    --to=suralis@pisem.net \
    --cc=mandrake-russian@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git