Relay Access Error, kein offenes Relay

Postfix, QMail, Sendmail, Dovecot, Cyrus, Courier, Anti-Spam
thomas.km
Posts: 364
Joined: 2003-09-14 11:35
Location: Schleswig-Holstein
 

Re: Relay Access Error, kein offenes Relay

Post by thomas.km »

ok danke dir
thomas.km
Posts: 364
Joined: 2003-09-14 11:35
Location: Schleswig-Holstein
 

Re: Relay Access Error, kein offenes Relay

Post by thomas.km »

adjustman,

ich hab das nächste Problem.

er schreibt alle mails nur noch nach /var/spool/mail
var/mail/
bleibt leer.
somit kann ich keiner meiner mails abrufen, sagt immer, das keine mails vorhanden sind. obwohl wenn ich eine mail sende sie ordentlich in /var/spool/mail abgespeichert wird.

procmail log:
From Marcus.Schneider@ivao.de Tue Jun 15 10:40:51 2004
Subject: test
Folder: /var/spool/mail/web1p1

procmailrc:
DROPPRIVS=yes
LOGFILE=/var/log/procmail
#VERBOSE=ON
SHELL=/bin/sh

:0fw
* < 256000
| /usr/bin/spamc -f

# Mails with a score of 15 or higher are almost certainly spam (with 0.05%
# false positives according to rules/STATISTICS.txt). Let's put them in a
# different mbox. (This one is optional.)
:0:
* ^X-Spam-Level: *****
/var/mail/nobody

# All mail tagged as spam (eg. with a score higher than the set threshold)
# is moved to "probably-spam".
:0:
* ^X-Spam-Status: Yes
/var/mail/nobody

# Work around procmail bug: any output on stderr will cause the "F" in "From"
# to be dropped. This will re-add it.
:0 H
* ! ^From[ ]
* ^rom[ ]
{
LOG="*** Dropped F off From_ header! Fixing up. "

:0 fhw
| sed -e 's/^rom /From /'
}




wenn es aber eine Spam mail ist wird sie in /var/mail ordentlich abgelegt unter nobody

was tun?
thomas.km
Posts: 364
Joined: 2003-09-14 11:35
Location: Schleswig-Holstein
 

Re: Relay Access Error, kein offenes Relay

Post by thomas.km »

so jetzt kommen keine gid und uid fehler mehr

Jun 15 12:17:24 p15142372 postfix/smtpd[31618]: 0C6B52040CB: client=imap.gmx.net[213.165.64.20]
Jun 15 12:17:24 p15142372 postfix/cleanup[31619]: 0C6B52040CB: message-id=<40CECCD9.4040205@gmx.de>
Jun 15 12:17:24 p15142372 postfix/qmgr[30670]: 0C6B52040CB: from=<TND600@gmx.de>, size=1006, nrcpt=1 (queue active)
Jun 15 12:17:24 p15142372 postfix/smtpd[31618]: disconnect from imap.gmx.net[213.165.64.20]
Jun 15 12:17:24 p15142372 spamd[22561]: connection from localhost.localdomain [127.0.0.1] at port 40457
Jun 15 12:17:24 p15142372 spamd[31624]: info: setuid to web1p1 succeeded, reading scores from SQL.
Jun 15 12:17:24 p15142372 spamd[31624]: processing message <40CECCD9.4040205@gmx.de> for web1p1:637.
Jun 15 12:17:27 p15142372 spamd[31624]: clean message (0.9/5.0) for web1p1:637 in 3.5 seconds, 1085 bytes.
Jun 15 12:17:27 p15142372 postfix/local[31620]: 0C6B52040CB: to=<web1p1@p15142372.pureserver.info>, relay=local, delay=3, status=sent ("|procmail -a "$EXTENSION"")


aber schreibt nach wie vor nicht in /var/mail nur in var/spool/mail und ich kann nix abrufen

mir fällt ein, war var/spool/mail und var/mail nicht mal soft link? also var/spool/mail auf var/mail? weil das ist es nicht mehr
Post Reply