From: Alexander Bokovoy <ab@avilink.net>
To: mandrake-russian@altlinux.ru
Subject: Re: [mdk-re] Postfix
Date: Thu Apr 19 10:26:11 2001
Message-ID: <20010419092631.F1783@boids.avilink.net> (raw)
In-Reply-To: <20010419061939.1C5D2F73@ser-linux.ffyud>; from suralis@pisem.net on Thu, Apr 19, 2001 at 10:19:38AM +0400
On Thu, Apr 19, 2001 at 10:19:38AM +0400, Serge Skorokhodov wrote:
> On Wed, 18 Apr 2001 22:43:52 +0400
> Alexey Voinov <voins@voins.program.ru> wrote:
>
> > Serge Skorokhodov wrote:
> > > Здравствуйте!
> > >
> > > Как удалить зажившуюся почту из postfix/deferred? А то
> > забивается
> > > сообщениями, по неопытности отсылаемыми с локального
> > аккаунта:( В
> > > доке чего-то не нашел...
> > я это делаю грубо.
> > Удаляю файл из /var/spool/postfix/defer
> > потом с таким же именем из /var/spool/postfix/deferred
> > и все ok.
>
> Я тоже:( Но там фигова туча поддиректорий и т.д. и т.п. Думал,
> кто волшебное слово знает:) А то скрипт обхода дерева и вытирания
> всего, что есть писать пока не по силам:)
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
Можно и через xargs, но так нагляднее в целях повышения сил :-)
--
Sincerely yours, Alexander Bokovoy
The Midgard Project | ALT Linux Team | Minsk Linux Users Group
www.midgard-project.org | www.altlinux.ru | www.minsk-lug.net
-- You won't skid if you stay in a rut.
-- Frank Hubbard
next prev parent reply other threads:[~2001-04-19 10:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-04-18 20:02 Serge Skorokhodov
2001-04-19 7:48 ` Alexey Voinov
2001-04-19 10:19 ` Serge Skorokhodov
2001-04-19 10:26 ` Alexander Bokovoy [this message]
2001-04-19 11:14 ` Serge Skorokhodov
2001-04-20 10:44 ` Mikhail Zabaluev
2001-04-20 16:46 ` Re[2]: " Serge Skorokhodov
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=20010419092631.F1783@boids.avilink.net \
--to=ab@avilink.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