ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Sergiy Chekalin <chekasn@dcc-ua.com>
To: Sisyphus <sisyphus@altlinux.ru>
Subject: [sisyphus] postfix message size
Date: Tue, 2 Apr 2002 15:20:31 +0300
Message-ID: <20020402122031.GA25011@gate.ofc.dn.dcc> (raw)
In-Reply-To: <19389601.20020402112856@ssserv.scm.ru>

On Tue, Apr 02, 2002 at 11:28:56AM +0600, Alex Volkov wrote:
> CS> Берем /etc/rc.d/init.d/postfix,
> CS> в функции start() находим  :
> CS>         action "Starting postfix:" "$DAEMON" -v start
> CS> Удваиваем -v :
> CS>         action "Starting postfix:" "$DAEMON" -vv start
> CS> Рестартуем postfix:
> CS>         service postfix restart.
>         
> CS> Идем смотрим логи, опсь, появилось ;)
>     Небыло ни одного -v. Поставил -vv, рестартанул, не появилось :(
> Версия postfix-1.1.6-alt1. Не знаю, что еще с ним поделать?

Странно, imho, это уже не проблема "разговорчивости" Postfix из Сизифа, так как
опробовал только что новый postfix-1.1.7-alt1, в нем как и в 1.1.6-alt1 
qmgr все прекрасно пишет в лог, и в стартовом скрипте нет никакой необходимости
усиливать "разговорчивость", добавляя -v или -vv

На всякий случай вспомним о syslog:

У меня в качестве syslog демона работает: 
	syslog-ng-1.4.14-alt2

Конфигурация, по умолчанию, ничего не трогал:

	[root@gate etc]# grep -i mail /etc/syslog-ng.conf
	destination mailinfo    { file("/var/log/mail/info"); };
	destination mailwarn    { file("/var/log/mail/warnings"); };
	destination mailerr     { file("/var/log/mail/errors"); };
	destination mailall     { file("/var/log/mail/all"); };
	#destination mailall    { usertty("*"); };
	filter f_mail           { facility(mail); };
	# Log anything (except mail) of level info or higher.  Don't log
	# private authentication messages
	filter f_mesgs          { level(info) and not
	facility(mail,authpriv); };
	log { source(sys); filter(f_mail); filter(f_info);
	destination(mailinfo); };
	log { source(sys); filter(f_mail); filter(f_warn);
	destination(mailwarn); };
	log { source(sys); filter(f_mail); filter(f_error);
	destination(mailerr); };
	log { source(sys); filter(f_mail); destination(mailall); };
	#log { source(sys); filter(f_emergency); destination(mailall); };




      reply	other threads:[~2002-04-02 12:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-01  7:42 Alex Volkov
2002-04-01 12:12 ` Chekalin Sergiy
2002-04-01 12:51   ` Sergey Vlasov
2002-04-01 13:19     ` Sergiy Chekalin
2002-04-01 13:36       ` Sergey Vlasov
2002-04-02  5:28   ` Alex Volkov
2002-04-02 12:20     ` Sergiy Chekalin [this message]

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=20020402122031.GA25011@gate.ofc.dn.dcc \
    --to=chekasn@dcc-ua.com \
    --cc=sisyphus@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 Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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