Guten Tag,
bezugnehmend auf:
http://listi.jpberlin.de/pipermail/post ... 13706.html
Habe ich ebenfalls das Problem mit der Fehlermeldung:
/system resource problem
/Allerdings werde ich daraus nicht ganz schlau. Spamd ist wunderbar gestartet.
Mit /usr/sbin/spamd -d -u spam
ps aux|grep spam
spam 19253 3.7 32.6 75356 62436 ? Ss 17:21 0:19 /usr/sbin/spamd
-d -u spam
spam 19267 0.3 37.0 77556 70956 ? S 17:21 0:01 spamd child
spam 19268 0.3 37.9 77536 72660 ? S 17:21 0:01 spamd child
spam 19269 0.0 32.3 75356 62012 ? S 17:21 0:00 spamd child
spam 19270 0.0 32.3 75356 62000 ? S 17:21 0:00 spamd child
spam 19271 0.0 32.3 75356 61996 ? S 17:21 0:00 spamd child
Maillog:
Nov 21 17:22:15 linux postfix/smtpd[19273]: connect from sub.domain.de[IP]
Nov 21 17:22:17 linux postfix/smtpd[19273]: A467F34134: client=sub.domain.de[IP]
Nov 21 17:22:17 linux postfix/cleanup[19276]: A467F34134: message-id=<4381F3F5.1050207@domain.de>
Nov 21 17:22:17 linux postfix/qmgr[19096]: A467F34134: from=<alias@domain.de>, size=1046,
nrcpt=1 (queue active)
Nov 21 17:22:18 linux spamd[19267]: connection from localhost [127.0.0.1] at port
4364
Nov 21 17:22:18 linux spamd[19267]: processing message <4381F3F5.1050207@domain.de>
for spam:1002.
Nov 21 17:22:18 linux postfix/smtpd[19273]: disconnect from sub.domain.de[IP]
Nov 21 17:22:20 linux spamd[19267]: clean message (0.1/5.0) for spam:1002 in 2.6
seconds, 1022 bytes.
Nov 21 17:22:20 linux spamd[19267]: result: . 0 - FORGED_RCVD_HELO scantime=2.6,size=1022,mid=<4381F3F5.1050207@domain.de>,aut
olearn=ham
Nov 21 17:22:23 linux postfix/pipe[19277]: A467F34134: to=<web1p1@mail.domain.de>,
orig_to=<alias@domain.de>, relay=spamd, delay=
7, status=deferred (system resource problem)
Ich habe SA nach dem Buch von Alistair McDonald, Spamassassin, eingebaut.
Veränderungen an der master.cf:
smtp inet n - n - - smtpd -o content_filter=spamd
spamd unix - n n - - pipe
user=spam argv=/usr/bin/spamc -f
-e /usr/sbin/sendmail/ -oi -f ${sender} ${recipient}
main.cf:
mailbox_command = /usr/bin/procmail
Kann mir wer einen Tipp geben?
Ich habe mich penibel genau an das Buch gehalten (so sollte es ja auch sein denke
ich)
Grüsse
Postfix + SA system resource error
-
- Posts: 364
- Joined: 2003-09-14 11:35
- Location: Schleswig-Holstein
-
- Posts: 43
- Joined: 2003-07-05 11:20
Re: Postfix + SA system resource error
Welche Rechte hat /usr/bin/spamc ?
Es fehlen wohl einfach die Rechte zum ausführen (exec) des Programms.
Es fehlen wohl einfach die Rechte zum ausführen (exec) des Programms.