ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Dolgov OV <dov@media-link.info>
To: community@altlinux.ru
Subject: Re: [Comm] postfix + dial-up (медленно уходит почта).
Date: Tue, 29 Mar 2005 10:39:37 +0300
Message-ID: <20050329103938.54214e94@localhost.localdomain> (raw)
In-Reply-To: <20050329100100.2b1d2f88@localhost.localdomain>

[-- Attachment #1: Type: text/plain, Size: 1448 bytes --]

On Tue, 29 Mar 2005 10:01:00 +0300  Dolgov OV wrote:
> > у меня было такое очень долго -- я и на модем грешил, и перепроверял
> > 
> > все  что только можно.
> > Потом (совпало с очередной перепрошивкой, хотя дело скорее не в ней)
> > все более-менее заработало.
> > Я уж думал что это что-то с провайдерами/модемом, но сейчас, когда 
> > прочитал это письмо возникло чувство дежавю.

Систему поймать не могу. Буквально вчера письмо в 188К ушло нормально.
Правда я в скриптах заменил команду postfix flush на sendmail -q
Может это повлияло?

В данный момент почта проверяется следующими скриптами:
1. Позвонил, прокачал, положил трубку.

$ cat dial-to-mail
#!/bin/sh
#
#Check Mail

if [ -f /var/run/ppp0.pid ]; then
    sudo /usr/sbin/sendmail -q ; sudo /usr/bin/fetchmail --syslog ; 
    exit 0;
else
    sudo /usr/sbin/pppd /dev/ttyS1 115200 defaultroute file /etc/ppp/options.mail
fi


2. Просто проверить, если в сети.

$ cat ip-up.d/check-get_mail
#!/bin/sh

[ ! -e /var/run/ppp-MAIL.pid ] || exit 0 ; \

while [ -e /var/run/ppp0.pid ]; do
    /usr/sbin/sendmail -q ; \
    /usr/bin/fetchmail --syslog ; \
    sleep 600
done ; \

exit 0

Ну и за работой слежу

$ cat /usr/bin/MyMailLog
#!/bin/sh
#
clear ; sudo cat /var/log/maillog | grep -E -v postfix/[local,picup,cleanup,qmgr] | tail -n 30



-- 
С наилучшими,
Олег Долгов
<dov AT media-link DOT info>
Registered Linux user #315454

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  parent reply	other threads:[~2005-03-29  7:39 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-27  7:14 Dolgov OV
2005-03-27  9:32 ` Dolgov OV
2005-03-28  8:45 ` Dolgov OV
2005-03-28 13:28   ` Vinogradov Anton
2005-03-28 14:04     ` Dolgov OV
2005-03-28 14:18       ` Alexander Kuprin
2005-03-29  5:41       ` Genix
2005-03-29  7:01         ` Dolgov OV
2005-03-29  7:24           ` Genix
2005-03-29  7:39           ` Dolgov OV [this message]
2005-05-03  6:40         ` php-coder
2005-05-03  7:26           ` [Comm] postfix + dial-up Genix

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=20050329103938.54214e94@localhost.localdomain \
    --to=dov@media-link.info \
    --cc=community@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