On 10/5/2011 4:01 AM, Matthias Fechner wrote: > But dspam crashed and I removed dspam again to get mail traffic up. > > My problem is now that some mails are queued and I cannot resend them > because it seems that postfix want to use a content filter I alread > disabled. > The old line in master.cf was: > [localhost]:10025 inet n - n - - smtpd > -o content_filter=lmtp:unix:/var/run/dspam.sock > > the new line is now > -o content_filter= > > > How can I solve this problem?
If you remove a content filter without draining the queue, you need to re-queue all messages using 'postsuper -r ALL' This will make Postfix reexamine every message and put them through all current content filters again. Brian
