Postfix, QMail, Sendmail, Dovecot, Cyrus, Courier, Anti-Spam
-
warrior
- Posts: 24
- Joined: 2002-06-12 20:13
-
Post
by warrior »
Hallo,
habe schon auf zig Servern das smtp auth installiert und nun will mein neuer Absolut nicht....
schicke ich Mails an das Konto kommen die zurück mit:
This message was created automatically by mail delivery software (Exim).
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
webmaster@p-w-h.com
SMTP error from remote mailer after RCPT TO:<
webmaster@p-w-h.com>:
host p-w-h.com [217.160.133.174]: 554 5.0.0 Unknown ruleset ParseRecipient
var/log/warn:
Dec 27 15:19:57 www sendmail[28128]: gBREJvY28128: SYSERR(root): Unknown ruleset ParseRecipient
Dec 27 15:19:57 www last message repeated 5 times
var/log/mail:
Dec 27 15:19:57 www sendmail[28128]: gBREJvY28128: from=<
Art-Maker@t-online.de>, size=2549, class=0, nrcpts=0, proto=ESMTP, daemon=MTA, relay=mailout07.sul.t-online.com [194.25.134.83]
Also auf die suche begeben und ParseRecipient steht in der sendmail.cf:
# check for deferred delivery mode
R$* $: < ${deliveryMode} > $1
R< d > $* $@ deferred
R< $* > $* $: $2
R$* $: $>ParseRecipient $1 strip relayable hosts
habe auch schonmal die sendmail.cf von einem server genommen wo sendmail läuft und Ergebnis ist dasselbe.
Weis einer rat?
-
flo
- Posts: 2223
- Joined: 2002-07-28 13:02
- Location: Berlin
-
Post
by flo »
Bei mir ist die Regel noch definiert:
Code: Select all
SParseRecipient
R$* $: <?> $>CanonAddr $1
R<?> $* < @ $* . > <?> $1 < @ $2 > strip trailing dots
R<?> $- < @ $* > $: <?> $(dequote $1 $) < @ $2 > dequote local part
Grüße,
flo.
-
warrior
- Posts: 24
- Joined: 2002-06-12 20:13
-
Post
by warrior »
einfach dort drunter setzen?
-
flo
- Posts: 2223
- Joined: 2002-07-28 13:02
- Location: Berlin
-
Post
by flo »
gemach ... ich hab von dem .cf-Mist relativ wenig Ahnung - ich geb Dir mal den ganzen Block ...
Code: Select all
######################################################################
### ParseRecipient -- Strip off hosts in $=R as well as possibly
### $* $=m or the access database.
### Check user portion for host separators.
###
### Parameters:
### $1 -- full recipient address
###
### Returns:
### parsed, non-local-relaying address
######################################################################
SParseRecipient
R$* $: <?> $>CanonAddr $1
R<?> $* < @ $* . > <?> $1 < @ $2 > strip trailing dots
R<?> $- < @ $* > $: <?> $(dequote $1 $) < @ $2 > dequote local part
# if no $=O character, no host in the user portion, we are done
R<?> $* $=O $* < @ $* > $: <NO> $1 $2 $3 < @ $4>
R<?> $* $@ $1
R<NO> $* < @ $* $=R > $: <RELAY> $1 < @ $2 $3 >
R<NO> $* < @ $+ > $: $>LookUpDomain <$2> <NO> <$1 < @ $2 >> <+To>
R<$+> <$+> $: <$1> $2
R<RELAY> $* < @ $* > $@ $>ParseRecipient $1
R<$-> $* $@ $2
######################################################################
### check_relay -- check hostname/address on SMTP startup
######################################################################
-
michas.
- Posts: 109
- Joined: 2003-03-08 13:08
-
Post
by michas. »
Super und wie?
Geben ist besser denn nehmen, also gib doch auch mal etwas rein ;-))
-
warrior
- Posts: 24
- Joined: 2002-06-12 20:13
-
Post
by warrior »
eine sendmail.cf von einem anderen Server genommen.