need help with wallace
Matthias Busch
catwiesel at gmx.net
Fri Nov 7 12:41:31 CET 2014
I have some more information
I put the master.cf back to its original state... the mail path should
be as follows:
outside --> postfix
postfix to amavis (smtp-amavis :10024)
amavis to postfix (postfix listener:10025)
postfix to wallace (smtp-wallace:10026)
wallace to postfix (postfix listener:10027)
if I do not modify the main.cf with
content_filter = x
the mail appears to be ignored by amavis as well as wallace. and it ends
up in the correct mailbox
if I add a content filter options to pipe the mail to smtp-amavis :10024
the emails wont be delivered:
from syslog:
Nov 7 12:14:48 kolab postfix/smtpd[30225]: connect from
mout.gmx.net[212.227.15.18]
Nov 7 12:14:49 kolab postfix/smtpd[30225]: 28277214A4:
client=mout.gmx.net[212.227.15.18]
Nov 7 12:14:49 kolab postfix/cleanup[30235]: 28277214A4:
message-id=<545CA9A7.8070808 at gmx.net>
Nov 7 12:14:49 kolab postfix/qmgr[30214]: 28277214A4: from=<X at gmx.net>,
size=1047, nrcpt=1 (queue active)
Nov 7 12:14:49 kolab postfix/smtpd[30225]: disconnect from
mout.gmx.net[212.227.15.18]
Nov 7 12:14:49 kolab postfix/smtpd[30239]: connect from
localhost[127.0.0.1]
Nov 7 12:14:49 kolab postfix/smtpd[30239]: 79C2D2159B:
client=localhost[127.0.0.1], orig_queue_id=28277214A4,
orig_client=mout.gmx.net[212.227.15.18]
Nov 7 12:14:49 kolab postfix/cleanup[30240]: 79C2D2159B:
message-id=<545CA9A7.8070808 at gmx.net>
Nov 7 12:14:49 kolab postfix/qmgr[30214]: 79C2D2159B: from=<X at gmx.net>,
size=1337, nrcpt=1 (queue active)
Nov 7 12:14:49 kolab amavis[28891]: (28891-12) Passed CLEAN
{RelayedInbound}, [212.227.15.18]:52349 [senderip] <X at gmx.net> ->
<alias at domain.tld>, Queue-ID: 28277214A4, Message-ID:
<545CA9A7.8070808 at gmx.net>, mail_id: yju8eyGgtCwl, Hits: -0.587, size:
1047, queued_as: 79C2D2159B, 334 ms
Nov 7 12:14:49 kolab postfix/smtp[30236]: 28277214A4:
to=<alias at domain.tld>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.73,
delays=0.38/0.01/0/0.34, dsn=2.0.0, status=sent (250 2.0.0 from
MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as 79C2D2159B)
Nov 7 12:14:49 kolab postfix/qmgr[30214]: 28277214A4: removed
Nov 7 12:14:49 kolab postfix/smtp[30241]: 79C2D2159B:
to=<alias at domain.tld>, relay=127.0.0.1[127.0.0.1]:10026, delay=0.05,
delays=0.02/0.01/0/0.01, dsn=2.0.0, status=sent (250 Ok)
Nov 7 12:14:49 kolab postfix/qmgr[30214]: 79C2D2159B: removed
Nov 7 12:14:49 kolab postfix/smtpd[30242]: connect from
localhost[127.0.0.1]
Nov 7 12:14:49 kolab postfix/smtpd[30242]: A9037214A4:
client=localhost[127.0.0.1]
Nov 7 12:14:49 kolab postfix/cleanup[30240]: A9037214A4:
message-id=<545CA9A7.8070808 at gmx.net>
Nov 7 12:14:49 kolab postfix/qmgr[30214]: A9037214A4:
from=<alias at domain.tld>, size=1339, nrcpt=1 (queue active)
Nov 7 12:14:49 kolab postfix/smtpd[30242]: disconnect from
localhost[127.0.0.1]
Nov 7 12:14:49 kolab postfix/lmtp[30243]: A9037214A4:
to=<alias at domain.tld>,
relay=hostname.domain.tld[/var/lib/imap/socket/lmtp], delay=0.02,
delays=0.01/0.01/0/0.01, dsn=4.1.1, status=SOFTBOUNCE (host
hostname.domain.tld[/var/lib/imap/socket/lmtp] said: 550-Mailbox
unknown. Either there is no mailbox associated with this 550-name or
you do not have authorization to see it. 550 5.1.1 User unknown (in
reply to RCPT TO command))
I interpret this as follows...
email is received.
email is sent to amavis
amavis clears email, sends it back to postfix
postfix sends email to wallace
wallace sends email to postfix
postfix replies with error "user unknown"
maybe this helps with identifying the cause...
More information about the users
mailing list