RE: frage maia - Master - 01-05-2009 09:23 AM
ich habe jetzt noch eine frage und zwar.. bekomme ich von amavis.. auf die root@localhost haufenweise Mails.. kann man das irgendwie löschen / ändern?? das amavis keine Mails mehr versendet.. oder muss das so sein??
lg Daniel
RE: frage maia - BeNe - 01-07-2009 01:51 AM
Was steht denn in den e-Mails drin ?
Greez BeNe
RE: frage maia - Master - 01-07-2009 06:36 AM
hier mal ein Auszug :
Quote:From amavis@host.webhosting-master.de Sat Jan 3 18:01:01 2009
Return-Path: <amavis@host.webhosting-master.de>
X-Original-To: amavis@host.webhosting-master.de
Delivered-To: amavis@host.webhosting-master.de
Received: from localhost (host.webhosting-master.de.local [127.0.0.1])
by host.webhosting-master.de (Postfix) with ESMTP id 5EE2F24185
for <amavis@host.webhosting-master.de>; Sat, 3 Jan 2009 18:01:01 +0100 (CET)
Received: from host.webhosting-master.de ([127.0.0.1])
by localhost (host.webhosting-master.de [127.0.0.1]) (amavisd-maia, port 10024)
with ESMTP id 16601-06 for <amavis@host.webhosting-master.de>;
Sat, 3 Jan 2009 18:01:01 +0100 (CET)
Received: by host.webhosting-master.de (Postfix, from userid 111)
id 2DB3F2419B; Sat, 3 Jan 2009 18:01:01 +0100 (CET)
From: root@host.webhosting-master.de (Cron Daemon)
To: amavis@host.webhosting-master.de
Subject: Cron <amavis@host> /var/lib/amavis/maia/scripts/stats-snapshot.pl
Content-Type: text/plain; charset=ANSI_X3.4-1968
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <HOME=/var/lib/amavis>
X-Cron-Env: <PATH=/usr/bin:/bin>
X-Cron-Env: <LOGNAME=amavis>
Message-Id: <20090103170101.2DB3F2419B@host.webhosting-master.de>
Date: Sat, 3 Jan 2009 18:01:01 +0100 (CET)
2009-01-03 18:01:01 Maia: [stats-snapshot] Updating stats history table.
From amavis@host.webhosting-master.de Sat Jan 3 18:55:03 2009
Return-Path: <amavis@host.webhosting-master.de>
X-Original-To: amavis@host.webhosting-master.de
Delivered-To: amavis@host.webhosting-master.de
Received: from localhost (host.webhosting-master.de.local [127.0.0.1])
by host.webhosting-master.de (Postfix) with ESMTP id 953C62419E
for <amavis@host.webhosting-master.de>; Sat, 3 Jan 2009 18:55:03 +0100 (CET)
Received: from host.webhosting-master.de ([127.0.0.1])
by localhost (host.webhosting-master.de [127.0.0.1]) (amavisd-maia, port 10024)
with ESMTP id 06376-01 for <amavis@host.webhosting-master.de>;
Sat, 3 Jan 2009 18:55:03 +0100 (CET)
Received: by host.webhosting-master.de (Postfix, from userid 111)
id 65AD12419F; Sat, 3 Jan 2009 18:55:03 +0100 (CET)
From: root@host.webhosting-master.de (Cron Daemon)
To: amavis@host.webhosting-master.de
Subject: Cron <amavis@host> /var/lib/amavis/maia/scripts/process-quarantine.pl --learn --report
Content-Type: text/plain; charset=ANSI_X3.4-1968
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <HOME=/var/lib/amavis>
X-Cron-Env: <PATH=/usr/bin:/bin>
X-Cron-Env: <LOGNAME=amavis>
Message-Id: <20090103175503.65AD12419F@host.webhosting-master.de>
Date: Sat, 3 Jan 2009 18:55:03 +0100 (CET)
2009-01-03 18:55:02 Maia: [process-quarantine-sub] 0 spam items processed (0 learned, 0 reported)
2009-01-03 18:55:03 Maia: [process-quarantine-sub] 0 non-spam items processed (0 learned)
2009-01-03 18:55:03 Maia: [process-quarantine] Processing completed: 0 items processed in 0 runs.
also es kommt alles nur von amavis..
lg Daniel
RE: frage maia - BeNe - 01-07-2009 07:22 AM
Das sind die Cron Einträge!
Gehen bei mir aber nach /var/mail/nobody.
Kannst mal versuchen direkt in der Cron nach ">/dev/null 2>&1" zu leiten zum abstellen oder in eine Logdatei.
Greez BeNe
RE: frage maia - Master - 01-07-2009 07:31 AM
kannst du mir vllt sagen wo ich diesen cron eintrag finden sollte?
unter etc/cron.d isser ja nicht?
weil dann würde ich das gern ändern das die root mail frei is *g*
RE: frage maia - BeNe - 01-07-2009 07:49 AM
Code:
crontab -u amavis -e
Wie gesagt sicher bin ich mir da grad nicht, aber teste es einfach mal.
Greez BeNe
RE: frage maia - Master - 01-07-2009 08:40 AM
das kommt dann hier :
Quote:# m h dom mon dow command
55 * * * * /var/lib/amavis/maia/scripts/process-quarantine.pl --learn --report
1 * * * * /var/lib/amavis/maia/scripts/stats-snapshot.pl
5 1 * * * /var/lib/amavis/maia/scripts/expire-quarantine-cache.pl
@weekly /var/lib/amavis/maia/scripts/send-quarantine-reminders.pl
#15 1 * * * /var/lib/amavis/maia/scripts/send-quarantine-digests.pl
aba mehr nicht...
RE: frage maia - BeNe - 01-07-2009 09:30 AM
Genau, dann mach das mal daraus:
Code:
55 * * * * /var/lib/amavis/maia/scripts/process-quarantine.pl --learn --report >/dev/null 2>&1
1 * * * * /var/lib/amavis/maia/scripts/stats-snapshot.pl >/dev/null 2>&1
Sind mal die zwei wo Du immer die Mails von bekommst.
Greez BeNe
RE: frage maia - Master - 01-07-2009 10:06 AM
ok dann weiss ich ja jetzt bescheid wo ich das einstellen muss..
danke dir.. kann nun auf "erledigt" gesetzt werden 
schönen abend dir noch
lieben gruss Daniel
|