[Postfixbuch-users] Bitte nochmals um Hilfe bei x-original-to:mit amavisd-new ?
Achim Altmann
aa at com-gate.com
Sa Nov 1 12:00:36 CET 2003
Hallo,
habe immernoch das Problem mit dem header-eintrag x-original-to:
Wenn in dem ersten Posting irgendwas fehlt oder in diesem so lasst es
mich bitte wissen.
Vielen dank schonmal für jede Hilfe.
Einige eingehende Mails werden per cyrus-timesieve gefiltert und
weitergeleitet an ein anderes lokales postfach.
wenn ich alles ohne amavisd-new verarbeite funktioniert es einwandfrei
und mein x-original-to: sieht so aus wie ich es benötige.
Irgendwas stimmt wohl mit dem flag=0 in der master.cf nicht (vermute ich)!
Hier die Einstellungen:
für spool at sms.in habe ich ein catch-all adresse angelegt (@sms.in)
auf dem postmaster-account habe ich einen cyrus-sieve-filter angelegt
der wie folgt funktioniert.
if header :contains "From" "kubinek at gmx.de" { fileinto "INBOX/smsmails";
redirect "138_postmaster.com-gate.com at sms.in"; keep; }
die master.cf sieht ohne amavisd-new so aus (hier funktioniert es auch)
smtp inet n - n - - smtpd
smtps inet n - y - - smtpd -o
smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
submission inet n - y - - smtpd -o
smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
pickup fifo n - n 60 1 pickup
cleanup unix n - n - 0 cleanup
qmgr fifo n - n 300 1 nqmgr
rewrite unix - - n - - trivial-rewrite
bounce unix - - n - 0 bounce
defer unix - - n - 0 bounce
flush unix n - n 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - n - - smtp
showq unix n - n - - showq
error unix - - n - - error
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
cyrus unix - n n - - pipe
flags=O user=cyrus argv=/usr/cyrus/bin/deliver -e -r ${sender} -m
${extension} ${user}
uucp unix - n n - - pipe
flags=FqhuO user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail
($recipient)
ifmail unix - n n - - pipe
flags=FO user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop
$recipient
relay unix - - n - - smtp
der mail-header sieht so aus
Return-Path: <kubinek at gmx.de>
Received: from imap.com-gate.com ([unix socket])
by imap.com-gate.com (Cyrus v2.1.10) with LMTP; Fri, 31 Oct
2003 09:23:19 +0100
X-Sieve: CMU Sieve 2.2
X-Original-To: 138_postmaster.com-gate.com at sms.in
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(so sollte es aussehen)
Received: by smtp.com-gate.com (Postfix, from userid 100)
id 0147D1C00082; Fri, 31 Oct 2003 09:23:19 +0100 (CET)
Received: from imap.com-gate.com ([unix socket])
by imap.com-gate.com (Cyrus v2.1.10) with LMTP; Fri, 31 Oct
2003 09:23:18 +0100
X-Sieve: CMU Sieve 2.2
X-Original-To: postmaster at Com-Gate.com
.
.
.
Message-ID: <15448.1067588598 at www40.gmx.net>
X-Mailer: WWW-Mail 1.6 (Global Message Exchange)
X-Flags: 0001
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
wenn ich in der main.cf den content-filter einschalte und die master
dann auch für amavisd-new ändere sieht sie so aus (ab nun wird das
x-original-to: verändert das es für meine Zwekce unbrauchbar wird.
master.cf (mit amavisd-new support)
smtp inet n - n - - smtpd
##localhost:10025 inet n - n - - smtpd -o
content_filter=
smtps inet n - n - - smtpd -o
smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
submission inet n - n - - smtpd -o
smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
smtp-amavis unix - - n - 4 smtp -o
smtp_data_done_timeout=1200 -o disable_dns_lookups=yes
127.0.0.1:10025 inet n - n - - smtpd
-o content_filter=
-o local_recipient_maps=
-o relay_recipient_maps=
-o smtpd_restriction_classes=
-o smtpd_client_restrictions=
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o mynetworks=127.0.0.0/8
-o strict_rfc821_envelopes=yes
#628 inet n - n - - qmqpd
pickup fifo n - n 60 1 pickup
cleanup unix n - n - 0 cleanup
##qmgr fifo n - n 300 1 qmgr
qmgr fifo n - n 300 1 nqmgr
rewrite unix - - n - - trivial-rewrite
bounce unix - - n - 0 bounce
defer unix - - n - 0 bounce
flush unix n - n 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - n - - smtp
showq unix n - n - - showq
error unix - - n - - error
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
cyrus unix - n n - - pipe
flags=O user=cyrus argv=/usr/cyrus/bin/deliver -e -r ${sender} -m
${extension} ${user}
uucp unix - n n - - pipe
flags=FqhuO user=uucp argv=uux -r -n -z -a $sender - $nexthop!rmail
($recipient)
ifmail unix - n n - - pipe
flags=FO user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop
$recipient
hier der header einer mail wenn amavisd verwendet wird
Return-Path: <kubinek at gmx.de>
Received: from imap.com-gate.com ([unix socket])
by imap.com-gate.com (Cyrus v2.1.10) with LMTP; Fri, 31 Oct
2003 09:14:35 +0100
X-Sieve: CMU Sieve 2.2
X-Original-To: spool.sms.in at smtp.com-gate.com
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(so sieht es aus mit amavisd-new )
Received: from localhost (localhost [127.0.0.1])
by smtp.com-gate.com (Postfix) with ESMTP id 1CF8C1C00082
for <spool.sms.in at smtp.com-gate.com>; Fri, 31 Oct 2003 09:14:35
+0100 (CET)
Received: from smtp.com-gate.com ([127.0.0.1])
by localhost (alpha1.com-gate.com [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id 07431-07 for <spool.sms.in at smtp.com-gate.com>;
Fri, 31 Oct 2003 09:14:33 +0100 (CET)
Received: by smtp.com-gate.com (Postfix, from userid 100)
id 460621C00081; Fri, 31 Oct 2003 09:14:33 +0100 (CET)
Received: from imap.com-gate.com ([unix socket])
by imap.com-gate.com (Cyrus v2.1.10) with LMTP; Fri, 31 Oct
2003 09:14:33 +0100
X-Sieve: CMU Sieve 2.2
X-Original-To: postmaster.com-gate.com at smtp.com-gate.com
.
.
.
.
Subject: testsmsin
X-Priority: 3 (Normal)
X-Authenticated: #19058206
Message-ID: <10266.1067588072 at www40.gmx.net>
X-Mailer: WWW-Mail 1.6 (Global Message Exchange)
X-Flags: 0001
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Virus-Scanned: by Com-Gate GOA VIRUS-HUNTER
X-Virus-Scanned: by Com-Gate GOA VIRUS-HUNTER
X-Spam-Checker-Version: SpamAssassin
2.55-spamchecker2.55-com_gate_spamchecker_2.55_2609_03
(1.174.2.19-2003-05-19-exp) on alpha1.com-gat
e.com
hier der eintrag aus dem log
Oct 31 14:33:18 alpha1 postfix/nqmgr[28388]: 842781C00084:
from=<kubinek at gmx.de>, size=2546, nrcpt=1 (queue active)
Oct 31 14:33:18 alpha1 postfix/smtpd[28444]: disconnect from
localhost[127.0.0.1]
Oct 31 14:33:18 alpha1 postfix/smtp[28430]: 6722C1C00081:
to=<spool.sms.in at smtp.com-gate.com>,
orig_to=<138_postmaster.com-gate.com at sms.in>,
relay=127.0.0.1[127.0.0.1], delay=1, status=sent (250 2.6.0 Ok,
id=26603-06, from MTA: 250 Ok: queued as 842781C00084)
Oct 31 14:33:18 alpha1 postfix/pipe[28447]: 842781C00084:
to=<spool.sms.in at smtp.com-gate.com>, relay=cyrus, delay=0, status=sent
(smtp.com-gate.com)
Weiss jemand Rat?
Weiss jemand was ich in der master.cf ändern muss damit mir das
x-original-to: nicht verändert wird?
Gruss und danke
Achim
Mehr Informationen über die Mailingliste Postfixbuch-users