|
Prev: General questions about TLS & Certificates
Next: cleanup does not recognize mail after returning fromcontent-filter smtpd
From: h.wulff on 9 Apr 2007 13:09 Hi! We have a postfix setup with virtual users only. Our setup includes policy service and content-filter. We're about to add a autorespond feature. But on testing the autoresponder feature we recognized that a mail is forwarded twice if the user has decided to store the mail in the mailbox and forward a copy. After tracing the debug output from almost all daemons it looks like that cleanup does not recognize the mail after returning from content-filter smtpd ("been_here" debug output). The mail is split (into user(a)domain and user(a)forwarded-domain) when the mail arrives at our server and the mail is split again after the mail returns from content-filter smtpd. This is probably a configuration error =) Can anyone give me a hint what are the most common configuration errors in this case... ?! Thanks! -- h.wulff
From: h.wulff on 10 Apr 2007 15:01
Hi! Thx, this little option did the trick. :) BTW: Are such tweaks described in your book? Ralf Hildebrandt wrote: > > Take a look at my receive_override_options > -- h.wulff |