by playersons » Tue Nov 11, 2008 7:32 pm
Hello,
I have installed Postfix and Spamassassin according to your tutorial some time ago. I don't know when, but quite a while after this, spamadmin stopped receiving the spam-mails. Postfix shows this error in the log:
Nov 11 15:05:44 myhost postfix/local[29317]: C13BE2A00661: to=<spamadmin@mydomain.org>, orig_to=<spamtrap@ mydomain.org>, relay=local, delay=0.06, delays=0.03/0/0/0.02, dsn=5.1.1, status=bounced (unknown user: "spamadmin")
Nov 11 15:05:45 myhost postfix/local[29319]: C13BE2A00661: to=<spamtrap@ mydomain.org>, relay=local, delay=1.1, delays=0.03/0.01/0/1.1, dsn=5.1.1, status=bounced (unknown user: "spamtrap")
Nov 11 15:05:45 myhost postfix/cleanup[29246]: D830E2A00648: message-id=<20081111140545.D830E2A00648@myhost.mydomain.org>
Nov 11 15:05:45 myhost postfix/bounce[29320]: C13BE2A00661: sender non-delivery notification: D830E2A00648
Nov 11 15:05:45 myhost postfix/qmgr[23337]: D830E2A00648: from=<>, size=9538, nrcpt=1 (queue active)
Nov 11 15:05:45 myhost postfix/qmgr[23337]: C13BE2A00661: removed
Nov 11 15:05:45 myhost postfix/local[29317]: D830E2A00648: to=<spamadmin@mydomain.org>, relay=local, delay=0.01, delays=0.01/0/0/0, dsn=5.1.1, status=bounced (unknown user: "spamadmin")
Nov 11 15:05:45 myhost postfix/qmgr[23337]: D830E2A00648: removed
Nov 11 15:05:49 myhost spamd[20281]: prefork: child states: II
Obviously, Postfix can't find both the users (I guess this also means virtual mailboxes via mysql) spamadmin and spamtrap although at least spamadmin does exist and has always existed. The user spamtrap did not exist and creating a mailbox with this name did not help.
What am I doing wrong?
Thanks for your valued help.
playersons